Python library for the Conciliator API
Project description
conciliator-python
Python library for the Conciliator API
Introduction
Python client library for Conciliator (https://expert.conciliator.ai/)
Installation
>>> pip install conciliator-python
Usage
import conciliator as cc
cc.connect(username, pwd, tenant)
for entity in cc.Entity.list():
print(entity.name)
for f in cc.File.list(entity)
print(f.name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file conciliator-python-0.0.2.tar.gz
.
File metadata
- Download URL: conciliator-python-0.0.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c482ba6361d77c12a06b494202b535a50f6f4513c2c7924888c753ce40c9bf8f |
|
MD5 | 237701a76ee28a616478c98a778e835e |
|
BLAKE2b-256 | 609cd4fd4cbfc8f5218f445a0d76b78c7151ec9c6d71b090909fe440f6d45cb6 |