Docs - Python SDK installation (#9101)

This commit is contained in:
Pere Miquel Brull 2022-12-02 06:34:31 +01:00 committed by GitHub
parent db74c064eb
commit e19cb77de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,19 @@ slug: /sdk/python
We are now going to present a high-level Python API as a type-safe and gentle wrapper for the OpenMetadata backend.
<Note>
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
server at version 0.13.0, you will need to install:
```python
pip install "openmetadata-ingestion~=0.13.0"
```
</Note>
In the [OpenMetadata Design](/developers/architecture), we have been dissecting the internals of OpenMetadata. The main conclusion here is twofold:
- **Everything** is handled via the API, and