Metadata-Version: 2.0
Name: pyplus
Version: 0.1.2
Summary: A library containing a collection of python extensions.
Home-page: https://github.com/alexbahnisch/pyplus
Author: Alex Bahnisch
Author-email: alexbahnisch@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: collection extensions plus python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.5

py+
===

|PyPI version| |Development Status| |Python version| |License|

|Travis Status| |AppVeyor Status| |Coveralls Coverage| |Code Climate|
|Issue Count|

A library containing a collection of python extensions.

Installation
------------

.. code:: bash

    $ pip install pyplus

Usage
-----

.. code:: python

    import pyplus
    # or
    import pyplus.json
    # or
    from pyplus.json import JSON

.. |PyPI version| image:: https://badge.fury.io/py/pyplus.svg
   :target: https://pypi.org/pypi/pyplus/
.. |Development Status| image:: https://img.shields.io/pypi/status/pyplus.svg
   :target: https://pypi.org/pypi/pyplus/
.. |Python version| image:: https://img.shields.io/pypi/pyversions/pyplus.svg
   :target: https://pypi.org/pypi/pyplus/
.. |License| image:: https://img.shields.io/pypi/l/pyplus.svg
   :target: https://pypi.org/pypi/pyplus/
.. |Travis Status| image:: https://travis-ci.org/alexbahnisch/pyplus.svg?branch=master
   :target: https://travis-ci.org/alexbahnisch/pyplus
.. |AppVeyor Status| image:: https://ci.appveyor.com/api/projects/status/upqpx9g2ssxbugu0/branch/master?svg=true
   :target: https://ci.appveyor.com/project/alexbahnisch/pyplus
.. |Coveralls Coverage| image:: https://coveralls.io/repos/github/alexbahnisch/pyplus/badge.svg
   :target: https://coveralls.io/github/alexbahnisch/pyplus
.. |Code Climate| image:: https://codeclimate.com/github/alexbahnisch/pyplus/badges/gpa.svg
   :target: https://codeclimate.com/github/alexbahnisch/pyplus
.. |Issue Count| image:: https://codeclimate.com/github/alexbahnisch/pyplus/badges/issue_count.svg
   :target: https://codeclimate.com/github/alexbahnisch/pyplus/issues


