-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
74 lines (70 loc) · 1.74 KB
/
Copy pathsetup.cfg
File metadata and controls
74 lines (70 loc) · 1.74 KB
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
72
73
74
[metadata]
name = Table2JSON
version = attr: table2json.__version__
url = https://github.com/amoghmadan/Table2JSON
author = Amogh Madan
author_email = amoghmadaan@gmail.com
license = MIT
platform = any
description = Convert Tabular Data to JSON
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Utilities
project_urls =
Documentation = https://github.com/amoghmadan/Table2JSON
[options]
python_requires = >=3.7, <3.11
packages = find:
include_package_data = true
zip_safe = false
install_requires =
numpy==1.21.4
pandas==1.3.4
python-dateutil==2.8.2
pytz==2021.3
six==1.16.0
[options.packages.find]
exclude =
tests
tests.*
[options.entry_points]
console_scripts =
Table2JSON = table2json.bin:execute_from_command_line
[options.extras_require]
all =
defusedxml==0.7.1
et-xmlfile==1.1.0
odfpy==1.4.1
openpyxl==3.0.9
pyxlsb==1.0.9
xlrd==2.0.1
mysqlclient==2.1.0
pytz==2021.3
neo4j==4.4.0
excel =
defusedxml==0.7.1
et-xmlfile==1.1.0
odfpy==1.4.1
openpyxl==3.0.9
pyxlsb==1.0.9
xlrd==2.0.1
mysql =
mysqlclient==2.1.0
neo4j =
pytz==2021.3
neo4j==4.4.0