collibra-connector 1.0.9__py3-none-any.whl → 1.0.10b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- collibra_connector/api/Asset.py +189 -19
- collibra_connector/api/Base.py +79 -9
- collibra_connector/api/Comment.py +125 -0
- collibra_connector/api/Community.py +112 -0
- collibra_connector/api/Domain.py +116 -0
- collibra_connector/api/Exceptions.py +0 -5
- collibra_connector/api/Metadata.py +120 -0
- collibra_connector/api/Responsibility.py +303 -0
- collibra_connector/api/User.py +203 -0
- collibra_connector/api/Workflow.py +260 -0
- collibra_connector/api/__init__.py +14 -0
- collibra_connector/connector.py +22 -1
- collibra_connector-1.0.10b0.dist-info/METADATA +157 -0
- collibra_connector-1.0.10b0.dist-info/RECORD +18 -0
- collibra_connector-1.0.9.dist-info/METADATA +0 -27
- collibra_connector-1.0.9.dist-info/RECORD +0 -11
- {collibra_connector-1.0.9.dist-info → collibra_connector-1.0.10b0.dist-info}/WHEEL +0 -0
- {collibra_connector-1.0.9.dist-info → collibra_connector-1.0.10b0.dist-info}/licenses/LICENSE +0 -0
- {collibra_connector-1.0.9.dist-info → collibra_connector-1.0.10b0.dist-info}/top_level.txt +0 -0
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: collibra-connector
|
|
3
|
-
Version: 1.0.9
|
|
4
|
-
Summary: An UNOFICIAL standard Python connector for the Collibra Data Governance Center API.
|
|
5
|
-
Author-email: Raül Dalgamonni <rauldalgamonnialonso@gmail.com>
|
|
6
|
-
Project-URL: Homepage, https://github.com/rauldaal/collibra-python-connector
|
|
7
|
-
Project-URL: Bug Tracker, https://github.com/rauldaal/collibra-python-connector
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
12
|
-
Classifier: Intended Audience :: Developers
|
|
13
|
-
Requires-Python: >=3.8
|
|
14
|
-
Description-Content-Type: text/markdown
|
|
15
|
-
License-File: LICENSE
|
|
16
|
-
Requires-Dist: requests>=2.20.0
|
|
17
|
-
Dynamic: license-file
|
|
18
|
-
|
|
19
|
-
# Collibra Python Connector
|
|
20
|
-
|
|
21
|
-
A simple and standard Python connector for interacting with the Collibra Data Governance Center API.
|
|
22
|
-
|
|
23
|
-
## Installation
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
pip install collibra-connector
|
|
27
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
collibra_connector/__init__.py,sha256=vzF9epFfmdnFjOcr_qZhvfiN9Z0cIBB48xldnvIiKjo,1694
|
|
2
|
-
collibra_connector/connector.py,sha256=kR4iQ5mQcG3UKLy9Bzcxah8oa1OP517tX5vwWWwBbIA,1687
|
|
3
|
-
collibra_connector/api/Asset.py,sha256=HKQvyiZnu4jnf594BeuypF1jUYZEKoS7GXnF1UUW4zc,4150
|
|
4
|
-
collibra_connector/api/Base.py,sha256=BTaOLI6ReC3yPpF4fNWlK6mmPonNg5a_Pxd6bi7z7uM,3220
|
|
5
|
-
collibra_connector/api/Exceptions.py,sha256=sUgbZ3ddI3k2-cVZ4kia4TNZs4JGR7E48PIEcG1Zzb0,474
|
|
6
|
-
collibra_connector/api/__init__.py,sha256=eXm8RTRE5dWlEcIGwVjFJKy07Ux4wvL1BtgWBj-5vng,51
|
|
7
|
-
collibra_connector-1.0.9.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
|
|
8
|
-
collibra_connector-1.0.9.dist-info/METADATA,sha256=YBTQDoM8ixYWCsVzdNy9h7z9CnE_B1hvt1AljvafxmU,970
|
|
9
|
-
collibra_connector-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
-
collibra_connector-1.0.9.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
|
|
11
|
-
collibra_connector-1.0.9.dist-info/RECORD,,
|
|
File without changes
|
{collibra_connector-1.0.9.dist-info → collibra_connector-1.0.10b0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|