-
Notifications
You must be signed in to change notification settings - Fork 0
ausangshukla/xirr_py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# To run Local: uvicorn app.main:app --reload # Docker requires sharing of the local /tmp files. See fund_xl.rb Docker: docker run -p 8000:80 -v /tmp:/tmp thimmaiah/xirr_py # To build docker build -t thimmaiah/xirr_py . docker push thimmaiah/xirr_py
About
Rest service for computing XIRR using python pandas and scikit
Resources
Stars
Watchers
Forks
Packages 0
No packages published