CalcFin 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sample_data
|
calcfin-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "CalcFin"
|
|
7
|
+
version = "1.0.0"
|
|
8
|
+
description = "Library for performing financial calculations (Compound Interest, Simple Interest, Graphs, TAE and TIN...)"
|
|
9
|
+
authors = [
|
|
10
|
+
{name = "lord_financial"}
|
|
11
|
+
]
|
calcfin-1.0.0/setup.cfg
ADDED