Metadata-Version: 2.4
Name: skeletone
Version: 0.1.4
Summary: CLI for services template for Python (FastAPI, SQLAlchemy, Alembic)
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: GitPython
Requires-Dist: rich
Requires-Dist: requests

# Skeletone

A minimal, well-toned Python project skeleton for fast development.  
Built on top of **FastAPI**, **SQLAlchemy**, and **Alembic**.

## How to use

1. **Install the library:**  
   ```bash
   pip install skeletone
   ```
2. Scaffold a new project:
    ```bash
    skeletone init
    ```

3. Upgrade an existing project to the latest template:
    ```bash
    skeletone upgrade
    ```

## Template Source
The project template itself is hosted at:
https://github.com/yoursteacup/skeletone

## Author
Developer: Zhaxybayev Daulet
