https://github.com/reddit/baseplate.py-upgrader
automates much of the work of upgrading to newer baseplate.py versions
https://github.com/reddit/baseplate.py-upgrader
Last synced: 10 months ago
JSON representation
automates much of the work of upgrading to newer baseplate.py versions
- Host: GitHub
- URL: https://github.com/reddit/baseplate.py-upgrader
- Owner: reddit
- License: other
- Created: 2019-08-13T20:20:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T18:34:48.000Z (about 2 years ago)
- Last Synced: 2024-05-06T19:47:15.400Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Baseplate.py Upgrader
This tool will help you make the changes necessary to upgrade your Baseplate.py
service from one version to another.
The easiest way to use this tool is through `pipx` (`brew install pipx` on
macOS):
pipx run --spec git+https://github.com/reddit/baseplate.py-upgrader baseplate.py-upgrader ~/src/fooservice
You can also create a virtualenv and install it manually:
python3.12 -m venv venv
venv/bin/pip install git+https://github.com/reddit/baseplate.py-upgrader
venv/bin/baseplate.py-upgrader ~/src/fooservice