Metadata-Version: 2.1
Name: ffquant
Version: 1.3.2
Summary: A python package for providing fintech indicators
Home-page: https://github.com/lihuapinghust/ffquant
Author: Jonathan Lee
Author-email: lihuapinghust@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: backtrader==1.9.78.123
Requires-Dist: matplotlib==3.9.2

# Install JupyterHub

curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin tljhadmin --version 1.0.0b1

Edit ~/.profile, add the following to the end

export PATH=/opt/tljh/user/bin/:$PATH

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

nvm install 20.17.0

nvm alias default 20.17.0

sudo -E /opt/tljh/user/bin/python3 -m pip install backtrader matplotlib dash pandas netifaces psutil ffquant

sudo -E /opt/tljh/user/bin/jupyter lab build

sudo systemctl restart jupyterhub jupyter-tljhadmin

Visit http://192.168.25.144 in your browser

Log in as tljhadmin and set your password

# Compile ffquant and upload to PyPi
python -m pip install setuptools wheel twine

Increase version number in setup.py

python setup.py sdist bdist_wheel

python -m twine upload dist/*

Ask Joanthan for PyPi API token.
