Metadata-Version: 2.0
Name: jubi
Version: 0.1.0
Summary: An async jubi API library for Python
Home-page: https://github.com/mozillazg/jubi
Author: mozillazg
Author-email: mozillazg101@gmail.com
License: MIT
Keywords: jubi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: attrs
Requires-Dist: attrs

===============================
jubi
===============================

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

.. image:: https://img.shields.io/travis/mozillazg/jubi.svg
        :target: https://travis-ci.org/mozillazg/jubi

.. image:: https://img.shields.io/coveralls/mozillazg/jubi/master.svg
        :target: https://coveralls.io/r/mozillazg/jubi

.. image:: https://readthedocs.org/projects/jubi/badge/?version=latest
        :target: https://readthedocs.org/projects/jubi/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/pypi/dm/jubi.svg
        :target: https://pypi.python.org/pypi/jubi

.. image:: https://badges.gitter.im/mozillazg/jubi.svg
        :alt: Join the chat at https://gitter.im/mozillazg/jubi
        :target: https://gitter.im/mozillazg/jubi



An async jubi API library for Python

* Free software: MIT license
* Documentation: https://jubi.readthedocs.org
* GitHub: https://github.com/mozillazg/jubi
* PyPI: https://pypi.python.org/pypi/jubi
* Python version: 2.7, pypy, 3.3, 3.4, 3.5, 3.6

Features
--------

* TODO

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

At the command line::

    $ pip install jubi

Usage
--------

* TODO

Credits
---------

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

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


