forked from ianozsvald/dtype_diet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.ini
36 lines (35 loc) · 871 Bytes
/
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
[DEFAULT]
host = github
lib_name = dtype_diet
user = noklam
description = Attempt to shrink Pandas `dtypes` without losing data so you have more RAM (and maybe more speed)
keywords = pandas, optimization
author = noklam
author_email = [email protected]
copyright = Chan Nok Lam
branch = master
version = 0.0.3
min_python = 3.7
audience = Developers
language = English
custom_sidebar = False
license = MIT
status = 2
requirements = pandas>=1.0.0 tabulate
nbs_path = .
doc_path = docs
doc_host = https://noklam.github.io
doc_baseurl = /dtype_diet/
git_url = https://github.com/noklam/dtype_diet/tree/master/
lib_path = dtype_diet
title = dtype_diet
tst_flags = slow
recursive = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
put_version_in_init = True