https://github.com/thorgate/py-eudr
Python client for European Union Deforestation Registry (EUDR)
https://github.com/thorgate/py-eudr
Last synced: 7 months ago
JSON representation
Python client for European Union Deforestation Registry (EUDR)
- Host: GitHub
- URL: https://github.com/thorgate/py-eudr
- Owner: thorgate
- Created: 2025-04-21T09:38:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:24:07.000Z (9 months ago)
- Last Synced: 2025-06-02T04:17:15.994Z (7 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Python EUDR client
Powered by zeep
This is a work in progress. Contributions are welcome.
## Running integration test
The following command will trigger the test EUDR echo service, and output the response
```shell
export EUDR_AUTHENTICATION_KEY=verysecret
export EUDR_USERNAME=notsosecret
python -m py_eudr --echo
```
Expected output:
```
INFO:root:Echo response: User notsosecret, using third party system eudr-test and IP address 1.2.3.4 says: Py-EUDR
```
You can also try submitting random DDS data with `--submit-random` flag, and then retracting it with `--retract` flag.
See `python -m py_eudr --help` for more information.