This package contains the tools I use to analyze stocks and portfolios. The package is pip installable. So you can use it typing
pip install git+https://github.com/Tokukawa/PortfolioAnalyzer.git
Take a look at the jupyter examples to see what you can do with this package.
Namaste.
pip install .
Depends on your OS and arch (OSX mostly), maybe you will have this error:
failed building wheel for scs
To fix that you need to pass explicit your arch:
ARCHFLAGS="-arch x86_64" pip install .