Skip to main content

Studio Seat Management Tools

Project description

⚠️ Not Production Ready ⚠️

pyfost.gestion_studio

PyPI - Version PyPI - Python Version

Fost Studio Seats Management Tools

Table of Contents

Installation

Create a virualenv, activate it, and then:

pip install pyfost.gestion-studio

Run

Services

Edit a .env or .env.DEV or .env.PROD file (Use the .env in the repo root as example). Then, in the same folder, spawn your services:

  • Full Stack: python -m pyfost.gestion_studio.main_all
  • All Backends: python -m pyfost.gestion_studio.main_backends
  • All Frontends: python -m pyfost.gestion_studio.main_frontends

Python APIs

You can interact with the services using their respecive clients:

from pyfost.gestion_studio.floors.api import FloorsAPI
from pyfost.gestion_studio.projects.api import ProjectsAPI

floors_api = ProjectsAPI(host=<floors_service_host>, port=<floors_service_port>)
facilities = floors_api.get_facilities()

project_api = ProjectsAPI(host=<project_service_host>, port=<project_service_port>)
tasks = projects_api.get_tasks()

Dev

Tips

floors

(! OUTDATED !)

  • To generate the python client from the backend (api)
    • run the backend standalone: fastapi run src/pyfost/gestion_studio/floors/backend/main.py
    • install openapi-python-client: pipx install openapi-python-client --include-deps
    • cd to the root of the repo (containing this file)
    • generate the client: openapi-python-client generate --url http://127.0.0.1:8000/openapi.json --output-path ../pyfost.gestion-studio-floors_api --config openapi-python-client.yaml
    • replace current client (./src/pyfost/gestion_studio/floors/api) by the generated one (../pyfost.gestion-studio-floors_api/api)
    • also copy the client README (../pyfost.gestion-studio-floors_api/README.md -> ./src/pyfost/gestion_studio/floors/api/README.md)

License

pyfost.gestion-studio is distributed under the terms of the GNU GPL-3.0 or later license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfost_gestion_studio-0.1.1.tar.gz (57.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfost_gestion_studio-0.1.1-py3-none-any.whl (71.6 kB view details)

Uploaded Python 3

File details

Details for the file pyfost_gestion_studio-0.1.1.tar.gz.

File metadata

  • Download URL: pyfost_gestion_studio-0.1.1.tar.gz
  • Upload date:
  • Size: 57.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for pyfost_gestion_studio-0.1.1.tar.gz
Algorithm Hash digest
SHA256 34820c388e706f979d94ec0d5d2ad1612b9ae36c4a261a0882692c55418fa087
MD5 bd1fd9521ca0e5714fdbfe08b1a57442
BLAKE2b-256 1efe00b47cfd302d0f351504e328ac9555d5e377f067bd4243b43683d759f13a

See more details on using hashes here.

File details

Details for the file pyfost_gestion_studio-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyfost_gestion_studio-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ae4f13266139287bc31a49a2f23a2d9bfd4535ebc4158d2b453afb10b32acf5a
MD5 ad86f51a574cb4d7f854bbb88c04c676
BLAKE2b-256 6b0863a1e59666645880ff2be22de1ad61b30c714a560e424ddbe847e72cacef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page