Metadata-Version: 2.4
Name: browse-pep
Version: 0.1.0
Summary: Open a PEP in browser
Project-URL: Homepage, https://sr.ht/~kurth4cker/browse-pep
Project-URL: Repository, https://git.sr.ht/~kurth4cker/browse-pep
Project-URL: Issues, https://lists.sr.ht/~kurth4cker/public-inbox
Maintainer-email: kurth4cker <kurth4cker@gmail.com>
License-File: COPYING
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# browse-pep

Open a pep in your browser.

## Installation

**browse-pep** is a **pep517** compatible python project. So you can install it
just like any other python project. You can ise [pip][1], [uv][2], [gpep517][3],
[hatch][4] or some other pep517 compliant tool for installing this project.

[1]: https://pip.pypa.io
[2]: https://docs.astral.sh/uv/
[3]: https://github.com/projg2/gpep517
[4]: https://hatch.pypa.io/latest/

Here are installation via pip:

* Clone the source repository or install and extract tarball.
* Checkout to source tree.

Then use:

	pip install --user .

This will install package to your users site. For more information about
installing python packages, see this [PYPA Tutorial][5].

[5]: https://packaging.python.org/en/latest/tutorials/installing-packages/

## Usage

Here is some use examples:

	# no pep is given, defaults to 0
	browse-pep
	# or
	python3 -m browse_pep

	# can given one or more pep for browsing
	browse-pep 8 9 517
	browse-pep 1

## Copying

Licensed under **MIT**. See file **COPYING** for details.
