Romanian ANAF declarations: Pydantic input schemas + thin client for the NextERP generation service (proprietary)
Project description
nexterp-declarations
Proprietary thin client for Romanian ANAF declarations. It ships Pydantic v2 input schemas + a small HTTP client; the actual XML generation and validation run server-side on the NextERP duk service. The mapping logic is never distributed.
Used by the NextERP Romanian localization for Odoo.
⚠️ A valid license is required. Generation is authorised by a signed license token (issued by NextERP Romania, https://www.nexterp.ro, and verified server-side). Installing this package does not grant the right to produce ANAF declarations.
Usage
import nexterp_declarations as nd
from nexterp_declarations.d300 import D300Input, D300Header
from nexterp_declarations.base import CompanyV2, MovesData
nd.configure_license(token, "https://duk.nexterp.ro") # token from /check_license
inp = D300Input(header=..., company=..., period=..., data=...)
xml = nd.remote_generate("D300", inp) # POSTs to duk; returns validated XML bytes
Supported: D100/D710, D101, D120, D300, D390, D394, D406, Intrastat — version is selected server-side from the reporting period.
Install
pip install nexterp-declarations
Pure-python wheel (py3-none-any); only dependency is pydantic. Safe to be
public — it ships no generation logic, just schemas + the HTTP client (the
mapping runs server-side, gated by your license).
License
Proprietary — © NextERP Romania. Generation requires a separate, runtime- verified license. See https://www.nexterp.ro.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nexterp_declarations-0.2.0-py3-none-any.whl.
File metadata
- Download URL: nexterp_declarations-0.2.0-py3-none-any.whl
- Upload date:
- Size: 54.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
969e4aebfcd30d8a817e43c2c659d000054d03ef03be6cb281737f4aed22ef22
|
|
| MD5 |
c941a5687b51858ff939641877c2dbfe
|
|
| BLAKE2b-256 |
296292af5df0c56264e2ab017a6f01877e9f1eb546213f58fc7909a31e6f458c
|