Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvelasq committed May 17, 2018
1 parent fbd75d1 commit 46823b9
Show file tree
Hide file tree
Showing 106 changed files with 3,409 additions and 4,810 deletions.
Empty file modified LICENSE 100644 → 100755
Empty file.
Empty file modified MANIFEST.in 100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion README.md 100644 → 100755
Expand Up @@ -8,4 +8,3 @@ The library can be installed as usual using `pip`:

Click [here](http://cashflows.readthedocs.io/en/latest/) to access the
last documentation of the package.
Ibeth
7 changes: 3 additions & 4 deletions cashflows/__init__.py 100644 → 100755
@@ -1,14 +1,13 @@
from cashflows.analysis import *
from cashflows.tvmm import *
from cashflows.bond import *
from cashflows.common import *
from cashflows.currency import *
from cashflows.depreciation import *
# from cashflows.gtimeseries import *
from cashflows.gtimeseries import *
from cashflows.rate import *
from cashflows.inflation import *
from cashflows.loan import *
from cashflows.rate import *
from cashflows.savings import *
from cashflows.timeseries import *
from cashflows.taxing import *
from cashflows.tvmm import *
from cashflows.utilityfun import *

0 comments on commit 46823b9

Please sign in to comment.