dracoon-python-api

A Python3 based package to connect with DRACOON API (async) - more infos on DRACOON here: https://dracoon.com

APACHE-2.0 License

Downloads
2.9K
Stars
12
Committers
3
dracoon-python-api - DRACOON Python 1.4.0

Published by unbekanntes-pferd over 2 years ago

  • proxy upload refactoring (dracoon.nodes)
  • DRACOON Server tests
  • Fixed url encoding in search string (search nodes)
  • Refactored and updated event log endpoints
  • Extended type hints

What's Changed

Full Changelog: https://github.com/unbekanntes-pferd/dracoon-python-api/compare/v.1.3.1...v.1.4.0

dracoon-python-api - DRACOON Python 1.3.1

Published by unbekanntes-pferd over 2 years ago

  • Updated S3 status polling (increasing waiting time)
  • Bug fixes (public key encryption)
dracoon-python-api - DRACOON Python 1.2.0

Published by unbekanntes-pferd over 2 years ago

  • Custom errors
  • Improved error handling
  • Helper to improve batch processing async requests
  • Minor bug fixes

What's Changed

Full Changelog: https://github.com/unbekanntes-pferd/dracoon-python-api/compare/v1.1.0...v.1.2.0

dracoon-python-api - DRACOON Python 1.1.0

Published by unbekanntes-pferd over 2 years ago

  • Added full S3 direct up- and download support
  • Major module refactor
dracoon-python-api - DRACOON Python 1.0.3

Published by unbekanntes-pferd almost 3 years ago

Bugfix (nodes bool values)

dracoon-python-api - DRACOON Python 1.0.2

Published by unbekanntes-pferd almost 3 years ago

Initial 1.0 release on PyPi (fixed dependencies)

dracoon-python-api - DRACOON Python 1.0.0-alpha2

Published by unbekanntes-pferd almost 3 years ago

Added upload and download methods.

dracoon-python-api - DRACOON Python 1.0.0-alpha1

Published by unbekanntes-pferd almost 3 years ago

Initial release with full async client support, full crypto support and new examples.

dracoon-python-api - DRACOON Python 0.4.3

Published by unbekanntes-pferd about 3 years ago

  • Bugfixes for node models (updated lists)
  • Added new examples
dracoon-python-api - DRACOON Python 0.4.0

Published by unbekanntes-pferd over 3 years ago

Version 0.4.0 adds

  • full typing model support (payload validation for requests)
  • Crypto implementation
    • RSA keypair generation
    • encrypted file download (decryption)
    • encrypted file upload (encryption)

Added pydantic as module to validate payloads as dependency.
Added cryptography as module to implement crypto operations.