My First Package for Python Projects with PyPI Package - October 2024
Project description
AbdallahPackage
Upgrade pip
python.exe -m pip install --upgrade pip
-----------------------------------------------------------
Install the following packages pip install twine pip install setuptools wheel pip install tqdm or pip install twine setuptools wheel tqdm
python setup.py sdist
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
---------------------Update My Package---------------------
1. Uninstall package
pip uninstall AbdallahRadwanLib
2. Update the Version Number in setup info
setup.py => increase version No
3. clear setup info
rm -rf dist/ build/ *.egg-info
4. prepare setup info
python setup.py bdist_wheel sdist
or
python setup.py bdist_wheel
python setup.py sdist
5. Check dist [optional]
twine check dist/*
6. upload your package
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
get my token from my-package-upload-token
7. Install the Package Locally**
pip install dist/AbdallahRadwanLib-1.0-py3-none-any.whl
or
pip install AbdallahRadwanLib
or
pip install AbdallahRadwanLib==VersionNumber
or
pip install AbdallahRadwanLib --upgrade
-----------------------------------------------------------
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
View at https://pypi.org/project/AbdallahRadwanLib/0.8/
-----------------------------------------------------------
List of Mibrary file arUtilityConst arUtilityEnum arUtilitySettings arUtilityGeneral arUtilityEncryption arUtilityFile arUtilityConfig arUtilityDBOracle arUtilityDBSqlAlchemy arUtilityBaseModel -----------------------------------------------------------
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-1.1.tar.gz.
File metadata
- Download URL: abdallahradwanlib-1.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4042b2d59fe437433cd5c1737c6a76231a2ac7e753aba35c09ae0b765334bdae
|
|
| MD5 |
4868b879249b637f796badb7fc7489c0
|
|
| BLAKE2b-256 |
bb1be33ed31b4fc4cd91aaba44b5d935b24b8a2093085991cc496ef57ed09598
|
File details
Details for the file AbdallahRadwanLib-1.1-py3-none-any.whl.
File metadata
- Download URL: AbdallahRadwanLib-1.1-py3-none-any.whl
- Upload date:
- Size: 11.2 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 |
1990433221d096bf3c829bdb29f99fbab9a0206e1b99c6b81cb5bf4d3ef17fc3
|
|
| MD5 |
0f1520e7c014a9165ac02b2d34a195a6
|
|
| BLAKE2b-256 |
95de80fc2a7bc9a6ef65b90a94adf82e8e5e43df63b5a2b50aedb9b23f8ee61f
|