Metadata-Version: 2.1
Name: pyclimacell
Version: 0.6.0
Summary: Async Python3.7+ package to access the ClimaCell API
Home-page: https://github.com/raman325/pyclimacell
Author: raman325
Author-email: 7243222+raman325@users.noreply.github.com
License: MIT license
Keywords: pyclimacell
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: aiohttp (>=3.6.2)

====================
Python ClimaCell API
====================


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

.. image:: https://img.shields.io/travis/raman325/pyclimacell.svg
        :target: https://travis-ci.com/raman325/pyclimacell

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




Async Python3.7+ package to access the `ClimaCell Weather API<https://www.climacell.co/weather-api/>`


* Free software: MIT license
* Documentation: https://pyclimacell.readthedocs.io.


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 (2020-06-04)
------------------

* First release on PyPI.


