Metadata-Version: 2.1
Name: getCoingeckoData
Version: 1.0.0
Summary: Utility to download coinGecko price data for all coins
Home-page: https://github.com/maliky/getCoingeckoData
Author: Malik Koné
Author-email: malikykone@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: French
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: pycoingecko
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Provides-Extra: packaging
Requires-Dist: twine ; extra == 'packaging'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'

Get Coin Gecko Data
===================

This is an utility to download and update Coin Gecko data on a local
hard disk. you can specify what coins data you want to download, how
frequently. By default it will download data for all coins with maximum
precision. Unfortunately coingecko does not set automatically the time
resolution of its data. The older the data the coercer resolution. Once
the programme has started it will update the file latest fine grained
data.

Licence
-------

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007


