{"id":17024475,"url":"https://github.com/aitorres/oneup","last_synced_at":"2025-07-16T08:41:33.024Z","repository":{"id":41355022,"uuid":"431706061","full_name":"aitorres/oneup","owner":"aitorres","description":"A CLI tool to check for dependency updates for Python, in Python","archived":false,"fork":false,"pushed_at":"2025-06-19T05:25:38.000Z","size":880,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T17:46:17.411Z","etag":null,"topics":["cli","dependencies","hacktoberfest","python","requirements","updates"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aitorres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-25T03:49:10.000Z","updated_at":"2025-06-18T07:03:26.000Z","dependencies_parsed_at":"2023-01-27T05:16:23.197Z","dependency_job_id":"c5531c72-3978-4dc1-afb6-229640e41f45","html_url":"https://github.com/aitorres/oneup","commit_stats":{"total_commits":54,"total_committers":2,"mean_commits":27.0,"dds":0.01851851851851849,"last_synced_commit":"c92a45cc3c0a2d229b43323fc2a8ff55eb3c2f89"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/aitorres/oneup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Foneup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Foneup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Foneup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Foneup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitorres","download_url":"https://codeload.github.com/aitorres/oneup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Foneup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265497952,"owners_count":23777092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dependencies","hacktoberfest","python","requirements","updates"],"created_at":"2024-10-14T07:25:42.285Z","updated_at":"2025-07-16T08:41:32.995Z","avatar_url":"https://github.com/aitorres.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneUp\n\nA CLI tool to check for dependency updates for Python, in Python.\n\n## What's this?\n\n![Screenshot of oneup's output](./assets/screenshot.png)\n\n`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` (for both `poetry` and `uv`).\n\nRight 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).\n\n## Installation\n\nYou can use your Python package manager (e.g. [pip](https://pip.pypa.io/en/stable/)) to install `oneup`.\n\n```bash\npip install oneup\n```\n\n## Usage\n\n`oneup` comes with a command-line interface and will automatically detect any supported dependency files in the current directory:\n\n```bash\noneup\n```\n\nYou can also specify which file to check:\n\n```bash\noneup --file path/to/requirements.txt\n```\n\nA complete list of arguments and flags can be found by running:\n\n```bash\noneup --help\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate; a minimum coverage of 90% is expected (and enforced by Github Actions!).\n\n## License\n\nThis project is licensed under the [GNU Affero General Public License v3.0](https://github.com/aitorres/oneup/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Foneup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitorres%2Foneup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Foneup/lists"}