Metadata-Version: 2.4
Name: alpha-python
Version: 0.1.0
Summary: Alpha is intended to be the first dependency you need to add to your Python application. It is a Python library which contains standard building blocks that can be used in applications that are used as APIs and/or make use of database interaction.
Author-email: Bart Reijling <bart@reijling.eu>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs>=25.4.0
Requires-Dist: gunicorn>=23.0.0
Requires-Dist: jsonpatch>=1.33
Requires-Dist: numpy>=2.3.5
Requires-Dist: pandas>=2.3.3
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: six>=1.17.0
Requires-Dist: sqlalchemy>=2.0.44
Dynamic: license-file

# alpha

Alpha is intended to be the first dependency you need to add to your Python application. It is a Python library which contains standard building blocks that can be used in applications that are used as APIs and/or make use of database interaction. 
