Metadata-Version: 2.3
Name: snipster-tui
Version: 0.3.0
Summary: snipster-tui is a terminal user interface (TUI) application for managing and browsing code snippets.
Author: Razhiel
Author-email: Razhiel <razhiel@gmx.net>
Requires-Dist: alembic>=1.17.1
Requires-Dist: psycopg2-binary>=2.9.11
Requires-Dist: python-decouple>=3.8
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: textual>=6.6.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Snipster-TUI

A Programming snippets TUI

This was created while doing th PyBites Developer Cohort

## Description

Goal of this is to learn the tooling for a real world App and while doing so to advance my overall knowledge of Python.

## Getting Started

### Installing

```bash
git clone git@https://github.com/Razhiel82/pybites_cohort.git
cd code_quality
uv sync
```

### Executing program

* How to run the program
* Step-by-step bullets

```bash
uv run src/snipster_tui/tui.py
```

## Help

Any advise for common problems or issues.

```bash
TBD
```

## Authors

Contributors names and contact info

ex. Frederick
ex. [LinkedIn](https://www.linkedin.com/in/frederick-ming-b8b517197/)

## Version History

* v0.2.0

  * Initial alpha release
  * Basic Usage adding and deleting for snippets

## License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

## Acknowledgments

Inspiration, code snippets, etc.

* [PyBites](https://pybit.es/)
