Pyar Meetup 2022
This package was created as a demo following this guide https://packaging.python.org/en/latest/tutorials/packaging-projects/ on 8 Feb 2022
Instructions
- Create an activate a virtualenv
python3 -m pip install --upgrade pip # Install project dependencies
python3 -m pip install --upgrade build # Build wheels and sdist from source files
python3 -m pip install --upgrade twine # Upload wheels and sdists to pypi
python3 -m pip install --upgrade wheel # To be able to install from wheels instead of sdists
#or just
python3 -m pip install --upgrade pip build twine wheel
- Build wheel and sdist (zip of source tree) from source
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools>=42, wheel)
* Getting dependencies for sdist...
* Building sdist...
* Building wheel from sdist
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools>=42, wheel)
* Getting dependencies for wheel...
* Installing packages in isolated environment... (wheel)
* Building wheel...
Successfully built pyarmeetup2020-0.0.1.tar.gz and pyarmeetup2020_ambro17-0.0.1-py3-none-any.whl
And then check with
$ ls dist/
pyarmeetup2020-0.0.1.tar.gz pyarmeetup2020-0.0.1-py3-none-any.whl
- Upload wheel and sdist to pypi
twine upload --repository testpypi dist/*
- Test it
Run
pythonand then
>>> from pyarmeetup2020 import example
>>> example.should_i_pin_pip()
'Probably not'
Expected Error While Installing Bad Lib
ERROR: Cannot install pyarmeetup2020 and pyarmeetup2020==0.0.2 because these package versions have conflicting dependencies.
The conflict is caused by:
pyarmeetup2020 0.0.2 depends on Flask>=2.0.2
elpasado 0.0.4 depends on Flask==1.0.1
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
With pip 20.2.0
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
elpasado 0.0.7 requires Flask==1.0.1, but you'll have flask 2.0.2 which is incompatible.
DO NOT PIN PIP!! Solve the root problem!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyarmeetup2020-0.4.tar.gz
(4.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 pyarmeetup2020-0.4.tar.gz.
File metadata
- Download URL: pyarmeetup2020-0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19beead6007e2cdba60775b6801cf08b47f8fd427865b590c681f45009d0174
|
|
| MD5 |
7931c4f89ad26490b9dfa4f9abf45eff
|
|
| BLAKE2b-256 |
cc8be267bf0ecada12881c3741c41413438856d41cab76363cd9d5388fe66370
|
File details
Details for the file pyarmeetup2020-0.4-py2.py3-none-any.whl.
File metadata
- Download URL: pyarmeetup2020-0.4-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fc4b899c75a73966afc2f78f0b07e7d2fdaf562b571178a73c95fdb9b3e25e3
|
|
| MD5 |
790d0182072b513e313fb65b6361c5ee
|
|
| BLAKE2b-256 |
44b7601f0b735d7ea44c1c41554aa22b3dd1a8d7ecbeb0c78edc87640c4bab9e
|