-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
56 lines (54 loc) · 1.31 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = absbox
version = 0.40.9
description_file = README.md
author = xiaoyu, zhang
author_email = [email protected]
url = https://github.com/yellowbean/PyABS
download_url = https://github.com/yellowbean/AbsBox/archive/refs/heads/main.zip
description = an analytical library for cashflow modeling on ABS/MBS/SRT products
long_description_content_type = text/markdown
long_description = file: README.md
keywords = MBS, ABS, Modelling, StructuredFinance, Cashflow, SRT
license = Apache
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.10
[options]
package_dir =
packages =
absbox
absbox.local
absbox.examples
absbox.report_parser
zip_safe = False
include_package_data = True
python_requires = >=3.10
install_requires =
requests
pandas
matplotlib
toolz
rich
schema
numpy
pytest
jsondiff
deepdiff
dateparser
more-itertools
pyxirr
lenses
xlsxwriter
[tool:pytest]
minversion = 6.0
addopts = -ra -q
testpaths =
absbox/tests
docs/source/nbsample