https://github.com/janrupf/python-flexseal
https://github.com/janrupf/python-flexseal
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janrupf/python-flexseal
- Owner: Janrupf
- Created: 2024-11-29T01:27:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T14:32:41.000Z (6 months ago)
- Last Synced: 2025-07-07T15:43:13.320Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-flexseal
###### generate reproducible python lockfiles for existing projects
I frequently find myself in the need of generating lockfiles that can be used with the nix package manager
for reproducible installations of python packages. This little program takes some sort of installation report
or lockfile and generates a common, package manager independent lockfile that can be used to install the same
packages in a different environment.