Metadata-Version: 2.1
Name: kclii
Version: 0.1.10
Summary: CLI multipurpose.
License: MIT
Author: Andres Garcia
Author-email: jose.andres.gm29@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: alembic (>=1.8.1,<2.0.0)
Requires-Dist: load-dotenv (>=0.1.0,<0.2.0)
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: sqlalchemy (>=1.4.43,<2.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# K CLI

Create migration

alembic revision --autogenerate -m "init"

Upgrade to the latest version

alembic upgrade head 

Downgrade

alembic downgrade base

check history

alembic history
