Metadata-Version: 2.1
Name: simple-note-taker
Version: 0.1.2
Summary: 
Author: Toby
Author-email: toby@thedevlins.biz
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: tinydb (>=4.4.0,<5.0.0)
Requires-Dist: tinydb-serialization (>=2.1.0,<3.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

A simple CLI note taker, written in Python.

Home: https://github.com/GitToby/simple_note_taker

Start with
```commandline
pip install simple_note_taker
```

Then:
```commandline
snt --help
```

Dev with [Poetry](https://python-poetry.org/)
