Metadata-Version: 2.1
Name: pyapacheatlas
Version: 0.1.0
Summary: A package to simplify working with the Apache Atlas REST APIs for Atlas and Azure Purview.
Home-page: https://github.com/wjohnson/pyapacheatlas
Author: Will Johnson
Author-email: will@willj.com
License: UNKNOWN
Description: 
        # PyApacheAtlas: API Support for Apache Atlas and Azure Purview
        
        A python package to work with the Apache Atlas API and support bulk loading, custom lineage, and more from a Pythonic set of classes and Excel templates. 
        
        The package currently supports:
        * Bulk upload of entities.
        * Bulk upload of type definitions.
        * Creating custom lineage between two existing entities.
        * Creating custom table and complex column level lineage in the [Hive Bridge style](https://atlas.apache.org/0.8.3/Bridge-Hive.html).
          * Supports Azure Purview ColumnMapping Attributes.
        * Creating a column lineage scaffolding as in the Hive Bridge Style .
        * Performing "What-If" analysis to check if...
           * Your entities are valid types.
           * Your entities are missing required attributes.
           * Your entities are using undefined attributes.
        * Working with the glossary.
          * Uploading terms.
          * Downloading individual or all terms.
        * Working with relationships.
          * Able to create arbitrary relationships between entities.
          * e.g. associating a given column with a table.
          * Able to upload relationship definitions.
        * Deleting types (by name) or entities (by guid).
        * Search (only for Azure Purview advanced search).
        * Authentication to Azure Purview via Service Principal.
        * Authentication using basic authentication of username and password for open source Atlas.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
