Metadata-Version: 2.0
Name: pandas-datareaders-unofficial
Version: 0.0.4
Summary: Pandas DataReaders with requests and requests-cache
Home-page: https://github.com/femtotrader/pandas_datareaders_unofficial
Author: Femto Trader
Author-email: femto.trader@gmail.com
License: BSD
Keywords: data io requests http https web
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: requests-cache
Requires-Dist: six
Requires-Dist: html5lib
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: nose; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: nose; extra == 'test'

|Latest Version| |Supported Python versions| |Download format| |License| |Development Status| |Documentation Status| |Source graph status| |Gitter| |Build Status|

Pandas DataReaders with support of
`requests <http://www.python-requests.org/>`__ and
`requests-cache <http://requests-cache.readthedocs.org/>`__

Links
-----

- Documentation can be found at `Read The Docs <http://pandas-datareaders-unofficial.readthedocs.org/>`__ ;
- Source code and issue tracking can be found at `GitHub <https://github.com/femtotrader/pandas_datareaders_unofficial>`__.
- Feel free to `tip me <https://gratipay.com/femtotrader/>`__!
- Official Pandas DataReader can be found at https://github.com/pydata/pandas-datareader

.. |Latest Version| image:: https://pypip.in/version/pandas_datareaders_unofficial/badge.svg
    :target: https://pypi.python.org/pypi/pandas_datareaders_unofficial/

.. |Supported Python versions| image:: https://pypip.in/py_versions/pandas_datareaders_unofficial/badge.svg
    :target: https://pypi.python.org/pypi/pandas_datareaders_unofficial/

.. |Download format| image:: https://pypip.in/format/pandas_datareaders_unofficial/badge.svg
    :target: https://pypi.python.org/pypi/pandas_datareaders_unofficial/

.. |License| image:: https://pypip.in/license/pandas_datareaders_unofficial/badge.svg
    :target: https://pypi.python.org/pypi/pandas_datareaders_unofficial/

.. |Development Status| image:: https://pypip.in/status/pandas_datareaders_unofficial/badge.svg
    :target: https://pypi.python.org/pypi/pandas_datareaders_unofficial/

.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
   :target: https://gitter.im/femtotrader/pandas_datareaders_unofficial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. |Source graph status| image:: https://sourcegraph.com/api/repos/github.com/femtotrader/pandas_datareaders_unofficial/.badges/status.png
   :target: https://sourcegraph.com/github.com/femtotrader/pandas_datareaders_unofficial

.. |Documentation Status| image:: https://readthedocs.org/projects/pandas-datareaders-unofficial/badge/?version=latest
   :target: https://pandas-datareaders-unofficial.readthedocs.org/

.. |Build Status| image:: https://travis-ci.org/femtotrader/pandas_datareaders_unofficial.svg
   :target: https://travis-ci.org/femtotrader/pandas_datareaders_unofficial


