Metadata-Version: 2.3
Name: snipster-tui
Version: 0.2.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: fastapi[all]>=0.121.2
Requires-Dist: psycopg2-binary>=2.9.11
Requires-Dist: python-decouple>=3.8
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: streamlit>=1.51.0
Requires-Dist: textual>=6.6.0
Requires-Dist: typer>=0.20.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Snipster for PyBites Cohort
A Programming snippets Tool


# Snipster

This is a Projekt of th PyBites 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

### Dependencies

* Python 3.13
* UV
* SQLModel
* ruff
* pytest-cov
* python-decouple
* sqlalchemy
* ty
* alembic
* psycopg2-binary


### Installing

* TBD

### Executing program

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

## Help

Any advise for common problems or issues.
```
TBD
```

## Authors

Contributors names and contact info

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

## Version History

* week 2:
    * added 1 exception -> exceptions.py
    * added testing repo class -> test_repo.py
    * added Repository Pattern + ABCs -> repo.py
    * added Alembic

* week 1:
    * cleanup in memory error
    * cleanup .gitignore
    * Tests + Poe the poet
    * added decoupled
    * Data model
    * added pre commit
    * Initial commit

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