Build conda packages using flit
Project description
Flonda is an experimental tool to publish pure Python code as conda packages
Installation:
pip install flonda
Usage:
First, create Flit metadata for your module or package. Then
# 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flonda-0.2.tar.gz
(5.3 kB
view hashes)
Built Distribution
flonda-0.2-py2.py3-none-any.whl
(14.8 kB
view hashes)