Skip to content

ausangshukla/xirr_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published