Metadata-Version: 2.1
Name: note-clerk
Version: 0.0.11
Summary: Utility to manage plain text notes.
Home-page: https://github.com/acjackman/note-clerk
License: MIT
Author: Adam Jackman
Author-email: adam@acjackman.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boltons (>=20.0.0,<21.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: desert (>=2020.1.6,<2021.0.0)
Requires-Dist: marshmallow (>=3.5.1,<4.0.0)
Requires-Dist: orderedset (>=2.0.3,<3.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: python-frontmatter (>=0.5.0,<0.6.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: ruamel.yaml (>=0.16.12,<0.17.0)
Project-URL: Documentation, https://note-clerk.readthedocs.io
Project-URL: Repository, https://github.com/acjackman/note-clerk
Description-Content-Type: text/markdown

# Note Clerk
[![Tests](https://github.com/acjackman/note-clerk/workflows/Tests/badge.svg)](https://github.com/acjackman/note-clerk/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/acjackman/note-clerk/branch/master/graph/badge.svg)](https://codecov.io/gh/acjackman/note-clerk)
[![PyPI](https://img.shields.io/pypi/v/note-clerk.svg)](https://pypi.org/project/note-clerk/)
[![Read the Docs](https://readthedocs.org/projects/note-clerk/badge/)](https://note-clerk.readthedocs.io/)

Install development version

```bash
pip install git+https://github.com/acjackman/note-clerk@master
```


## Contributing

See the contributing page in the docs.

