Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

jeswils-ap/anaplan_transactional_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package is no longer under development, and has been archived.

anaplan-api

Anaplan-Transact-API is a Python library wrapper for Anaplan Transactional API and Anaplan Authentication API.

Installation

Use the package manager pip to install Anaplan-Transact-API.

pip3 install anaplan_transact_api

Usage

import logging
from anaplan_transactional_api import anaplan

Known Issues

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

PyJKS Requirements

  • 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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

BSD

About

Package for interacting with Anaplan transactional API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published