SkillAgentSearch skills...

Flonda

Conda packages from flit information

Install / Use

/learn @takluyver/Flonda
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Archived: Flonda was an experiment in creating a subset of conda packages without going through a recipe file and conda-build. It didn't take off, and when conda gained support for 'noarch' packages, there was much less need for a tool like this.

Flonda is an experimental tool to publish pure Python code as conda packages

Installation::

pip install flonda

Usage:

First, create Flit <http://flit.readthedocs.io/en/latest/>__ metadata for your module or package. Then

.. code-block:: shell

# Build conda packages (with flit.ini in CWD)
flonda build

# Set up anaconda.org client
conda install anaconda-client
anaconda login

# Publish packages to anaconda.org
flonda publish

But you probably shouldn't use this yet. It's highly experimental, and you risk building broken packages.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

80/100

Audited on Jan 28, 2023

No findings