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/ktosiek/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. If you need real-time help you can try pinging me - I’m 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.2.0.tar.gz
(11.1 kB
view details)
File details
Details for the file pip2nix-0.2.0.tar.gz.
File metadata
- Download URL: pip2nix-0.2.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbaa36d830ae261c64330bcb5c5eeba73badebab9a403bb2cd7ab10af81086d5
|
|
| MD5 |
a924108263da3e684b674ff2dcc69df4
|
|
| BLAKE2b-256 |
fb11ddb0116effcdc04ee2a5af0e9dbd4c3432ebffa3fac021540cde183eaeb1
|