This package is no longer under development, and has been archived.
Anaplan-Transact-API is a Python library wrapper for Anaplan Transactional API and Anaplan Authentication API.
Use the package manager pip to install Anaplan-Transact-API.
pip3 install anaplan_transact_api
import logging
from anaplan_transactional_api import anaplan
This library currently uses PyJKS library for handling Java Keystore files. This project does not appear to be actively developed, and there is a known error installing pycryptodomex and twofish - both dependencies for PyJKS. The core files required from this library are:
- jks.py
- rfc2898.py
- sun_crypto.py
- util.py
- javaobj-py3
- pyasn1
- pyasn1_modules
You can simply download, remove the unnecessary files, and drop the jks folder in your site-package directory to work around the error.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.