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
发布 / 构建
python scripts/release.py --dry-run # 清理 dist/build、跑测试、build、twine check,不上传
python scripts/release.py # 上传到 PyPI,上传前会确认
python scripts/release.py --yes # CI/确认无误时直接上传
脚本会自动删除旧的 dist/、build/、*.egg-info,并在上传前检查当前版本是否已经存在于 PyPI;如果已存在,需要先提升 pyproject.toml 里的 version。
只想本地安装刚构建的 wheel 时,可先执行 dry-run,再安装:
pip install dist/loki_cactus01-*.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.15.tar.gz
(486.0 kB
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.15.tar.gz.
File metadata
- Download URL: loki_cactus01-1.8.15.tar.gz
- Upload date:
- Size: 486.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aca7b35a48ad67f90e118ae5afa12344bc624978893f118cad1364afa53ae3f
|
|
| MD5 |
eec00b985f52ea880009c34fbfb081a7
|
|
| BLAKE2b-256 |
42bb0f74fd67a78f8dfe4d7195577737d808f53f69c68744857906a597dba629
|
File details
Details for the file loki_cactus01-1.8.15-py3-none-any.whl.
File metadata
- Download URL: loki_cactus01-1.8.15-py3-none-any.whl
- Upload date:
- Size: 486.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b821b6e6f5dd86dc48492249b34e9f8ba54830dadc13e231cd18312cd49b4334
|
|
| MD5 |
a9e5768699c40d469d774dee78e432c5
|
|
| BLAKE2b-256 |
e70f197bb5a28a992f201914e7a3998e268aba0ab93c9f527eb3a9cd6a2d71f1
|