A minimal Python package scaffold for Youtube-Colab-Proxy.
Project description
youtube-colab-proxy
A minimal Python package scaffold.
Install (from source)
pip install -e .
This exposes a CLI:
ycp
Development
- Create venv and install dev tools:
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip setuptools wheel build pytest
pip install -e .
- Run tests:
pytest -q
Build
python -m build
Artifacts are created under dist/.
Publish
- Install Twine and upload:
pip install twine
python -m build
twine upload dist/*
Replace the homepage/repo URLs in pyproject.toml.
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
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 youtube_colab_proxy-0.1.0.tar.gz.
File metadata
- Download URL: youtube_colab_proxy-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18da70447170b0d009f24fbaac1bf70d4741824dcb9255277eca973cee5520e2
|
|
| MD5 |
62afceeea07c5ce812fdb10eacff8871
|
|
| BLAKE2b-256 |
eb7332f45b9f413b5036d15ada0458ab270063e3700fb4cc0e972c0f11d26c6c
|
File details
Details for the file youtube_colab_proxy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: youtube_colab_proxy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db0c00a9278f48b9d4b0c1e2c2a032df49a98d825d30befe46ae1a62fb53894e
|
|
| MD5 |
380d0a8a9c0a9a71fd19a98042b39fa2
|
|
| BLAKE2b-256 |
c25354143a41e2e56baaf481341704978c08bc42e726d4ecde27834c34d63c8d
|