-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
76 lines (71 loc) · 1.5 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
65
66
67
68
69
70
71
72
73
74
[metadata]
name = mobilkit
version = 0.2.8
author = MindEarth
author_email = [email protected]
description = A Python Toolkit for Urban Resilience and Disaster Risk Management Analytics using High Frequency Human Mobility Data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mindearth/mobilkit
project_urls =
Bug Tracker = https://github.com/mindearth/mobilkit/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Software Development
Topic :: Scientific/Engineering
Operating System :: Microsoft :: Windows
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = mobilkit
python_requires = >=3.6
install_requires =
distributed[full]==2023.5.0
dask[full]==2023.5.0
click
geopandas
descartes
rtree
Fiona
geojson
haversine
joblib
matplotlib
pyarrow
scikit-learn
scipy
seaborn
statsmodels
requests
[options.extras_require]
complete =
%(doc)s
%(viz)s
%(skmob)s
%(locations)s
viz =
contextily
doc =
ipykernel
ipython
ipython-genutils
jupyter
notebook
sphinx
sphinx_rtd_theme
docutils
nbsphinx
jinja2
skmob =
scikit-mobility
pandas==1.2.5
geopandas<0.11.0,>=0.10.2
locations =
infostop