-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.ini
77 lines (70 loc) · 1.99 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
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
75
76
77
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = spannerlib
lib_name = spannerlib
version = 0.0.1
min_python = 3.7
license = apache2
black_formatting = False
### nbdev ###
doc_path = _docs
lib_path = spannerlib
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = master
custom_sidebar = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = Spannerlib
### PyPI ###
audience = Developers
author = “Dean
author_email = [email protected]
copyright = 2023 onwards, %(author)s
description = work bench
keywords = nbdev jupyter notebook python
language = English
status = 3
user = DeanLight
### Optional ###
requirements = nbdev \
gitpython \
pandas \
notebook
pyDatalog \
tabulate \
pandas \
ipython \
setuptools \
networkx \
jsonpath-ng \
psutil \
install-jdk \
parse \
spanner-nlp \
pytest \
Jinja2 \
pycodestyle \
mypy \
singleton_decorator \
pydantic \
deepdiff \
pyarrow \
parse \
python-dotenv \
openai \
joblib \
faiss-cpu \
pyastgrep \
itables \
'graph_rewrite @ git+https://github.com/DeanLight/graph_rewrite.git@master'
# TODO figure out how to install graph rewrite from git
# "graph_rewrite @ git+ssh://[email protected]/DeanLight/graph_rewrite.git"
# dev_requirements =
# console_scripts =