Skip to content

FredGH/data_providers

Repository files navigation

Project Title

Data Providers

Description

Provides access to external data providers data, such as yahoo financial data.

Getting Started

Dependencies

  • N/A

Installing

  • Git clone the project
  • Create the Python Env
      • rm -rf venv/
    • python3 -m venv venv
    • source ./venv/bin/activate
  • Install Requirements:
    • python3 -m pip install --upgrade pip
  • Build Package:
    • pip3 install -U pip setuptools
    • python3 setup.py sdist bdist_wheel
    • pip3 install -e .
    • [optional] pip install -Iv urllib3==1.26.15
  • Tag New Release & Push:
    • git tag 0.0.x -m "Release details"
    • git push origin 0.0.x
  • Install Package:
    • Go to Settings > Developer Settings > Personal access tokens (classic) > Generate new token with note e.g. "Upload package"
    • Ensure you check the write:packages scope to grant the necessary permissions.
    • Get the generated token, e.g. "12345"
    • Get your Github user name, e.g. "my_user_name"
    • Install the private package using the following:

Executing program

  • N/A

Help

  • N/A

Authors

Contributors names and contact info [email protected]

Version History

  • 0.0.1
    • First version only containing stubs
  • 0.0.2
    • Initial Release

License

  • There is no license.

Acknowledgments

Inspiration, code snippets, etc.

About

Provides access to external data providers data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages