Metadata-Version: 2.1
Name: lakeformation
Version: 0.0.2
Summary: Data Access Control as Code (DACAC) Framework based on AWS LakeFormation
Home-page: https://github.com/MacHu-GWU/lakeformation-project
Download-URL: https://pypi.python.org/pypi/lakeformation/0.0.2#downloads
Author: Sanhe Hu
Author-email: husanhe@gmail.com
Maintainer: Unknown
License: MIT
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: tests
Provides-Extra: docs
License-File: LICENSE.txt
License-File: AUTHORS.rst


.. image:: https://readthedocs.org/projects/lakeformation/badge/?version=latest
    :target: https://lakeformation.readthedocs.io/index.html
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/lakeformation-project/workflows/CI/badge.svg
    :target: https://github.com/MacHu-GWU/lakeformation-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/lakeformation-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/lakeformation-project

.. image:: https://img.shields.io/pypi/v/lakeformation.svg
    :target: https://pypi.python.org/pypi/lakeformation

.. image:: https://img.shields.io/pypi/l/lakeformation.svg
    :target: https://pypi.python.org/pypi/lakeformation

.. image:: https://img.shields.io/pypi/pyversions/lakeformation.svg
    :target: https://pypi.python.org/pypi/lakeformation

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/lakeformation-project

------


.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://lakeformation.readthedocs.io/index.html

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://lakeformation.readthedocs.io/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
    :target: https://lakeformation.readthedocs.io/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/lakeformation-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/lakeformation-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/lakeformation-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/lakeformation#files


Welcome to ``lakeformation`` Documentation
==============================================================================

``lakeformation`` is a Data Access Control as Code (DACAC) framework powered by AWS LakeFormation


.. _install:

Install
------------------------------------------------------------------------------

``lakeformation`` is released on PyPI, so all you need is:

.. code-block:: console

    $ pip install lakeformation

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade lakeformation

