Skip to main content

stream download and upload

Project description

description

Python PyPI PyPI - Downloads License Telegram

GitHub Issues GitHub Stars GitHub Forks

🛠️ 功能

  • 开箱即用,多种安装方式,提供可视化WebUi界面
  • 多主播录制/上传,24X7无人值守运行,高自定义元信息
  • 边录边传不落盘急速上传,节省本地硬盘空间

论坛:BBS

📜 更新日志

[!IMPORTANT]
Disclaimer / 免责声明

  • 本项目仅供个人学习研究,不保证稳定性,不提供技术支持
  • 使用本项目产生的一切后果由用户自行承担
  • 禁止商业用途,请遵守版权及平台规定
  • This project is for personal learning and research purposes only
  • No stability guarantee or technical support provided
  • Users are solely responsible for any consequences of using this project
  • Commercial use is strictly prohibited
  • Please respect copyright and platform ToS

📜 使用文档

B 站命令行投稿工具,支持短信登录账号密码登录扫码登录浏览器登录以及网页Cookie登录,并将登录后返回的 cookie 和 token 保存在 cookie.json 中,可用于其他项目。

  • 下载 Release: biliupR
  • 获取命令帮助 biliup --help

文档地址https://biliup.github.io/biliup-rs

Upload video to bilibili.

Usage: biliup [OPTIONS] <COMMAND>

Commands:
  login     登录B站并保存登录信息
  renew     手动验证并刷新登录信息
  upload    上传视频
  append    是否要对某稿件追加视频
  show      打印视频详情
  dump-flv  输出flv元数据
  download  下载视频
  server    启动web服务,默认端口19159
  list      列出所有已上传的视频
  help      Print this message or the help of the given subcommand(s)

Options:
  -p, --proxy <PROXY>              配置代理
  -u, --user-cookie <USER_COOKIE>  登录信息文件 [default: cookies.json]
      --rust-log <RUST_LOG>        [default: tower_http=debug,info]
  -h, --help                       Print help
  -V, --version                    Print version

启动录制服务

启动web服务,默认端口19159

Usage: biliup server [OPTIONS]

Options:
  -b, --bind <BIND>  Specify bind address [default: 0.0.0.0]
  -p, --port <PORT>  Port to use [default: 19159]
      --auth         开启登录密码认证
  -h, --help         Print help

🚀 快速开始

Windows

Linux 或 macOS

  1. 安装 uv
  2. 安装:uv tool install biliup
  3. 启动:biliup server --auth
  4. 访问 WebUI:http://your-ip:19159

Termux


🧑‍💻开发

架构概览

Rust后端 + Python引擎 + Next.js前端的混合架构。

graph TB
    subgraph "🌐 前端层"
        UI[Next.js Web界面<br/>React + TypeScript<br/>Semi UI组件库]
    end
    
    subgraph "⚡ Rust后端服务"
        CLI[Web API服务器<br/>biliup-cli<br/>用户认证 & REST API]
        CORE[核心上传库<br/>biliup<br/>Bilibili API客户端]
        GEARS[Python绑定<br/>stream-gears<br/>性能优化桥接]
    end
    
    subgraph "🐍 Python引擎"
        ENGINE[下载引擎<br/>biliup<br/>任务调度 & 流处理]
        PLUGINS[插件系统<br/>20+平台支持<br/>斗鱼/虎牙/Twitch等]
        DANMAKU[弹幕系统<br/>实时弹幕获取<br/>多平台协议支持]
    end
    
    subgraph "🗄️ 数据层"
        DB[(SQLite数据库<br/>配置存储<br/>任务状态 & 日志)]
        FILES[文件系统<br/>临时视频存储<br/>缓存管理]
    end
    
    subgraph "🌍 外部服务"
        BILI[Bilibili API<br/>视频上传服务]
        STREAMS[直播平台<br/>斗鱼/虎牙/B站等<br/>实时流媒体]
    end
    
    UI --> CLI
    CLI --> CORE
    CLI --> ENGINE
    CLI --> DB
    GEARS --> ENGINE
    ENGINE --> PLUGINS
    ENGINE --> DANMAKU
    ENGINE --> FILES
    CORE --> BILI
    PLUGINS --> STREAMS
    DANMAKU --> STREAMS
    
    style UI fill:#e1f5fe
    style CLI fill:#f3e5f5
    style CORE fill:#f3e5f5
    style GEARS fill:#f3e5f5
    style ENGINE fill:#e8f5e8
    style PLUGINS fill:#e8f5e8
    style DANMAKU fill:#e8f5e8
    style DB fill:#fff3e0
    style FILES fill:#fff3e0
    style BILI fill:#ffebee
    style STREAMS fill:#ffebee

