pyfrctc 0.2__tar.gz → 0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyfrctc-0.2 → pyfrctc-0.4}/PKG-INFO +12 -1
- {pyfrctc-0.2 → pyfrctc-0.4}/README.md +9 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/pyfrctc/__init__.py +2 -2
- pyfrctc-0.4/pyfrctc/cdar-schematron/20260430_BR-FR-CDV-Schematron-CDAR_V1.3.1.xsl +1754 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B.xsd +37 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ContactFunctionCode_D22A.xsd +114 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentNameCode_D22A.xsd +819 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentStatusCode_D22A.xsd +61 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MessageFunctionCode_Acknowledgement_D22A.xsd +19 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PartyRoleCode_D22A.xsd +635 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ReferenceTypeCode_D22A.xsd +828 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_StatusCode_D22A.xsd +527 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TimePointFormatCode_D21B.xsd +17 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +181 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +722 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +123 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_identifierlist_standard_ISO_ISOAlpha2LanguageCode_2006-10-27.xsd +381 -0
- pyfrctc-0.4/pyfrctc/cdar-xsd/CrossDomainAcknowledgementAndResponse_100pD22B_urn_un_unece_uncefact_identifierlist_standard_ISO_ISOTwo-letterCountryCode_SecondEdition2006.xsd +260 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/pyfrctc/pyfrctc.py +395 -9
- {pyfrctc-0.2 → pyfrctc-0.4}/requirements.txt +2 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/.flake8 +0 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/.gitignore +0 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/LICENSE +0 -0
- {pyfrctc-0.2 → pyfrctc-0.4}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyfrctc
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4
|
|
4
4
|
Summary: Helpers for eInvoicing and eReporting in France
|
|
5
5
|
Project-URL: Homepage, https://github.com/akretion/pyfrctc
|
|
6
6
|
Project-URL: Source, https://github.com/akretion/pyfrctc
|
|
@@ -14,8 +14,10 @@ Classifier: Operating System :: OS Independent
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
15
|
Classifier: Topic :: Office/Business :: Financial :: Accounting
|
|
16
16
|
Requires-Python: >=3.8
|
|
17
|
+
Requires-Dist: lxml
|
|
17
18
|
Requires-Dist: python-stdnum>=1.20
|
|
18
19
|
Requires-Dist: requests-oauthlib
|
|
20
|
+
Requires-Dist: saxonche
|
|
19
21
|
Description-Content-Type: text/markdown
|
|
20
22
|
|
|
21
23
|
This python library provides helper methods for eInvoicing and eReporting in France. This lib is used by the Odoo community module l10n\_fr\_einvoicing available on [akretion/fr-einvoicing](https://github.com/akretion/fr-einvoicing), but we would be very happy if other software use it too. The primary goal of this lib is to mutualize code between different versions of the module for different versions of Odoo.
|
|
@@ -43,3 +45,12 @@ This library is published under the [GNU Lesser General Public License v2.1](htt
|
|
|
43
45
|
* version 0.2 dated 2026-04-23
|
|
44
46
|
|
|
45
47
|
* Fixes in re-formatting of directory lines for B2G when SIRET has specific global properties
|
|
48
|
+
|
|
49
|
+
* version 0.3 dated 2026-04-30
|
|
50
|
+
|
|
51
|
+
* Add methods send\_flow\_parsed(), search\_flows\_parsed() and get\_flow\_metadata\_parsed()
|
|
52
|
+
* Add multi-page support in search\_flows()
|
|
53
|
+
|
|
54
|
+
* version 0.4 dated 2026-05-14
|
|
55
|
+
|
|
56
|
+
* Add methods to generate and parse CDAR XML files for life cycle
|
|
@@ -23,3 +23,12 @@ This library is published under the [GNU Lesser General Public License v2.1](htt
|
|
|
23
23
|
* version 0.2 dated 2026-04-23
|
|
24
24
|
|
|
25
25
|
* Fixes in re-formatting of directory lines for B2G when SIRET has specific global properties
|
|
26
|
+
|
|
27
|
+
* version 0.3 dated 2026-04-30
|
|
28
|
+
|
|
29
|
+
* Add methods send\_flow\_parsed(), search\_flows\_parsed() and get\_flow\_metadata\_parsed()
|
|
30
|
+
* Add multi-page support in search\_flows()
|
|
31
|
+
|
|
32
|
+
* version 0.4 dated 2026-05-14
|
|
33
|
+
|
|
34
|
+
* Add methods to generate and parse CDAR XML files for life cycle
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "0.
|
|
2
|
-
from .pyfrctc import get_session, healthcheck, get_directory_siren, get_directory_siren_parsed, get_directory_siret, get_directory_siret_parsed, get_directory_lines, get_directory_lines_parsed, send_flow, search_flows, get_flow
|
|
1
|
+
__version__ = "0.4"
|
|
2
|
+
from .pyfrctc import get_session, healthcheck, get_directory_siren, get_directory_siren_parsed, get_directory_siret, get_directory_siret_parsed, get_directory_lines, get_directory_lines_parsed, send_flow, send_flow_parsed, search_flows, search_flows_parsed, get_flow, get_flow_metadata_parsed, generate_cdar, parse_cdar, parse_cdar_raw
|