Metadata-Version: 2.1
Name: ownca
Version: 0.0.1a2
Summary: Python Own Certificate Authority
Home-page: https://github.com/kairoaraujo/ownca
Author: Kairo de Araujo
Author-email: kairo@dearaujo.nl
License: Apache 2.0
Project-URL: Source, https://github.com/kairoaraujo/ownca
Description: # Python Own Certificate Authority (ownca)
        
        ownca make easy to handle a Certificate Authority (CA) and manage certificates
        for hosts or clients.
        
        
        ## Installation
        
        pip install ownca
        
        (...comming soon)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
