update_checker
A python module that will check for package updates.
File Explorer
- ci.yml
- dependabot-auto-merge.yml
- release.yml
- dependabot.yml
- __init__.py
- core.py
- py.typed
- test_update_checker.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE.txt
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv add
View Details ▼
uv add
Add package dependencies to the `pyproject.toml` file.
Packages are specified according to <https://peps.python.org/pep-0508/>.
uv add {{package}}
Add the latest version of a package:
uv add {{package1 package2 ...}}
Add multiple packages:
uv add {{package>=1.2.3}}
Add a package with a version requirement:
// repository documentation
Was this content helpful?
(0 ratings)
