Minimal demo package for PyPI publishing.
Project description
shopline
Minimal single-file demo package for PyPI publishing.
Build
cd demo
uv build
Verify Locally
Create a temporary virtual environment, install the generated wheel, and verify the exported version:
cd demo
python3 -m venv .venv-test
source .venv-test/bin/activate
pip install dist/shopline-0.1.0-py3-none-any.whl
python -c "import shopline; print(shopline.__version__)"
deactivate
Publish To PyPI
cd demo
uv publish \
--publish-url https://upload.pypi.org/legacy/ \
--check-url https://pypi.org/simple/
If the package name is already taken on PyPI, update project.name in
pyproject.toml before publishing.
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
shopline-0.1.0.tar.gz
(1.3 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 shopline-0.1.0.tar.gz.
File metadata
- Download URL: shopline-0.1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e09fc3ae86a108d58765f3f5a92003a3fcde056f9ecbd4e2a055f3f6fbe87e01
|
|
| MD5 |
555cdb0548b1c3f1251f37b7941ac4f3
|
|
| BLAKE2b-256 |
c791e9a9c0488666c9fb15fcab36ce0ebf0ec5986f2c277314941753a1af1034
|
File details
Details for the file shopline-0.1.0-py3-none-any.whl.
File metadata
- Download URL: shopline-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f8e29b0fb4646d58f6e8335f72cb3c866df90718f576e9fce2287e78497453c
|
|
| MD5 |
fbcec533494803a53025cc05673e8736
|
|
| BLAKE2b-256 |
f89a6ff7b790d0e39d452382d9c1d6ba09eccec8d0ccc478c33f7e9be3949c82
|