portformer 1.0.1

Creator: railscoderz

Last updated:

0 purchases

portformer 1.0.1 Image
portformer 1.0.1 Images
Add to Cart

Description:

portformer 1.0.1

Portformer: Portfolios. Made Better.
Welcome to the documentation for the wrapper for of Portformer’s API https://analysis.portformer.com/docs
This is a product of Portformer by Astrocyte Research

Install
portformer is released on PyPI, so all you need is:
$ pip install portformer
To upgrade to latest version:
$ pip install --upgrade portformer


Usage
from portformer import BreakpointAPI
api = BreakpointAPI(api_key="ENTER_YOUR_KEY")

# Get the latest breakpoint risks and forecasts for TSLA
breakpoint_forecast = api.forecast("TSLA")


Development
$ # create venv
$ virtualenv -p python3.8 venv

$ # Install
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pip install -e .


Test
$ python ./tests/all.py


Build
$ python3 -m pip install --user --upgrade setuptools wheel
$ python3 setup.py sdist bdist_wheel

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.