Test package
Project description
EasyReq
Python package for easy requirements.txt file generating or altering
pip install easyreq
easyreq --help
Project searching
It will find all packages imports used in files in project, check installed version of the package using pip freeze and generate requirements.txt file based on that
If you want to search current directory you are in
:/home/user/projectName$ easyreq
Or you can specify a path to a project you want to use it for
:/home/user/projectName$ easyreq /home/user/someOtherProjectName/
Altering already existing requirements.txt
If a package in rquirements has specified version (eg. urllib3==1.25.7) it will be changed as a minimum (eg. >=1.25.7) and added a maximum one version higher (eg. <2)
If a package has no version specified it will try to find installed one using pip freeze and add it as a minimum and add a maximum one version higher
In order to alter requirements.txt file
:/home/user/projectName$ easyreq /home/user/projectName/requirements.txt
Or
:/home/user/projectName$ easyreq requirements.txt
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyreq-1.2.0.tar.gz.
File metadata
- Download URL: easyreq-1.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ed0aaebc33e2280f2a68ff8be871a2768ecd9b5bb0a404274b67f5d9b4eab7a
|
|
| MD5 |
12ac43587e637dc1a581de1a9a30178e
|
|
| BLAKE2b-256 |
fbdfa6f252a507599ab9f75500cd41f87d550abc426f57846c24a818f08e659b
|
File details
Details for the file easyreq-1.2.0-py3-none-any.whl.
File metadata
- Download URL: easyreq-1.2.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94cc315aa0cd9bcc2f669da6318f5ec0f6ff26f1eb01ac77a466f4e5650bc80
|
|
| MD5 |
ebbafd67b5c557b8aec8c3fa699ee77b
|
|
| BLAKE2b-256 |
fc28e9c73f146fce91351144c3c2bd75d55d37f01d8fb73ff6d2a49c26813390
|