-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
41 lines (40 loc) · 1.1 KB
/
settings.ini
File metadata and controls
41 lines (40 loc) · 1.1 KB
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
[DEFAULT]
repo = sherlock-python
lib_name = sherlock-domains
version = 0.1.8
min_python = 3.7
license = apache2
black_formatting = False
doc_path = _docs
lib_path = sherlock
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = False
doc_host = https://fewsats.github.io
doc_baseurl = /sherlock-python
git_url = https://github.com/fewsats/sherlock-python
title = sherlock-domains
audience = Developers
author = Jordi Montes, Pol Alvarez
author_email = jordi@fewsats.com, pol@fewsats.com
copyright = 2024 onwards, Jordi Montes, Pol Alvarez
description = Sherlock Domains Agentic SDK for python
keywords = nbdev jupyter notebook python ai-agents llm domains agentic
language = English
status = 3
user = fewsats
requirements = fastcore>=1.7.28 httpx cryptography
dev_requirements = nbdev claudette fewsats twine python-dotenv streamlit
console_scripts = sherlock=sherlock.core:main
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False
cell_number = True
skip_procs =
update_pyproject = True