Metadata-Version: 2.1
Name: minerva-py
Version: 0.0.1
Summary: Python client for Minerva
Home-page: https://github.com/MarkDevTeamMgt/minerva-py
Author: Lingfei Hu
Author-email: hulingfei84@gmail.com
License: Apache License, Version 2.0
Description: # minerva-py
        
        minerva-py is the python client to fetch data from minerva datahub
        
        ## Installation
        
        ```
        $ pip install minerva-py
        ```
        
        ## Example
        
        ```python
        from minerva import Client
        
        client = Client(user={user}, password='{password}')
        data = client.fetch('marketdata?sector=information_technology&begin=2020-01-10&end=2020-02-20&start=0&size=20')
        ```
        
        
        ## datahub docs
        
        <https://datahub.moyiquant.com/api-docs/>
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
