An Entity Component System architecture module for Flask projects.
Project description
ecs-alchemy
WORK IN PROGRESS - ALPHA VERSION
This project provides an Entity Component System (ECS) architecture module for projects using SQLAlchemy.
Installation
pip install ecs-alchemy
Usage
# Example usage to be added here
Building and Uploading to PyPI
1. Install Build Tools:
pip install --upgrade build twine
2. Build the Package:
python3 -m build
3. Upload to TestPyPI (Recommended):
python3 -m twine upload --repository testpypi dist/*
4. Install from TestPyPI:
pip install --index-url https://test.pypi.org/simple/ --no-deps ecs-alchemy
5. Upload to PyPI:
python3 -m twine upload dist/*
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ecs_alchemy-0.1.0a1.tar.gz.
File metadata
- Download URL: ecs_alchemy-0.1.0a1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6828175e42df677e20dc3d966656b45f0c0b7dd0ae932c8141140d3956b346
|
|
| MD5 |
3c12c61df75eaa689b377e9e2a7090d0
|
|
| BLAKE2b-256 |
bc5fa8e1394a37482a2160ab0b761835351804d67e9f2e84331241298d706748
|
File details
Details for the file ecs_alchemy-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: ecs_alchemy-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7312a59db0127f23a506fc474449f6f0e4e43c091f9b06c8d4dc6aae69e841ad
|
|
| MD5 |
69a3995c01deb09025eb86b530580693
|
|
| BLAKE2b-256 |
19a7bae1d475a9432281c0400bfea9c06f926da71b089a767a965f3c4f513217
|