forked from dr-leo/pandaSDMX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
71 lines (63 loc) · 1.84 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[metadata]
name = pandaSDMX
author = pandaSDMX developers
author_email = [email protected]
description = Statistical Data and Metadata eXchange (SDMX) for Python & pandas
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = statistics, SDMX, pandas, data, economics, science
project_urls =
Documentation = https://pandasdmx.readthedocs.io/en/latest
url = https://github.com/dr-leo/pandasdmx
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Financial and Insurance Industry
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Information Analysis
[options]
packages = pandasdmx
zip_safe = True
include_package_data = True
python_requires = >= 3.7
install_requires =
lxml >= 3.6
pandas >= 1.0
pydantic >= 1.1
requests >= 2.7
setuptools >= 41
setup_requires =
setuptools >= 41
setuptools_scm
[options.extras_require]
cache = requests_cache
docs = sphinx >= 2.3; IPython
tests = pytest >= 5; pytest-remotedata >= 0.3.1; requests-mock >= 1.4
[options.package_data]
pandasdmx =
sources.json
tests/data
[sdist]
formats = gztar
[build_sphinx]
source-dir = doc/
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[bdist_wheel]
universal=1
[tool:pytest]
testpaths = pandasdmx/tests
addopts = --cov pandasdmx
--cov-report html --cov-report term
-m "not experimental"
markers =
experimental: experimental features