Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 549 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 549 Bytes

financial-planner

An extensible framework for helping individuals and financial advisors make better decisions

"The future is here, it's just not evenly distributed"

This is a forthcoming project from Astrocyte Research. Contact [email protected] if you have any questions or would like to contribute.

INSTALL

pip install financial_planner

BUILD

pip install flit
flit build

PUBLISH

# Make sure FLIT_USERNAME and FLIT_PASSWORD environment variables are set
source .env
flit publish