Skip to main content

PepDocs, read PEPs in your console

Project description

PepDocs

Read PEPs in your console

v0.3.0 Python versions Code style: black Checked with mypy Interrogate CircleCI

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

pepdocs-0.3.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

pepdocs-0.3.0-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page