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.1.29.tar.gz (429.2 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.1.29-cp313-cp313t-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.13tWindows x86-64

biliup-1.1.29-cp313-cp313t-win32.whl (10.5 MB view details)

Uploaded CPython 3.13tWindows x86

biliup-1.1.29-cp313-cp313t-musllinux_1_2_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

biliup-1.1.29-cp313-cp313t-musllinux_1_2_i686.whl (11.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

biliup-1.1.29-cp313-cp313t-musllinux_1_2_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

biliup-1.1.29-cp313-cp313t-musllinux_1_2_aarch64.whl (11.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

biliup-1.1.29-cp313-cp313t-manylinux_2_28_aarch64.whl (10.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

biliup-1.1.29-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

biliup-1.1.29-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (11.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

biliup-1.1.29-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

biliup-1.1.29-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (11.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

biliup-1.1.29-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (10.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

biliup-1.1.29-cp313-cp313t-macosx_11_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

biliup-1.1.29-cp313-cp313t-macosx_10_12_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

biliup-1.1.29-cp38-abi3-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.8+Windows x86-64

biliup-1.1.29-cp38-abi3-win32.whl (10.6 MB view details)

Uploaded CPython 3.8+Windows x86

biliup-1.1.29-cp38-abi3-musllinux_1_2_x86_64.whl (11.7 MB view details)

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

biliup-1.1.29-cp38-abi3-musllinux_1_2_i686.whl (11.5 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

biliup-1.1.29-cp38-abi3-musllinux_1_2_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

biliup-1.1.29-cp38-abi3-musllinux_1_2_aarch64.whl (11.1 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

biliup-1.1.29-cp38-abi3-manylinux_2_28_aarch64.whl (10.8 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.28+ ARM64

biliup-1.1.29-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4 MB view details)

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

biliup-1.1.29-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (11.8 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

biliup-1.1.29-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

biliup-1.1.29-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (11.5 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ i686

biliup-1.1.29-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (10.7 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

biliup-1.1.29-cp38-abi3-macosx_11_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

biliup-1.1.29-cp38-abi3-macosx_10_12_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for biliup-1.1.29.tar.gz
Algorithm Hash digest
SHA256 41af20e0393940a183c8dfa5571ea40cf7e0cb676e736b9bab7a07dfc8e466bc
MD5 a86ebdd99eb27df6a8033ffe507fbd2f
BLAKE2b-256 65f001380f0713618ab33a3e9f512c059871e5fb4fb929ea99ad83e0bccfd961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 eae7bdbd22220bccfaa04370b5afef8d491e9d7416b5e56c4b07ea978bcaf909
MD5 052a9cb0b57d0b4bf173c282d9498ba3
BLAKE2b-256 ef08d86a6784fc9653506b624165ed1aad27b4ece68d47ece6e7d32f39d4b642

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 9bee81d3c624a708982f48a5781605a97fe64687433e2158d30d1497b2cbedd3
MD5 7b5a612ded8947329dafd7d25fbfbd79
BLAKE2b-256 fc6a77c32fa4ac3b18af75e6643e0e77d7a2a99cc37b7e98bf4892ee31993363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e4098c3592584683e0a2ab5a3f7405d010633669db72b7a2ce5e8b243ef6fd3
MD5 6640ed12c883dea8ff8eb04c809995cc
BLAKE2b-256 cc5191e45a22381c11ab49205919282dfce8fb78990a43574995d2a8ff792f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d0d5dbebce21c46122e0e6abac9c0855d35cf0473823606e8c2dbd27bc1e550
MD5 1904583b180300f3b35fddb4893a2656
BLAKE2b-256 b0d589861bf332e3a5ed2027e0e9b59dfa8fd884e7301e837ee52a074ddfb17e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f0771290e7e5c4ccf27ad0b945683317899b8ecf716ae414fcf958366922472
MD5 be892d48e32360e3a19490695e2d39e0
BLAKE2b-256 a03793379bc71f6bd50e120021ce0a05b4b744596bf9a9f6cc18bfaea1cccec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17a49c2e855b0c7dd980181e76e2ef64a119249914111fe0815a9cebacd8ed62
MD5 2a5d47adc57996d3c88d49e7a1ea221a
BLAKE2b-256 0e80a42ef3c3a6b1823fcf198961dc4dacff5472559421a856de875d6c7bca1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 825674aa968e068c4b11b75333c3f8144a84b6ae3940eb1f4ac5b6beb741a65d
MD5 f9278d4934bece5d70765f8a910fe053
BLAKE2b-256 db5221c15585566502276ea3be5d81ce91c7b2aca9b7fc000bd0d9780d390fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebcce9e69996e1204770bdb33fdfde58761eb8c2d16518e050e9c93df12f08f5
MD5 65c587bd6678669155c5ec54a6ca8794
BLAKE2b-256 7b71fe27831aa571d649a7627056c8a6aaaf24609c11a30961755e0bdb95b860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c7dbdeabaacf51d585cdc1e1e411553ab7aa952ed652bb7f9db1ab8e16a2282
MD5 fd9630c3c4095faf548b60cb657024c1
BLAKE2b-256 f7c912c46b72fd3813998fee078d63d59f8613a3b9d6ab97cc553ed6acf2bf14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a1cc6e3c846c1de527aa5fab5863d8b3473b5f668febf1a2c38fa7eea1dedef1
MD5 c75107d3e91522d3ef5bd13396a3dcb7
BLAKE2b-256 79c2c73b86d5a562d3e0677e8a7c0aee12d50627a6bca2b38db7bc390de9efaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d11fbf7c2b8b6789c835abf9f9f49c4b2bd1eb7ce2972411fc1f2988391b79f
MD5 7d35fd5a8f68c982aeefe853db6a31e0
BLAKE2b-256 5c395db3284d9359812c792178cb7dc1a7f94813d9c90558fea6b294c46f987c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 501db360083a91e32f3fd6e4defe5d837cbd4dcee2c4bee91a2401d04078ff6e
MD5 3bc6f8a2318ccab0de3cd17bbb06ac6d
BLAKE2b-256 c8449f3008f49787236c0c084abbc4d0eed73b5c490c2624bbab81b9c4fc1af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a5f8573adbb39187b67fcb0a0777f24af20cbbfee533834afcb7ffd1bdae761
MD5 5e1d84f344baa21382fc8d1f65aefb4c
BLAKE2b-256 2587e72cbd584b15f313c2631358037bcbdcfaa0fd6313663cc845e8c2bd5994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66f92493ebc4fc2aeffeaab2791ba5228a4322c699e421847c670b7bd4c6b6e8
MD5 9a8799b3643abbc4c9a8179c9d0e929e
BLAKE2b-256 75cc289fbedfc36b766d767292e9654ab42e4c8fedd0c12c092b643a282addf4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for biliup-1.1.29-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 6ea2722fef962b7ec6f54f9b3a914c4c108320c184e74245c7bf9618e3d0e03d
MD5 e45a01dcac720e14a6c49db74badf803
BLAKE2b-256 b12e79ac437141ed729fcb0d95ede6dbc196af236b209f566fce9cd6900652c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for biliup-1.1.29-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 1dcd3d39c156c5d035134d01aa0be16013bf7a3fe46c5860c40b7f3db4f37a0b
MD5 c5d453b162701ccd62b0af35202d1606
BLAKE2b-256 be30096da23d3199f5b2f720935835808b949867ed719f0fb86b8ee02231de2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cad675b1b98dc2b3093dc69ba8fdbd70705ff4f19665f1b04b70f246f0bb7c95
MD5 00b0f81966c9621578eb5af20946f8a2
BLAKE2b-256 22b2900146ef5d1ebf9bab18eb50a159ee3a7c018becf44a0e7d87efee880025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 deda3a2a875ce8bf38a209ab9446c4ba9ea3a2eb8eade09d1fead110d541c096
MD5 e71adb73addac4b3aaa209cc8cdf8081
BLAKE2b-256 685d5a11d62c37973e7b324b0d4deae750572cc9b45164efcb060aae7cb9009c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2413a89306e57e51e53db21934955654ccd6e0cd817ff52f5c1af726d0bb74c
MD5 ceee4829044784fa62122d41560483f9
BLAKE2b-256 eb763496f1ef54363c4d021f9a9ec388fe62d10bdb55d5dc234c6a40368d96b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c57dac4c5e697a01760eb85fed7ed5cd523820d3ff9facb9e79c5ad15bca219d
MD5 6705b5e5563895ceb5902897f53b7c81
BLAKE2b-256 099607a90994b77607145606f22346e0ad59caad3cf7db60335a8e844497ab6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 138370c2c14b7e4335909f2517e01e28b9832aeafd9b87a0c3654b2231e823cc
MD5 22ba62a4905010304903bd3c7bd89a8d
BLAKE2b-256 60dd8e98400d74aca7f676a9ae1d7cb262f8c2b1a633681fd86e302f81c9c206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e9e8c556a2c9fb3ebac6a213b6fbdefbe1ca58fd1f7f574de80af5496f77dd2
MD5 c99b28fe551c0305689f73bf32d5333c
BLAKE2b-256 56c9c1e57b2b4983928a108267931adbc126857970af71d9dbdf21152e1894e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e41c110f8b9d92f8ecd36700f74b835a139e241f803a40dee5ce881cb12e78ef
MD5 fedc44525346c219f11edf3cf17f08b9
BLAKE2b-256 25b239831ccb62679b4d2632fd4a4aa1d0ff61fabd57c6f3a715a585b11af430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7785a9f0616ac6e7a7e8319cde96531607caf39be0322ca38787442c2302fd19
MD5 4e66732be2335cdd5ce7d6df1e58a96e
BLAKE2b-256 e4b28d47cf4cda14bf0041fb141c233205e0c4f4c29feacae87c3f7ea5f65428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9749e2ad6cbf0ff91124d6f53a6279edf89c01c63cea9d8aaac6764fb88c11d3
MD5 3f709bd18eebe03868014cb2958af869
BLAKE2b-256 1c085b434b51ffd908dd49292daf36d3c88bfa98fc9b8f9c32242652c5c27f5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7ff615b3cc94a8dbdf48a8c8d1b968333a208ff9c6d5ce9c6239bb351882f9f
MD5 ee5419e4835e7939006a7605b2c3ee87
BLAKE2b-256 788d429280bcc1196c300dd45ed04e045570df51ceac3cd46c7dc36c5d511da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4918de0f46e4b0862c67b4dcf63d270e6da01aef9a33ca7bc8eb2b3dad6bbc8a
MD5 205a28d4764fd0a2672a1f5a434d1ea8
BLAKE2b-256 2472184c7bb697811ed9f530c226c66d239714f7f88ef8f31cc7ad2a436f4b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for biliup-1.1.29-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b714722a2246acb5fe639cdee3dd62ecd5f3f3983b73f183de79c9131d3e2b3
MD5 81575216144776ec8037ca87b0f5d9b1
BLAKE2b-256 60d97a446d65dd7090efdc892222327526ada0eb871b7e10ae0d86015cb0dcb8

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