Metadata-Version: 2.3
Name: notecli
Version: 0.1.0
Summary: CLI application to create and manage notes.
Author: Mateusz Karandys
Author-email: mateusz.karandys@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (<8.2)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer (>=0.15.3,<0.16.0)
Description-Content-Type: text/markdown

# Note

`note` is a simple command-line interface (CLI) for managing personal notes. With `note`, you can easily create, store, and tag your notes directly from your terminal.

