Skip to main content

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 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

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-0.10-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 -----------------------------------------------------------

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abdallahradwanlib-1.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

AbdallahRadwanLib-1.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file abdallahradwanlib-1.0.tar.gz.

File metadata

  • Download URL: abdallahradwanlib-1.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.0

File hashes

Hashes for abdallahradwanlib-1.0.tar.gz
Algorithm Hash digest
SHA256 3c5b86cbc0238c32fbd9a01554da7f58f3176496154bd3bb7a273e338a7bfdd0
MD5 7e276827021feec8f2ca434f387f04fe
BLAKE2b-256 0a54260e17f30df9bc213396bd77dffedecaf197cbb9ebbfe0a0e361a1d40e30

See more details on using hashes here.

File details

Details for the file AbdallahRadwanLib-1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for AbdallahRadwanLib-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9fa9c4b76638e55069eb2dad11ef545cabba66b9f993370576bcff21e145329b
MD5 78e226e3e5d8f649bb6c9e4039e18a4c
BLAKE2b-256 f977c4d37e531890c57d72f16dbfb9fd1a40bb25b4e6fa93f320e246810df82a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page