Metadata-Version: 2.5
Name: pynate
Version: 0.1.0
Summary: The official Python implementation of nate (nate's another text editor).
Project-URL: Documentation, https://git.hermits.cc/nate/pynate/src/branch/main/README.md
Project-URL: Issues, https://git.hermits.cc/nate/pynate/issues
Project-URL: Source, https://git.hermits.cc/nate/pynate/pynate/
Author-email: PPPDUD <mojavesoft@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pynate

[![PyPI - Version](https://img.shields.io/pypi/v/pynate.svg)](https://pypi.org/project/pynate)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pynate.svg)](https://pypi.org/project/pynate)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pynate
```

## License

`pynate` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
