Redesign1 #1

Merged
yaro merged 36 commits from Redesign1 into main 2025-09-22 14:12:39 -05:00
6 changed files with 12 additions and 23 deletions
Showing only changes of commit e8755fae4d - Show all commits

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
**/__pycache__/
inventory/static/uploads/*
!inventory/static/uploads/.gitkeep
.venv/
.env
*.db
*.db-journal
*.sqlite
*.sqlite3
alembic.ini
alembic/
*.egg-info/

View file

@ -1,9 +0,0 @@
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

@ -1,8 +0,0 @@
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

@ -1 +0,0 @@

View file

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

View file

@ -1 +0,0 @@
crudkit