Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

takluyver/flonda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

Conda packages from flit information

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages