Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.rst

blurb_it

https://travis-ci.com/python/blurb_it.svg?branch=master

blurb add over the internet.

About

📜🤖 blurb-it allows you to add a misc/news file to your own CPython pull request.

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.

Install blurb-it .

Uninstall blurb-it

  1. Go to https://github.com/settings/installations.
  2. Click blurb-it's "Configure" button.
  3. Scroll down and click the "Uninstall" button.

Deploy

Deploy

Requirements and dependencies

  • Python 3.7+
  • aiohttp
  • aiohttp-jinja2
  • gidgethub
  • pyjwt
  • cryptography

Running Tests

  1. Install pyhon virtual environment with $ python3 -m venv venv.
  2. Activate virtual environment with $ . venv/bin/activate.
  3. Install dev-requirements with (venv)$ pip install -r dev-requirements.txt.
  4. Run all test with (venv)$ pytest tests.
You can’t perform that action at this time.