Utilities and scrapers toolkit
Project description
loki
一个可被其它项目复用的工具库(同时包含部分 scraper)。
作为依赖安装
本地源码引用(推荐开发阶段)
pip install -e .
启用 scraper 相关依赖
pip install -e ".[scrapers]"
Playwright 还需要安装浏览器(首次一次性):
python -m playwright install chromium
在其它项目里引用
from loki.scrapers import RequestMixin, Method
from loki.scrapers.javdb import JavDB
构建 wheel(用于分发/离线安装)
python -m build
pip install dist/loki-*.whl
说明
- 依赖在
pyproject.toml的[project.dependencies]/[project.optional-dependencies]中维护。 - 命令行入口
loki指向loki.__main__:main(目前仅做日志初始化)。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loki_cactus01-1.8.9.tar.gz
(5.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file loki_cactus01-1.8.9.tar.gz.
File metadata
- Download URL: loki_cactus01-1.8.9.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21356fb35e5b9f0060f2c63682d4ffd8b0354a4a30453001cd6ec1fffc241bbe
|
|
| MD5 |
2e9da9cdb14897a17c283fc531cea6b1
|
|
| BLAKE2b-256 |
2a201c42c79f9b686e4237899dc1e66fe2f20c619ccd1d79fc9805e39cd53abb
|
File details
Details for the file loki_cactus01-1.8.9-py3-none-any.whl.
File metadata
- Download URL: loki_cactus01-1.8.9-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3566eea3b63eb8a516473f153ca058ea1c46ba0cf85be3bc7d4335dfd7e42df
|
|
| MD5 |
2de906345fd8f40e4da907fa53008c48
|
|
| BLAKE2b-256 |
6fe8b20e37aa374faed452665f2311101b2f3463dc58f9288fd5a5f8b3038fcb
|