Metadata-Version: 2.1
Name: contacts24
Version: 0.2.0
Summary: 
Author: Vitaliy Kononenko
Author-email: konvio@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Notes & Contacts CLI Application

This is a command-line interface (CLI) application written in Python.

## Prerequisites

- Python 3.11+
- Poetry

## Installation

```bash
pip install contacts24
python -m app

### From source code

```bash
git clone https://github.com/konvio/python-contacts-cli-2024
cd python-contacts-cli-2024
poetry config virtualenvs.in-project true --local
poetry env use 3.11
poetry install
poetry run python main.py

