PepDocs, read PEPs in your console
Project description
PepDocs
Read PEPs in your console
Installing PepDocs
PepDocs is available at PyPI. You can install it using Pip:
$ python -m pip install pepdocs
Using PepDocs
To read a PEP in your console, use the pep
command line command:
$ pep 8
Use pep --help
to see available options.
You can also call PepDocs from your own scripts. In that case, use pepdocs.get()
:
import pepdocs
pep8 = pepdocs.get(8)
Installing From Source
You can always download the latest version of PepDocs from GitHub. PepDocs uses Flit as a setup tool.
To install PepDocs from the downloaded source, run Flit:
$ python -m flit install --deps production
If you want to change and play with the PepDocs source code, you should install it in editable mode:
$ python -m flit install --symlink
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pepdocs-0.3.0.tar.gz
.
File metadata
- Download URL: pepdocs-0.3.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
604dad01fcc2396bb9571bc79058a683e98b689477cc8c23c45476fe88bad781
|
|
MD5 |
be613a62b685274de62df9db4c3c411a
|
|
BLAKE2b-256 |
aefcd4cf105601bfe69e15a3a4f2f9cc0dfa7d58dd431a352ecdbd87bbe03219
|
File details
Details for the file pepdocs-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pepdocs-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c144b84c305a5685b81dff1d6aab01bcbb9271b081433ea984599d3555de8dec
|
|
MD5 |
6be63e7d73ea44226a91e3aece5b81d9
|
|
BLAKE2b-256 |
73edb363d31633c99dd1005569b4377660d70fe2d314e1f5c9e9eaa50b6d8886
|