An open API service indexing awesome lists of open source software.

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)

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.