Metadata-Version: 2.1
Name: simple-note-taker
Version: 0.2.0
Summary: A simple CLI Notetaker with options for centralization and summaries for teams
Home-page: https://github.com/GitToby/simple_note_taker
License: Apache-2.0
Author: Toby Devlin
Author-email: toby@tobydevlin.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
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: pydantic (>=1.8.1,<2.0.0)
Requires-Dist: pytest-cov (>=2.11.1,<3.0.0)
Requires-Dist: pytimeparse (>=1.1.8,<2.0.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)
Project-URL: Repository, https://github.com/GitToby/simple_note_taker
Description-Content-Type: text/markdown

A simple CLI note taker, written in Python.

Home: https://github.com/GitToby/simple_note_taker
Pypi: https://pypi.org/project/simple-note-taker/

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

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

Dev with [Poetry](https://python-poetry.org/). Run tests from root with `pytest --cov=simple_note_taker`
