forked from centrebalearbiodiversitat/biodumpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (47 loc) · 1.69 KB
/
setup.cfg
File metadata and controls
49 lines (47 loc) · 1.69 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
[metadata]
name = biodumpy
version = attr: biodumpy.__version__
description = A Comprehensive Biological Data Downloader from authoritative public databases like NCBI, Catalogue Of Life (COL), GBIF, BOLD, and more for any taxa.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/centrebalearbiodiversitat/biodumpy
license = MIT License
author = Cancellario, T.; Golomb, T.; Roldán, A; Far, T.
author_email = t.cancellario@uib.eu
keywords = biodiversity, data, ecology, science, genetics, download, wrapper, bibliography
requires_python = >=3
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Homepage = https://github.com/centrebalearbiodiversitat/biodumpy
Documentation = https://biodumpy.readthedocs.io/
Issue Tracker = https://github.com/centrebalearbiodiversitat/cbbdb/issues
[options]
zip_safe = False
include_package_data = False
packages = find:
install_requires =
biopython==1.84
numpy==2.0.0
tqdm==4.66.4
requests==2.32.2
lxml==5.2.2
selenium==4.23.0
pandas==2.2.2
beautifulsoup4==4.12.3
pytest==8.3.2
[options.packages.find]
where = .