Option library have goal to assist implement in code base concepts of using options.
NB Early stage of developing
PS also in parallel the same developing in Rust as Rust options assembler (with big delay)
Install all dependecies for dev and test by
poetry install --with etl,dev,testEasiest way to check haw to use option_lib is open Jupyter Notebook files in demo folder on your Google Collab.
- Open Google Collab
- Click to
File/Openmenu item. - On
Open notebookpopup window select GitHub and enter to an input fieldEnter a Github URL or search by organization or userlink to current repository option_lib - Verify that in Repository dropdown selected
option_lib - On table below will be showed list of Jupyter Notebooks
- Select anyone, for example

- Click to icon next to name
Open ... in new tabFor example Smart Investor
Easiest way to get data Example is load sample from shared Google drive folder.
Save them in data folder and set path to it in DATA_PATH environment.
Also, you can see Jupyter Notebooks demo - they have bash with gdrive implementation how download data.
Go to the docs folder by cd ./docs and run (be sure you have node.js installed on your PC)
npm install
npm run devOpen link that will be shown in console
In future plans if there will be some useful code and docs to deploy with Vercel or Netlify.
Now docs are almost empty.