frontend

  1. 确保 Node.js 版本 ≥ 18
  2. 安装依赖:npm i
  3. 启动开发服务器:npm run dev
  4. 访问:http://localhost:3000

Python

  1. 安装依赖 maturin dev
  2. npm run build
  3. 启动 Biliup:python3 -m biliup

Rust-cli

  1. npm run build
  2. 构建 cargo build --release --bin biliup
  3. 开发启动 BiliupR:cargo run

🤝Credits

  • Thanks ykdl, youtube-dl, streamlink provides downloader.
  • Thanks THMonster/danmaku.

💴捐赠

爱发电 »

⭐Stars

Star History Chart

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

biliup-1.2.0.tar.gz (275.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

biliup-1.2.0-cp313-cp313t-win_amd64.whl (12.7 MB view details)

Uploaded CPython 3.13tWindows x86-64

biliup-1.2.0-cp313-cp313t-win32.whl (11.4 MB view details)

Uploaded CPython 3.13tWindows x86

biliup-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

biliup-1.2.0-cp313-cp313t-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

biliup-1.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

biliup-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

biliup-1.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

biliup-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

biliup-1.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

biliup-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

biliup-1.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

biliup-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

biliup-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

biliup-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

biliup-1.2.0-cp38-abi3-win_amd64.whl (12.7 MB view details)

Uploaded CPython 3.8+Windows x86-64

biliup-1.2.0-cp38-abi3-win32.whl (11.4 MB view details)

Uploaded CPython 3.8+Windows x86

biliup-1.2.0-cp38-abi3-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ x86-64

biliup-1.2.0-cp38-abi3-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

biliup-1.2.0-cp38-abi3-musllinux_1_2_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

biliup-1.2.0-cp38-abi3-musllinux_1_2_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

biliup-1.2.0-cp38-abi3-manylinux_2_28_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.28+ ARM64

biliup-1.2.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ x86-64

biliup-1.2.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.6 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

biliup-1.2.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.9 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

biliup-1.2.0-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ i686

biliup-1.2.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

biliup-1.2.0-cp38-abi3-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

biliup-1.2.0-cp38-abi3-macosx_10_12_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

Details for the file biliup-1.2.0.tar.gz.

File metadata

  • Download URL: biliup-1.2.0.tar.gz
  • Upload date:
  • Size: 275.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for biliup-1.2.0.tar.gz
Algorithm Hash digest
SHA256 ab0a8a42c9e64871e4d10d4c0d0cb612d6723f0fbc18abcc303ae34a8513b714
MD5 eb3769f0ff90b1a5fd4abf96179ac3a1
BLAKE2b-256 1be01bb9b74cc2c8136a3a0743564b2adba7af7304a1a536414cf62cb7adc755

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: biliup-1.2.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7ced5db282cc286db76b903cf12f70696595c593857ec58839e83ae33339acfd
MD5 6f20d0618879d654503cbbca53b85a4c
BLAKE2b-256 89d7ec99575f4baae97753378fe1aa0c17d02078649ed90fd7364263f2beba5a

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: biliup-1.2.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 44608d3e3fd66a11d7b13caf0996a691c1c14c058d1e19fd76f659768faef679
MD5 ce340bbeac0c3bf8e71ad029e406728f
BLAKE2b-256 1e89e06670ad03be744142a63205288fe81166c9130598448826202ce3e9f3ae

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1ca356fbd921a0d116d182445c449931e83962e4616bd58277d0e0d4566920d
MD5 ba06f3effbe7ea254aa129eb18c42d48
BLAKE2b-256 b0804890430b1b22196cc0cb65fa879b9e2970d6369d6be43f2f77a519ceefd4

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3dd56dfa7358a52fbb2529f9b99f985df7422da212b1aea52897d4f97390c9c6
MD5 1c3cf030ab78bb525344356efb9f5d3a
BLAKE2b-256 939613c26d576fb92217a9e1672484e0da8b9ee6d810302adc7558a3033b40b7

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c96487c92dd19de4fb3985c1c29e6b312befe92a25c770590c90b848a21fe21d
MD5 25890872ae4a174d617e2443957d1f54
BLAKE2b-256 2e9a1a23e749bb8b1077e2981fa1693db78682da1a656ec8de567717def3eb39

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7510ca091a46459c11fbb4df51fac3610ac73e471ce07f0a9bddecc9930579e
MD5 e17d42669aed162cd866b71ee2594f73
BLAKE2b-256 c8444fef0d6e17e8168fe7bdbee055134b45ec6f604c08a2fef4ad8291241ff0

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c12c15ff8027abac84cedff99f0ce55db9cb41defc09dd80a44411fc92e6092
MD5 116b18415d9f1def3014c977791a7958
BLAKE2b-256 6f496b8b6ece97c5a0b0df376a5518ffe453a75f86d4bcc8a4826d733ff9b27e

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f65d1ec35409dcf04c030c74a37d1ed899d14f7f92698a372b6adc400b600633
MD5 c9017e5b2deb6fd9b870e73453a09ac4
BLAKE2b-256 76279c3ccd4e65da799916bec638d300ca3c5c310fff028dc1efa9b36dddd48c

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db8120a02bc2573bef671e9ef4ac055828a24a6455b0e2456ecd3c6cdfb0ab10
MD5 0b6b646d78ab803398065e05106c25d2
BLAKE2b-256 67d37eb1f52032693be217c881137ddfd55b31778f13519c764744ed9fc5dd5e

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7db92ba2c4ee2643d9ad4b9bcd30a9df487bb9c092c60d48db7e2a0df9bc3690
MD5 db1475d8a2e2a60d41f08424ed3f24a3
BLAKE2b-256 6e2bddb32f203681d0ae66af6aee3d0269e9b5dc44c64d16183a3454bab5cb00

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ce5a8bbf389671e1e12ebd86f49c9da951c0b21de92ceef23ab20548523d693
MD5 733cc24878078cf195edc28ed42f9867
BLAKE2b-256 7323d1ba3a2976d61c0e06c4ce0457ab320524b26cbde69ee31f2bbdc00c97bd

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4befaa2f0a2644e6b0665dece1107ce939c918e2291be3823fb83a15938f5804
MD5 78eb744b7fc9fc8e0caed7b45040664e
BLAKE2b-256 97f8e9c0402003128dc860c6d3304ba9c42f0ebfaa414258ce921f336b67109b

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 614f13705a0256fbdd0022155549023ed7b9b905079ff4351abed84713817226
MD5 4bb8d400acf7007317038277c380aedc
BLAKE2b-256 395e68f889fa13f7c183325a533d1b1413e1c4a938410b9bb06abdfa8de4b709

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0785e84dae32fc8e603a6afe86e294e21abf2131cb90e15abc15d11f05c20c73
MD5 c9a708fc55f5ebfaaa8f6cc3e962ce65
BLAKE2b-256 3cca68047e4c4d84ba41d70a0c76a5f7b19dcd8d97def51d1c6d499351b9ea90

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: biliup-1.2.0-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for biliup-1.2.0-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 090e444135ddb46b6706b3260c9616b21df99d9723fd0344be4be68c28e53d71
MD5 82e67b3cf55a63b3de580af24a6a6aec
BLAKE2b-256 65e403d1dcae67baf6d318906ce6a92d5f22645f2c669ec36c738fb29347bcc5

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-win32.whl.

File metadata

  • Download URL: biliup-1.2.0-cp38-abi3-win32.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 3.8+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for biliup-1.2.0-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 3addda74ff819b56006fdd3e441b914d84c61d5afdb8780783e519776e9a8d02
MD5 6f51ca57a1e764d37d5e356fd65ac3c3
BLAKE2b-256 3dedc76023340afc4b55819719a5f27b493354f9d508e506dd45280855ff85ec

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95e7826f9795833c1fed216c3f4f811b53f2539bf7ff5888cf093952a5503526
MD5 5babf7fa77688d0b61594e3499370f0d
BLAKE2b-256 036085b2649905e05fc533a6d8ce360bfde406eb023386353317f375c9555f2d

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 099fa8dd3f113f45545316398825fa778e2af27c67a98f839570a81e554f77e7
MD5 691503dc50adab02f950a35c10dc99ce
BLAKE2b-256 6f3279c14c8fb7aa8cde9b97f598a0f22bc38e87a1112e4fa6c39f99f0ab4203

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 72d9ff504be403f77890b03cb81bdc1988ac984f911f055eb41fde817956de00
MD5 7d93645f9df9e3bb05f29b859b6bd15e
BLAKE2b-256 d0ac8dae8477976b9c3b059c70b39057210ae0482f76567cc82518e6862d9ab8

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41712a177a7ba6dc68cab5d9388e00d43cb260d8fd620dcf08bc6def1f6d13f6
MD5 511b426d15221cf9cc18b4ec3414e6d1
BLAKE2b-256 f2dfd0cb78b4470db529540ff4a1166e121d2d0f6034e3c6015ec421ca47e09b

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f86bfb6f29a3f74f46634ee64206fe92379c60aea1657ae206d57838a7d4fb52
MD5 e069aec3366799c07102405606ea6fcf
BLAKE2b-256 5018df7eb6c1106acaf3e6c81f1f162541093a6f7e4c084104710af30b49b97b

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f20e0e8a600150166287ffc179e040d38274bd463a3e5c1dd7facc1f2406c233
MD5 452853788599497aae54dd10f57ed8d4
BLAKE2b-256 795417d23e3d686989e2f1c77527f3d9cc19d7fe63e85109525c3d8216104794

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4ce3fd5db5ace17a713cbe91b7b43338119f4e52f45f0e3cd7ff213a85e86bf
MD5 352b6784a61d76af08e7f46fa2191438
BLAKE2b-256 596fa63f4298e30ad88fd13d3efa0ffe060fa56d1f05515c818b8ae3ff6a861f

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b9f2eefb9ca07605f2f5952b4d174e89975d3290dea829450560d76e31ee4a9
MD5 15432ea96e119beb80fc7aeeba3c51e1
BLAKE2b-256 a1dfd061c5fd479b94bbce71662d75c75a28d312c63b89152bff356afdaf3970

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 059b33740b7756de322717ef100b3f1643d44f8d59a4d09a53b75cee7d71f3a7
MD5 b250bb84fb9abd96c0fb43f5cf7d2b30
BLAKE2b-256 83b75995abdcb43ce7d56863a9d1098d680b880e6a2fc3d44898a91bf449e9f0

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bada959eb4e73d691b67aa1f8b00f237c6b103a09ffab7dd06615b3931f52aea
MD5 30f35b11841edf91e3ff8ede47253ab7
BLAKE2b-256 e7be2e529cc309b73852f0adb18b0f3f097eaae9b153d7c7ea98cb43abf13c0d

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c05685ee4ce37a232a8718270cb4a3ad3c9fb8beaad81294b782ab16468841b9
MD5 d5dda73f29dc4c552fc43c5b461cc38b
BLAKE2b-256 838fb97ed3bd08d21311f175bd29153c328742c685e20b53fb78a543144b06b2

See more details on using hashes here.

File details

Details for the file biliup-1.2.0-cp38-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for biliup-1.2.0-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 82aae9cb930260f3e80b165b451dd9bd9c1293cf035bdb065cf14d187a0899f9
MD5 6d85fedc06b9167733cfc97c37cb9c1f
BLAKE2b-256 2636419ab7cba93dd8e7b30d2b1d54f0902d4ef2349a8c6a24d53e9aff94ab38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page