Install my app, not for all people
Project description
Build package
python3 setup.py sdist bdist_wheel
Publish package to Pypi
twine upload dist/*
Docker environment
docker run -it --rm -v $(pwd):/workspace/v-installer python:3.12.7-alpine /bin/sh
apk update
cd /workspace/v-installer
python3 -m pip install setuptools
python3 setup.py sdist bdist_wheel
apk add twine
apk add gcc python3-dev musl-dev linux-headers
TWINE_USERNAME="__token__" TWINE_PASSWORD="pypi-....................................................." twine upload --non-interactive dist/*
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
v_installer-0.0.21.tar.gz
(10.1 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 v_installer-0.0.21.tar.gz.
File metadata
- Download URL: v_installer-0.0.21.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dee881b1d39905aab81ec423506164e67ead5103636fcb06bf863975eac71b0
|
|
| MD5 |
ec0a3890c306c090891607eda5e091b1
|
|
| BLAKE2b-256 |
df7573addcf59af53385480025296843ccda2c47612dd708b6a3343500913cde
|
File details
Details for the file v_installer-0.0.21-py3-none-any.whl.
File metadata
- Download URL: v_installer-0.0.21-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e76f305d021df5f32a61a951a8402cb7273de2cfb8becdbd56b37b2f57dda27
|
|
| MD5 |
601f6e540244141a02bfdb82d606b005
|
|
| BLAKE2b-256 |
186cb676ef904fcfaeb3856c841fe555eb66c5719e705fb4f90808b6a2d03536
|