-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (36 loc) · 1.04 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
[metadata]
name = intake-ids
version = 0.0.5
description = Intake plugin for local artifacts in IDS connectors.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://pypi.org/project/intake-ids/
author = Omer Erdinc Yagmurlu
author_email = [email protected]
license = MIT
license_file = LICENSE
project_urls =
Documentation = https://pypi.org/project/intake-ids/
Source = https://git.scc.kit.edu/uqtlv/data-science-connector
Tracker = https://git.scc.kit.edu/uqtlv/data-science-connector
[options]
zip_safe = False
packages = find:
platforms = any
include_package_data = True
install_requires =
intake>=0.6.5
pandas>=1.4.3
requests>=2.28.1
pydantic>=1.10.1
isodate>=0.6.1
appdirs>=1.4.4
python_requires = >=3.10
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts =
intake-ids-periodic-cleanup = intake_ids.cli.periodic:main
intake.drivers =
connector_csv = intake_ids:ConnectorCSVSource
connector = intake_ids.catalog:ConnectorCatalog