Metadata-Version: 2.1
Name: puppet-enc-common
Version: 0.0.11
Summary: Puppet ENC Common Elements
Home-page: https://github.com/graham-m-smith/puppet-enc-common-python-module
Maintainer: Graham Smith
Maintainer-email: github@gmsnet.co.uk
License: MIT
Description: # puppet-enc-common
        
        This has the common elements across the Puppet ENC project. This includes constants and database definitions and tables.
        
        ## Installation
        
        ```python
        pip install puppet-enc-common
        ```
        
        ## Usage
        
        ```python
        from puppet_enc_common.database import ...
        from puppet_enc_common.constants import ...
        from puppet_enc_common.globals import ...
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
