New files, new file structure, new CRUDKit.
This commit is contained in:
parent
091db0b443
commit
08721e6fbe
35 changed files with 23 additions and 1181 deletions
9
crudapi.egg-info/PKG-INFO
Normal file
9
crudapi.egg-info/PKG-INFO
Normal 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
|
||||
8
crudapi.egg-info/SOURCES.txt
Normal file
8
crudapi.egg-info/SOURCES.txt
Normal 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
|
||||
1
crudapi.egg-info/dependency_links.txt
Normal file
1
crudapi.egg-info/dependency_links.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
4
crudapi.egg-info/requires.txt
Normal file
4
crudapi.egg-info/requires.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
flask
|
||||
flask_sqlalchemy
|
||||
python-dotenv
|
||||
Werkzeug
|
||||
1
crudapi.egg-info/top_level.txt
Normal file
1
crudapi.egg-info/top_level.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
crudkit
|
||||
Loading…
Add table
Add a link
Reference in a new issue