forked from entelecheia/hyfi-fetcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.copier-config.yaml
37 lines (36 loc) · 1.27 KB
/
.copier-config.yaml
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
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.14.2
_src_path: gh:entelecheia/hyperfast-python-template
author: Young Joon Lee
build_and_release: true
code_template_answers_file: .copier-hyfi-config.yaml
code_template_source: gh:entelecheia/hyfi-template
codecov_graph_token: 7fEXGrkESp
copyright_year: 2023
documentaion_tool: jupyter-book
documentation_url: https://hyfi-fetcher.entelecheia.ai
email: entelecheia@hotmail.com
favicon_path: https://assets.entelecheia.ai/favicon.png
friendly_name: HyFI-Fetcher
github_repo_name: hyfi-fetcher
github_username: entelecheia
google_analytics_id: G-VMN7QWCMSV
logo_path: ''
main_branch: main
open_link: false
package_name: hyfetcher
package_scripts:
- hyfetcher = 'hyfetcher.__cli__:main'
poe_task_files:
- .tasks.toml
- .tasks-extra.toml
project_description: HyFI-Fetcher is a LLM powered web scraping tool for HyFI. It
is designed to extract data from various websites and serve as a plugin for HyFI.
project_license: MIT
project_name: hyfi-fetcher
project_short_description: HyFI-Fetcher is a Python package for programmatically scraping
websites to extract various data, serving as a plugin for HyFI.
upload_to_release: true
upload_to_repository: true
use_launch_buttons: true
use_source_code_skeleton: true