No description
Find a file
2019-06-24 17:01:27 +01:00
example_project Build packages using new files attribute 2019-06-24 14:44:00 +01:00
default.nix Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
extensions.json Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
generate.py Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
Makefile Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
overrides.nix Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
README.org Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00

Convert poetry projects to nix automagically

This is under really early development, don't expect things to work.

Missing

TODO Implement support for markers

Need to filter out certain deps like enum34

TODO Lock file hashes not distinguishable by origin

Reported upstream at https://github.com/sdispater/poetry/issues/1172 and fixed in https://github.com/sdispater/poetry/pull/1183 This branch depends on upstream PR #1183.

TODO Non-pypi dependencies

Not implemented at all currently

TODO Circular dependencies

Not implemented at all currently