A CLI tool to check for dependency updates for Python, in Python
Project description
OneUp
A CLI tool to check for dependency updates for Python, in Python.
What's this?
oneup
is a simple command-line interface to aid developers in determining the most recent version of their project's dependencies, as specified in files such as requirements.txt
and pyproject.toml
.
Right now, the tool can parse your dependency lists and report the latest version of all your dependencies to the standard output. In the future, the tool might add some other features such as: automatically updating your lists with a latest version, if desired, and only showing the latest version of dependencies if they differ from your currently specified version (or range).
Installation
You can use your Python package manager (e.g. pip) to install oneup
.
pip install oneup
Usage
oneup
comes with a command-line interface and will automatically detect any supported dependency files in the current directory:
oneup
You can also specify which file to check:
oneup --file path/to/requirements.txt
A complete list of arguments and flags can be found by running:
oneup --help
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; a minimum coverage of 80% is expected (and enforced by Github Actions!).
License
This project is licensed under the GNU Affero General Public License v3.0.
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
File details
Details for the file oneup-0.6.0.tar.gz
.
File metadata
- Download URL: oneup-0.6.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.9 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bee67391367868416e90e363311312475185da2d38411ffba6b8be8bac6939a |
|
MD5 | 536e46d19cafc35485a7866ced0dee71 |
|
BLAKE2b-256 | 1240dd57058a66e556c91768a44c9a9c534f91d48f85c44c763e52b7ee2a05e8 |
File details
Details for the file oneup-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: oneup-0.6.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.9 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95cf783af00c2f0ef1e6551947a7dbf316551fc0cb8bbee45a75d34474c6ba09 |
|
MD5 | 79ca2c5c21b71e362688b5dbd943a43e |
|
BLAKE2b-256 | 902da5f70c1e9ad250581d55cf9d89df44ed1eb42cdb405779622b715e9ae669 |