Metadata-Version: 2.1
Name: pystonkslib
Version: 0.0.5
Summary: This is a stonks data pulling library
Home-page: https://gitlab.com/bubthegreat/pystonkslib
Author: Micheal Taylor
Author-email: bubthegreat@gmail.com
License: UNKNOWN
Description: # pystonkslib
        
        Stonks are cool - and if you want to do your own analysis, you have to pull all the data.
        
        ## Installation
        
        ```bash
        pip install pystonkslib
        ```
        
        ```bash
        (venv) PS C:\Users\bub\Development\pystonkslib> pslib --help
        usage: usage: pslib [-h] [-g] [-c]
        
        optional arguments:
          -h, --help            show this help message and exit
          -g, --get-symbols     Get updated stock symbols.
          -c, --get-chunked-data
                                Get chunked data.
        
        optional arguments:
          -h, --help            show this help message and exit
          -g, --get-symbols     Get updated stock symbols.
          -c, --get-chunked-data
                                Get chunked data.
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6.6
Description-Content-Type: text/markdown
