LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
enedis/__init__.py
enedis/client_proxy/__init__.py
enedis/client_proxy/client_proxy_enedis.py
enedis/connection/__init__.py
enedis/connection/enedis_connection.py
enedis/data_models/M023.py
enedis/data_models/__init__.py
enedis/data_models/commandeaccesdonneesmesures.py
enedis/data_models/commanderarretservicesouscritmesures.py
enedis/data_models/commandercollectepublicationmesures.py
enedis/data_models/common.py
enedis/data_models/const.py
enedis/data_models/consulterdonneespoint.py
enedis/data_models/consulterdonneestechniquescontractuelles.py
enedis/data_models/consultermesures.py
enedis/data_models/consultermesuresdetaillees.py
enedis/data_models/recherchepoint.py
enedis/data_models/rechercheservicesouscritmesures.py
enedis/examples/__init__.py
enedis/examples/m023_call.py
enedis/ressources/Dictionnaires/Metier/v4.0/ERDF.Dictionnaire.TypeComplexe.v4.0.xsd
enedis/ressources/Dictionnaires/Metier/v4.0/ERDF.Dictionnaire.TypeSimple.v4.0.xsd
enedis/ressources/Dictionnaires/Metier/v5.0/ENEDIS.Dictionnaire.TypeComplexe.v5.0.xsd
enedis/ressources/Dictionnaires/Metier/v5.0/ENEDIS.Dictionnaire.TypeSimple.v5.0.xsd
enedis/ressources/Dictionnaires/Technique/W3C.SoapEnv.xsd
enedis/ressources/Dictionnaires/Technique/v1.0/ENEDIS.Dictionnaire.Technique.v1.0.xsd
enedis/ressources/Services/CommandeArretServiceSouscritMesures/CommandeArretServiceSouscritMesures-v1.0.wsdl
enedis/ressources/Services/CommandeArretServiceSouscritMesures/CommanderArretServiceSouscritMesures-v1.0.xsd
enedis/ressources/Services/CommandeCollectePublicationMesures/CommandeCollectePublicationMesures-v3.0.wsdl
enedis/ressources/Services/CommandeCollectePublicationMesures/CommanderCollectePublicationMesures-v3.0.xsd
enedis/ressources/Services/CommanderAccesDonneesMesures/CommanderAccesDonneesMesures-V1.0.wsdl
enedis/ressources/Services/CommanderAccesDonneesMesures/CommanderAccesDonneesMesures-V1.0.xsd
enedis/ressources/Services/ConsultationDonneesTechniquesContractuelles/ConsultationDonneesTechniquesContractuelles-v1.0.wsdl
enedis/ressources/Services/ConsultationDonneesTechniquesContractuelles/ConsulterDonneesTechniquesContractuelles-v1.0.xsd
enedis/ressources/Services/ConsultationMesures/ConsultationMesures-v1.1.wsdl
enedis/ressources/Services/ConsultationMesures/ConsulterMesures-v1.1.xsd
enedis/ressources/Services/ConsultationMesuresDetaillees/ADAM.ConsulterMesuresDetailleesCommun.xsd
enedis/ressources/Services/ConsultationMesuresDetaillees/ADAM.ConsulterMesuresServiceReadV3.wsdl
enedis/ressources/Services/ConsultationPoint/ConsultationPoint-v4.0.wsdl
enedis/ressources/Services/ConsultationPoint/ConsulterDonneesPoint-v4.0.xsd
enedis/ressources/Services/M023/B2B_M023ITC.wsdl
enedis/ressources/Services/M023/B2B_M023MFA.wsdl
enedis/ressources/Services/M023/B2B_M023MFI.wsdl
enedis/ressources/Services/M023/ITCModel.xsd
enedis/ressources/Services/M023/MesuresFacturantesModel.xsd
enedis/ressources/Services/M023/MesuresFinesModel.xsd
enedis/ressources/Services/RecherchePoint/RecherchePoint-v2.0.wsdl
enedis/ressources/Services/RecherchePoint/RechercherPoint-v2.0.xsd
enedis/ressources/Services/RechercheServicesSouscritsMesures/RechercheServicesSouscritsMesures.wsdl
enedis/ressources/Services/RechercheServicesSouscritsMesures/RechercherServicesSouscritsMesures-v1.0.xsd
enedis/services/__init__.py
enedis/services/commande_M023.py
enedis/services/commande_acces_donnees_mesures.py
enedis/services/commander_arret_service_souscrit_mesures.py
enedis/services/commander_collecte_publication_mesures.py
enedis/services/consulter_donnees_techniques_contractuelles.py
enedis/services/consulter_mesures.py
enedis/services/consulter_mesures_detaillees.py
enedis/services/consulter_point.py
enedis/services/recherche_services_souscrits_mesures.py
enedis/services/rechercher_point.py
enedis/utils/__init__.py
enedis/utils/regex.py
enedis/utils/wsdl.py
proxy/__init__.py
proxy/admin.py
proxy/apps.py
proxy/middleware_trace_activite.py
proxy/models.py
proxy/urls.py
proxy/views.py
proxy/migrations/0001_initial.py
proxy/migrations/__init__.py
proxy/scripts/__init__.py
proxy/scripts/homologation.py
proxy/scripts/test_connectivite.py
proxy/tests/__init__.py
proxy/tests/test_check_prm.py
proxy/tests/test_health.py
proxy/tests/test_throttle.py
proxy/tests/test_verification_traçage.py
proxy/tests/services/ServicesTestCase.py
proxy/tests/services/__init__.py
proxy/tests/services/test_M023.py
proxy/tests/services/test_commande_acces_donnees_mesures.py
proxy/tests/services/test_commander_arret_services_souscrits_mesures.py
proxy/tests/services/test_commander_collecte_publication_mesures.py
proxy/tests/services/test_consulter_donnees_techniques_contractuelles.py
proxy/tests/services/test_consulter_mesures.py
proxy/tests/services/test_consulter_mesures_detaillees.py
proxy/tests/services/test_consulter_point.py
proxy/tests/services/test_recherche_services_souscrits_mesures.py
proxy/tests/services/test_rechercher_point.py
proxy/tests/views/__init__.py
proxy/tests/views/test_view_commandeaccesservicessouscrits.py
proxy/tests/views/test_view_commanderarretservicessouscrits.py
proxy/tests/views/test_view_commandercollectepublicationmesures.py
proxy/tests/views/test_view_consulterdonneestechniquescontractuelles.py
proxy/tests/views/test_view_consultermesures.py
proxy/tests/views/test_view_consultermesuresdetaillees.py
proxy/tests/views/test_view_consulterpoint.py
proxy/tests/views/test_view_rechercherpoint.py
proxy/tests/views/test_view_rechercherservicessouscritsmesures.py
webservices_enedis/__init__.py
webservices_enedis/asgi.py
webservices_enedis/settings.py
webservices_enedis/urls.py
webservices_enedis/views.py
webservices_enedis/wsgi.py
wsenedis.egg-info/PKG-INFO
wsenedis.egg-info/SOURCES.txt
wsenedis.egg-info/dependency_links.txt
wsenedis.egg-info/requires.txt
wsenedis.egg-info/top_level.txt