forked from OrdnanceSurvey/osdatahub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
61 lines (58 loc) · 1.59 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
[metadata]
name = osdatahub
version = 1.2.5
author = OS Rapid Prototyping
author_email = [email protected]
classifiers =
Natural Language :: English
Intended Audience :: Developers
Intended Audience :: Science/Research
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
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.0.1
requests~=2.25.0
typeguard~=2.13.0
shapely~=2.0.0
tqdm~=4.65.0
setuptools~=67.7.2
python_requires = >=3.7
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