-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsettings.ini
39 lines (38 loc) · 1.22 KB
/
settings.ini
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
[DEFAULT]
host = github
repo = geowrangler
lib_name = geowrangler
version = 0.5.1
min_python = 3.8
license = MIT
black_formatting = True
doc_path = _docs
lib_path = geowrangler
nbs_path = notebooks
recursive = True
tst_flags = slow | no_test
put_version_in_init = True
branch = master
custom_sidebar = True
doc_host = https://geowrangler.thinkingmachin.es
doc_baseurl = /
git_url = https://github.com/thinkingmachines/geowrangler
title = geowrangler
audience = Developers
author = Thinking Machines Data Sciences Inc.
author_email = geowrangler@thinkingmachin.es
copyright = 2024 onwards, Thinking Machines Data Sciences Inc.
description = 🌏 A python package for wrangling geospatial datasets
keywords = nbdev jupyter notebook python
language = English
status = 3
user = thinkingmachines
requirements = fastcore pandas numpy geopandas>=1.0 fastprogress h3 morecantile loguru rasterstats scikit-learn requests pyarrow exactextract polars
dev_requirements = nbdev jupyterlab matplotlib nbdime ipytest branca folium mapclassify pytest pytest-mock pytest-cov pytest-xdist black[jupyter] twine
readme_nb = readme.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = True