forked from ncoop57/function_parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
27 lines (26 loc) · 922 Bytes
/
settings.ini
File metadata and controls
27 lines (26 loc) · 922 Bytes
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
[DEFAULT]
host = github
lib_name = function_parser
user = g-lopes
description = Fork of the function_parser package from Nathan Cooper. Extended to support other git repos, instead of only GitHub repos.
keywords = source code parser method function software engineering
author = Nathan Cooper and CodeSearchNet Team
author_email = guicalabria@gmail.com
copyright = GitHub, Nathan Cooper, Guilherme Calabria Lopes
branch = main
version = 0.0.4
min_python = 3.7
audience = Developers
language = English
custom_sidebar = False
license = mit
status = 2
requirements = tree_sitter==0.20.1 gitpython requests pyhive tqdm pandas python-arango docopt elasticsearch dpu_utils
console_scripts = build_grammars=function_parser.build_grammars:main
nbs_path = nbs
doc_path = docs
doc_baseurl = /function_parser/
git_url = https://github.com/g-lopes/function_parser
lib_path = function_parser
title = function_parser
recursive = False