No project description provided
Project description
SFTKit
A general purpose collection of base building blocks and utilities to make building python applications on the basis of postgresql (asyncpg) + fastapi a breeze.
To get started simply run
pip install sftkit
Usage
Dev CLI
Configure sftkit in your pyproject.toml
[tool.sftkit]
db_code_dir = "<path-to-your-sql-code-folder>"
db_migrations_dir = "<path-to-your-sql-data-migrations>"
Create new migrations via
sftkit create-migration <name>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sftkit-0.2.0a1.tar.gz
(19.3 kB
view hashes)
Built Distribution
sftkit-0.2.0a1-py3-none-any.whl
(23.6 kB
view hashes)