A library that easily generates a requirements.txt file
Project description
versionrunner
Motivation
After writing a program, it is essential to generate a requirements.txt
file before distribution, so that other users can easily recreate the deployed program.
However, finding and specifying the versions manually can often be tedious. In such cases, you can use versionrunner
to quickly convert the library versions into a requirements.txt file and save it automatically.
How to Run ?
from versionrunner import *
search_version(__file__) # or search_version('your_file_name')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file versionrunner-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: versionrunner-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca789410cd76208033036df17fc9a70e2b7e8b1ea11f94b4873138427041aacb |
|
MD5 | ad7f3ed70c2ca84e90bf5fe3304ea1c1 |
|
BLAKE2b-256 | b842e51e28ecc857c864008bf6a1c3a5f2d623bcab4163393991e77b6a17aba5 |