Infapy is the Informatica Intelligent Cloud Services Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Informatica CDI, Informatica Cloud Administrator, Informatica Cloud Monitor, Informatica CAI etc. You can find the latest, most up to date, documentation at our doc site , including a list of services that are supported.
Getting Started
$ pip install infapy
Using Infapy
After installing infapy
>>> import infapy
>>> infapy.encrypt()
Enter your user name: myInfaUser
Enter your password: myInfaPasswd
infa_access_key_id = {your access key id}
infa_secret_access_key = {your secret access key}
Next, set up credentials (in e.g. ~/.infa/credentials):
[default]
infa_access_key_id = YOUR_KEY
infa_secret_access_key = YOUR_SECRET
[dev]
infa_access_key_id = YOUR_KEY
infa_secret_access_key = YOUR_SECRET
Then, set up a default region (in e.g. ~/.infa/config):
[default]
region = us
[dev]
region = em
Then, from a Python interpreter:
>>> import infapy
>>> infaHandler = infapy.connect()
or
>>> infaHandler = infapy.connect(profile="dev")
>>> v3 = infaHandler.v3()
>>> securityLogs = v3.getSecurityLogs().getSecurityLogsForLastOneDay()
>>> print(securityLogs)
Getting Help
We use GitHub issues for tracking bugs and feature requests and might have limited bandwidth to address them. Please use these community resources for getting help:
Ask a question on Stack Overflow and tag it with infapy
If it turns out that you may have found a bug, please open an issue
Contributing
We value feedback and contributions from our community. Whether it’s a bug report, new feature, correction, or additional documentation, we welcome your issues and pull requests.
Maintenance and Support for SDK Major Versions
Infapy was made generally available on 25-Sep-2021 and is currently in the full support phase of the availability life cycle.
More Resources
Release files for infapy 1.0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| infapy-1.0.7.1.tar.gz | 25.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| infapy-1.0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 75.4 kB
Release files / infapy-1.0.7.1.tar.gz
| Download URL | infapy-1.0.7.1.tar.gz |
|---|---|
| Size | 25.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d48820c125b78ba14acb75ef2191534cba848d31831eb6d9294694ff748ed8ec
|
|
BLAKE2b-256 checksum How to use checksums |
df889d7f5e13475299e6fa33921985e4ef34ab6ed4ea8ffb0fc071d37f67ef75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
|
Release files / infapy-1.0.7.1-py3-none-any.whl
| Download URL | infapy-1.0.7.1-py3-none-any.whl |
|---|---|
| Size | 50.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c896f81a5beff77301206cc11b2d4afc720ceeaf9c4dd4a47f470172f3e7a8e5
|
|
BLAKE2b-256 checksum How to use checksums |
959afa1316e156156e8a887df72f71710e2aedb7c2d517635e5b3a8e92e4bdf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
|