blurb_it
blurb add
over the internet.
About
Misc/News file is needed for almost all non-trivial changes to CPython.
To use blurb-it, you must be logged in to GitHub.
Install blurb-it GitHub App to your account, and then grant the write
access to your
fork of the CPython repository.
Since blurb-it will have write access to the granted repo, you should only install it on your own CPython repository.
Uninstall blurb-it
- Go to https://github.com/settings/installations.
- Click blurb-it's "Configure" button.
- Scroll down and click the "Uninstall" button.
Deploy
Requirements and dependencies
- Python 3.7+
- aiohttp
- aiohttp-jinja2
- gidgethub
- pyjwt
- cryptography
Running Tests
- Install pyhon virtual environment with $ python3 -m venv venv.
- Activate virtual environment with $ . venv/bin/activate.
- Install dev-requirements with (venv)$ pip install -r dev-requirements.txt.
- Run all test with (venv)$ pytest tests.