Metadata-Version: 2.1
Name: simple-https
Version: 0.2.0
Summary: simple https server
Home-page: https://github.com/wwj718/simple_https
Author: wwj718
Author-email: wuwenjie718@gmail.com
License: GNU General Public License v3
Keywords: simple_https
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*

============
simple_https
============


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

.. image:: https://img.shields.io/travis/wwj718/simple_https.svg
        :target: https://travis-ci.org/wwj718/simple_https

.. image:: https://readthedocs.org/projects/simple-https/badge/?version=latest
        :target: https://simple-https.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




simple https server


* Free software: GNU General Public License v3
* Documentation: https://simple-https.readthedocs.io.


Install
-------

pip install simple_https

Usage
-----

simple-https

simple-https -c /tmp/server.pem


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-09-25)
------------------

* First release on PyPI.


