Metadata-Version: 2.1
Name: steampipe_alchemy
Version: 0.1.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/RyanJarv/steampipe_alchemy
Author: Ryan Gerstenkorn
Author-email: ryan.gerstenkorn@rhinosecuritylabs.com
License: BSD license
Description: =================
        steampipe-alchemy
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/steampipe_alchemy.svg
                :target: https://pypi.python.org/pypi/steampipe_alchemy
        
        .. image:: https://img.shields.io/travis/RyanJarv/steampipe_alchemy.svg
                :target: https://travis-ci.com/RyanJarv/steampipe_alchemy
        
        .. image:: https://readthedocs.org/projects/steampipe-alchemy/badge/?version=latest
                :target: https://steampipe-alchemy.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        A simple `SQLAlchemy <https://www.sqlalchemy.org/>`_ wrapper around `Steampipe <https://steampipe.io/>`_.
        
        Currently this is a work in progress. Models exist for the AWS plugin, others will be added in the future.
        
        * Free software: BSD license
        * Documentation: [WIP] https://steampipe-alchemy.readthedocs.io.
        
        
        Features
        --------
        
        
        
        =======
        History
        =======
        
        0.1.0 (2021-04-15)
        ------------------
        
        * First release on PyPI.
        
Keywords: steampipe_alchemy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
