Metadata-Version: 2.1
Name: cmdb-sqlalchemy
Version: 1.3
Summary: Python 3 SQLAlchemy package for OC AWS CMDB
Home-page: UNKNOWN
Author: Alan Jose
Author-email: alanjose@deloitte.co.uk
License: UNKNOWN
Description: # CMDB SQLAlchemy Python Package
        
        Use this package to interact with OC AWS CDMB via sqlalchemy orm
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install git+https://github.com/Deloitte/oc-aws-cmdb-sqlalchemy.git@<branch-name>
        ```
        
        ## Usage
        
        ```python
        import cmdb_sqlalchemy
        
        from cmdb_sqlalchemy import cmdb
        
        from cmdb_sqlalchemy.orm.EC2Instance import EC2InstanceORM
        
        ```
        
        Please refer [sqlalchemy](https://docs.sqlalchemy.org/) for documentation on sqlalchemy.
        
        ## Changelog
        
        All notable changes to this project will be documented in this file.
        
        ### [1.2.1]
        
        - Added table SNOW_INVENTORY_SYNC
        
        ### [1.2]
        
        - Using RDS proxy for connection to database
        
        ### [1.1.4]
        
        - Added support for aes encrypted external id column in account info ORM
        
        ### [1.1.3]
        
        - Added route table ORM
        
        ### [1.3]
        
        - Added AR tables to supported ORMs
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
