README.rst

December 10, 2021 ยท View on GitHub

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.