Metadata-Version: 2.4
Name: ankita-notes-cli
Version: 0.1.0
Summary: A simple CLI tool for managing notes
Author-email: Ankita <ankita.av.934@gmail.com>
Project-URL: Homepage, https://github.com/ankita311/notes-cli
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi==0.115.12
Requires-Dist: httpx==0.28.1
Requires-Dist: pydantic==2.11.4
Requires-Dist: rich==14.0.0
Requires-Dist: typer==0.15.4
Dynamic: license-file

# notes-cli

A simple command-line tool to manage your notes efficiently.

## Features

- Create, view, and delete notes
- Works from the terminal
- Lightweight and fast

## Installation

```bash
pip install notes-cli
