-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
44 lines (43 loc) · 1.62 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
# See: https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
[options]
zip_safe = True
python_requires = >=3.6
install_requires = nimporter
setup_requires = choosenim_install
packages = faster_than_csv
[metadata]
name = faster_than_csv
provides = faster_than_csv
description = Faster & simpler CSV replacement for Python.
url = https://github.com/juancarlospaco
author = Juan Carlos
author_email = UNKNOWN
maintainer = Juan Carlos
maintainer_email = UNKNOWN
keywords = python3, python4, cpython, speed, cython, rust, wasm, c, performance, compiled, native, fast, nim, csv, pandas, argentina
license = MIT
platforms = Linux, Darwin, Windows
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Other Audience
Natural Language :: English
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
version = 21.05.15