-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsetup.cfg
36 lines (33 loc) · 1.23 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
[metadata]
name = pangaeapy
version = 1.0.21
author = Robert Huber
author_email = [email protected]
description = This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets. Usage: import pangaeapy.pandataset as pd ds= pd.PanDataSet(787140) print(ds.title) print(ds.data.head()) Please visit the github project page to see more documentation and some examples: https://github.com/pangaea-data-publisher/pangaeapy
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pangaea-data-publisher/pangaeapy
# project_urls
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
cftime >= 1.6.3
lxml >= 4.9.3
netcdf4 >= 1.7.2
numpy >= 2.0.0
pandas >= 2.0.3
requests >= 2.26.0
[options.packages.find]
where = src
[options.package_data]
pangaeapy =
exporter/xslt/*.xslt
data/*.csv
mappings/*.json