discord_build_number_scrapper
This is the initial readme for your project from the python-template Copier template. Fill it in and delete this message! Below are general setup instructions that you may remove or keep and adapt for your project.
Project Docs
For how to install uv and Python, see installation.md.
For development workflows, see development.md.
For instructions on publishing to PyPI, see publishing.md.
Quickstart
# Install project dependencies + git hooks:
make install
# or: uv sync --all-extras && uv run pre-commit install
# Run quality checks:
uv run python devtools/lint.py
uv run pytest -n auto --cov --cov-report=term-missing
# Build package artifacts:
uv build
Lockfile (uv.lock)
make install / uv sync creates a uv.lock for reproducible development
environments. For libraries, you may choose not to commit uv.lock so consumers
are not pinned to your exact dependency tree. For applications, commit uv.lock
so deployments are reproducible.
This project was built from python-template.
Release files for discord-build-number-scrapper 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| discord_build_number_scrapper-0.1.0.tar.gz | 131.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| discord_build_number_scrapper-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 142.6 kB
Release files / discord_build_number_scrapper-0.1.0.tar.gz
| Download URL | discord_build_number_scrapper-0.1.0.tar.gz |
|---|---|
| Size | 131.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
520dad07be17487f68489d0e7cc93b8c3840d3b3349ff585ead2b2289c48bb99
|
|
BLAKE2b-256 checksum How to use checksums |
e8fee607aeded2adb95a01ea61ec04b5c7bfee24c24b03269c0b9c699af86991
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|
Release files / discord_build_number_scrapper-0.1.0-py3-none-any.whl
| Download URL | discord_build_number_scrapper-0.1.0-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
904326bd1730b6de45fcee8251a352b39b80168f0ce946e557ad7d1d918967e9
|
|
BLAKE2b-256 checksum How to use checksums |
c4177e815bf348966fd305eeaaf271854e5111c9ebdab06904b812333251a269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.11
|