Metadata-Version: 2.3
Name: snipster-tui
Version: 0.5.2
Summary: Add your description here
Author: Razhiel
Author-email: Razhiel <your@email.com>
Requires-Dist: alembic>=1.17.2
Requires-Dist: psycopg2-binary>=2.9.11
Requires-Dist: python-decouple>=3.8
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: textual>=6.10.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 https://github.com/Razhiel82/snipster-tui.git
cd snipster-tui
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.5.2
  * Correction of Readme

* v0.5.0
  * Package cleanup

* v0.4.0
  * changes the tui:
    * Added Bindungs for favorit, edit and delete
    * It opens modal now
    * lot of debugging since the functions changed a lot

* v0.3.0
  * added snippet edit-feature
  * added testing

* v0.2.0

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

## Disclaimer

This is a personal project run at own risk! The DB is still subject to change.

## 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/)
