LICENSE
MANIFEST.in
README.md
pyproject.toml
src/ducopy/__init__.py
src/ducopy/cli.py
src/ducopy/ducopy.py
src/ducopy.egg-info/PKG-INFO
src/ducopy.egg-info/SOURCES.txt
src/ducopy.egg-info/dependency_links.txt
src/ducopy.egg-info/entry_points.txt
src/ducopy.egg-info/requires.txt
src/ducopy.egg-info/top_level.txt
src/ducopy/certs/api_cert.pem
src/ducopy/rest/__init__.py
src/ducopy/rest/apikeygenerator.py
src/ducopy/rest/client.py
src/ducopy/rest/models.py
src/ducopy/rest/utils.py
tests/test_apikeygenerator.py
tests/test_client.py
tests/test_restapi.py