Metadata-Version: 2.4
Name: gophermap
Version: 0.0.3
Summary: A simple library for parsng Gophermaps
Keywords: Gopher,Gophermap,Hypertext,library,Markup,parser,Small Web,smolweb
Author: Dave Pearson
Author-email: Dave Pearson <davep@davep.org>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.12
Project-URL: Homepage, https://gophermap.davep.dev/
Project-URL: Repository, https://github.com/davep/gophermap
Project-URL: Documentation, https://gophermap.davep.dev/
Project-URL: Source, https://github.com/davep/gophermap
Project-URL: Issues, https://github.com/davep/gophermap/issues
Project-URL: Discussions, https://github.com/davep/gophermap/discussions
Description-Content-Type: text/markdown

# gophermap - A simple library for parsing Gopher maps

`gophermap` is a small and simple library that provides code for parsing
Gopher responses.

## Installation

`gophermap` is [available from pypi](https://pypi.org/project/gophermap/)
and can be installed with your package installer of choice.

With `pip`:

```shell
pip install gophermap
```

With `uv`:

```shell
uv add gophermap
```

[//]: # (README.md ends here)
