Skip to main content

Chorus API Package https://piste.gouv.fr

Project description

CHORUS-API / PISTE.GOUV.FR

chorus-api Downloads

Chorus API Package https://piste.gouv.fr

How to install chorus-api

Install

pip install chorus-api

1.0.5

CHANGES

  • Fix base_64_encode_file method in utils
  • Allow pass encoding

1.0.4

CHANGES

Integration de l'état courant

  • Le service ConsulterCR permet de consulter les informations liées au dépôt d'un flux et de récupérer au format PDF le compte rendu de traitement du flux déposé via le portail ou le service exposé DeposerFluxFacture.
Key code description
IN_RECU IN_RECU Le flux a été reçu par Chorus Pro
IN_TRAITE_SE_CPP IN_TRAITE_SE_CPP Le fichier arrivé dans le système d’échange Chorus Pro
IN_EN_ATTENTE_TRAITEMENT_CPP IN_EN_ATTENTE_TRAITEMENT_CPP Le flux est en liste d’attente
IN_EN_COURS_TRAITEMENT_CPP IN_EN_COURS_TRAITEMENT_CPP Le flux est en cours de traitement
IN_INCIDENTE IN_INCIDENTE Flux non traité par le système d’échange, il sera nécessaire de reprendre le flux intégralement.
IN_REJETE IN_REJETE Le flux a été traité mais rejeté car il comporte des anomalies
IN_EN_ATTENTE_RETRAITEMENT_CPP IN_EN_ATTENTE_RETRAITEMENT_CPP Le flux a été bloqué, il attend une reprise manuelle
IN_INTEGRE IN_INTEGRE Le flux a été traité et tout a été intégré dans Chorus Pro.
IN_INTEGRE_PARTIEL IN_INTEGRE_PARTIEL Cela concerne des flux qui sont en rejet partiel, seules les factures correctes sont intégrées.

Usage

from chorusapi.client import ChorusAPI
from exemples.env import CLIENT_ID, CLIENT_SECRET

chorus_api = ChorusAPI(
    client_id=CLIENT_ID,
    client_secret=CLIENT_SECRET
)

token = chorus_api.auth().get_token()
print(token)
from chorusapi.client import ChorusAPI
from exemples.env import CLIENT_ID, CLIENT_SECRET, TECH_USERNAME, TECH_PASSWORD

chorus_api = ChorusAPI(
    client_id=CLIENT_ID,
    client_secret=CLIENT_SECRET,
    tech_username=TECH_USERNAME,
    tech_password=TECH_PASSWORD
)

status_depot = chorus_api.auth().consulter_cr("CPP0XXXXXXXXXXXXX")
print(status_depot.__dict__)

More details in examples folders

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

chorus-api-1.0.5.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

chorus_api-1.0.5-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file chorus-api-1.0.5.tar.gz.

File metadata

  • Download URL: chorus-api-1.0.5.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for chorus-api-1.0.5.tar.gz
Algorithm Hash digest
SHA256 4c465ac19f54d95c69106651b779b7050cc2e9cd9e3aba0d2da7b4e728644b4f
MD5 503005b3673312835228c0e47994fb4a
BLAKE2b-256 7f977157ac8243cd5aa6cc9a8ca969026894f62dfce85fa031ca80e4802dc0d1

See more details on using hashes here.

File details

Details for the file chorus_api-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: chorus_api-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for chorus_api-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4047579e668a5d449f9a32308192a62853cc7734e0869363594d57161ef31b67
MD5 7f619c69c61e498ae789f40c189df3a6
BLAKE2b-256 b96b87f8ca51eed6d00d3a2479594add68dd729d20b5eb040858d5dbca1325b3

See more details on using hashes here.

Supported by

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