Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 680 Bytes

File metadata and controls

25 lines (19 loc) · 680 Bytes

Installation

pip install atick

That is all — ATick has no other dependencies. The cryptography, PFX/PKCS#12 parsing, PKCS#11 token access, image decoding, RFC-3161 timestamping and LTV are all built into the package.

  • Python: 3.8 or newer.
  • Platforms: Windows, macOS, Linux. Windows-store signing (sign_winstore) is Windows-only; everything else is cross-platform.
  • Optional: the Indian-eSign examples sign the request XML with the separate managex-xml-sdk package (pip install managex-xml-sdk).

Verify

import atick
print(atick.__version__)
atick version