Skip to content

Small script for updating a python package and its dependencies and running setup cmds

License

Notifications You must be signed in to change notification settings

openlawlibrary/upgrade-python-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upgrade-python-package

Small script for updating a python package (and its dependencies) and running post-install commands.

Development

Install in editable mode with test dependencies:

uv pip install -e ".[test]"

Run tests:

pytest upgrade/tests

Run lint (optional):

flake8

(Flake8 configuration lives in pyproject.toml and is loaded via flake8-pyproject.)

Note: the upgrade scripts prefer uv pip for install/uninstall operations when uv is available, and fall back to python -m pip otherwise.

About

Small script for updating a python package and its dependencies and running setup cmds

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages