-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
64 lines (61 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = osdatahub
version = 1.3.0
author = OS Data Science
author_email = [email protected]
classifiers =
Natural Language :: English
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Utilities
Topic :: Scientific/Engineering :: GIS
description = osdatahub is Ordnance Survey's (OS) Python API wrapper, designed to make data from the OS Data Hub APIs readily accessible to developers.
download_url = https://pypi.org/project/osdatahub/
keywords =
Ordnance-Survey
GIS
united-kingdom
license = OGL
license_file = LICENSE.txt
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Code = https://github.com/OrdnanceSurvey/osdatahub
Documentation = https://osdatahub.readthedocs.io/en/latest/
Issues = https://github.com/OrdnanceSurvey/osdatahub/issues
url = https://github.com/OrdnanceSurvey/osdatahub
[options]
include_package_data = True
install_requires =
geojson~=3.1.0
requests~=2.32.3
typeguard~=4.4.0
shapely~=2.0.6
tqdm~=4.67.0
setuptools>=75.3.0
urllib3>=2.2.2
zipp>=3.19.1
python_requires = >=3.8
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.extras_require]
dev =
requests-mock
pytest
python-dotenv
docs =
sphinx
sphinx_rtd_theme
sphinxcontrib-napoleon
myst-parser
sphinx-autodocgen
sphinx-autopackagesummary