My First Package for Python Projects with PyPI Package - October 2024
Project description
AbdallahPackage
-
Install the following packages : pip install twine pip install setuptools wheel pip install tqdm python setup.py sdist twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
-
Update My Package :
pip uninstall AbdallahRadwanLib Update the Version Number clear setup info rm -rf dist/ build/ *.egg-infoprepare setup info python setup.py bdist_wheel sdist or python setup.py bdist_wheel python setup.py sdist
twine check dist/*
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* past my tokenInstall the Package Locally pip install dist/AbdallahRadwanLib-0.7-py3-none-any.whl or pip install AbdallahRadwanLib
-
Reinstall with --force-reinstall and --no-binary pip install --force-reinstall --no-binary=:all: AbdallahRadwanLib
-
Download the source manually pip download --no-binary=:all: AbdallahRadwanLib tar -xvzf AbdallahRadwanLib-0.6.tar.gz
-
Install Command : pip install AbdallahRadwanLib or pip install AbdallahRadwanLib==VersionNumber
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 abdallahradwanlib-0.8.tar.gz.
File metadata
- Download URL: abdallahradwanlib-0.8.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
498bd9b4cdf143c239eed89d07baa4ea99e85f9f2d98ab3b94a5aa5e6eb3374f
|
|
| MD5 |
f0471211d5e0de98eb1bb7e8eb0d623c
|
|
| BLAKE2b-256 |
228382de87c77600d3ebbaddaadd68f5286c8a549d5baf400e6afe2dab37d7b1
|
File details
Details for the file AbdallahRadwanLib-0.8-py3-none-any.whl.
File metadata
- Download URL: AbdallahRadwanLib-0.8-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de569ad5f6b3202f8cd5760395340922a1645f240c5326327a0e355a694029f
|
|
| MD5 |
c96a754ee33eed8b015c4626db381a07
|
|
| BLAKE2b-256 |
1363045fda2f9dffa151a247380ab4c31ad6f04ef036b22a8e3ba4f955f4460d
|