Skip to main content

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()

Limitations

  • Currently AmiLATEST depends on the pip index command, which comes with pip version 22 or higher.
  • Editable requirements are not supported, so you can't use --editable flag. When using pip freeze, you must use the --exclude-editable flag to get rid of the editable requirements.

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

MIT

Release files for amilatest 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for amilatest 0.4.0
File Interpreter ABI Platform
amilatest-0.4.0-py3-none-any.whl Python 3 none any Details

Release files / amilatest-0.4.0-py3-none-any.whl

Download URL amilatest-0.4.0-py3-none-any.whl
Size 5.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
d433770479f133a289fc45d045e18bd1f40334e262196c4e648f7087d4390321
BLAKE2b-256 checksum
How to use checksums
3a1f81251fe28379f26e2fd39b2c1018168840e153e9ad3f4bca0088f1ca0d14
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

0.4.0 This release

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page