Metadata-Version: 2.1
Name: mypyref
Version: 0.0.3
Summary: Standard Python reference documentation in a local server
Author-email: Steampunk Wizard <mypyrefcpy@steampunkwizard.ca>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# MyPyRef

Standard Python reference documentation in a local server

Installation:

```bash
pipx install mypyref
```

Use:

```
mypyref install
```

(Note it's hard-coded to Python 3.11.4.)

Then to start the server:

```
mypyref start
```

The browse http://localhost:9000 to see the reference docs. Code on an airplane! Without WiFi!

And to stop it:

```
mypyref stop
```
