forked from AmpX-AI/fsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (39 loc) · 736 Bytes
/
Copy pathsetup.cfg
File metadata and controls
46 lines (39 loc) · 736 Bytes
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
[flake8]
max-line-length = 120
max-complexity = 10
ignore = E203, E266, W503
[metadata]
name = fsql
description = Metastore-like capabilities for various filesystems
long_description = file: README.md
long_description_content_type = text/markdown
license=" BSD-3-Clause"
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
pandas
include_package_data = True
[options.packages.find]
where=src
[options.extras_require]
test =
coverage
fastparquet
pyarrow
moto
pytest
%(s3)s
%(xlsx)s
%(dask)s
s3 =
fsspec[s3] >= 2022.5.0
xlsx =
openpyxl
dask =
dask