New files, new file structure, new CRUDKit.

This commit is contained in:
Yaro Kasear 2025-09-02 08:00:06 -05:00
parent 091db0b443
commit 08721e6fbe
35 changed files with 23 additions and 1181 deletions

View file

@ -0,0 +1,9 @@
Metadata-Version: 2.4
Name: crudkit
Version: 0.1.0
Summary: A Flask API for better SQLAlchemy usage.
Requires-Python: >=3.9
Requires-Dist: flask
Requires-Dist: flask_sqlalchemy
Requires-Dist: python-dotenv
Requires-Dist: Werkzeug

View file

@ -0,0 +1,8 @@
pyproject.toml
crudkit/__init__.py
crudkit/mixins.py
crudkit.egg-info/PKG-INFO
crudkit.egg-info/SOURCES.txt
crudkit.egg-info/dependency_links.txt
crudkit.egg-info/requires.txt
crudkit.egg-info/top_level.txt

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,4 @@
flask
flask_sqlalchemy
python-dotenv
Werkzeug

View file

@ -0,0 +1 @@
crudkit