A dependency-analyzer for requirements.txt files
Project description
Foobar
AmiLATEST is a dependency checker for your python project. It is a tool to help you find outdated dependencies, and generate a report that suggests upgrade possibilities at major, minor, and patch levels.
AmiLATEST can be used as CLI or as a library.
Installation
Use the package manager pip to install amilatest.
pip install amilatest
Usage as CLI
The CLI is a simple command line interface to AmiLATEST.
For basic usage, simply run amilatest within your project directory (where your requirements.txt is located). It will then check all those dependencies and generate a report.
amilatest
By default the report is displayed on the terminal as a table. If you want to see the report in a processable format, you can use the --json flag.
amilatest --json
Usage as library
AmiLATEST can also be integrated into your project as a library. To do so, you need to import Analyzer class from the amilatest module.
from amilatest import Analyzer
a = Analyzer('./requirements.txt')
json_output = a.analyze()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 amilatest-0.1.0-py3-none-any.whl.
File metadata
- Download URL: amilatest-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b8a073adbb994a0b8eb821facde53df7a6e054851213db7a07d79fad3d318d2
|
|
| MD5 |
2747a553a97457efd6322f090565c4fd
|
|
| BLAKE2b-256 |
a6b998a6921a04f5e5dc164b6b6944d3a99007a676fee310fd63c30f40cd6f52
|