Generate Nix expressions for Python packages.
Project description
pip2nix
Generate nix expressions for Python packages.
Why another .nix generator for Python?
I needed something that can work not only with pypi but also with local paths, VCS links, and dependency links. I couldn’t get any of the other generators to work, so I started my own :-)
Installation
$ git clone https://github.com/johbo/pip2nix $ nix-env -f pip2nix/release.nix -iA pip2nix.python34 # Same Python as target packages
Usage
To generate python-packages.nix for a set of requirements:
$ pip2nix generate -r requirements.txt
pip2nix generate takes the same set of package specifications pip install does.
Contact
Problems and questions should go to GitHub issues.
Credits
Tomasz Kontusz started the project back in 2015 he’s ktosiek on Freenode, and @tkontusz on Twitter.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pip2nix-0.4.0.tar.gz
(13.4 kB
view hashes)