Metadata-Version: 2.3
Name: gisweb-tenants
Version: 0.0.5
Summary: Gestione multi tenant
Author: Roberto Starnini
Author-email: roberto.starnini@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: bcrypt (>=4.1.1,<5.0.0)
Requires-Dist: cryptography (>=41.0.7,<42.0.0)
Requires-Dist: fastapi (>=0.95)
Requires-Dist: psycopg (>=3.1)
Requires-Dist: pyjwt[crypto] (>=2.8.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0)
Description-Content-Type: text/markdown

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

poetry update
poetry build
poetry publish

casini venv
per attivare quello giusto:
source $(poetry env info --path)/bin/activate

poetry env info -p
rm -rf `poetry env info -p`
poetry env use python


