Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
/ microgram Public archive

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

python2nix

Helper to build python nix packages that generates nix-expressions.

Quick start:

  • python -mpython2nix thumbor
  • double-check dependencies in nixpkgs
  • re-run for missing dependencies
  • copy-paste
  • ???
  • PROFIT!

Don't consider these scripts to be stable.

Known issues

  • Needs pip==1.5.6 to work.
  • Apparently doesn't handle tests_require.