pix-plus 1.0.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

pixplus 1.0.4

Welcome to UDINI-Packages, the pix-plus package.

PyPi deployment
In order to push changes to the pix-plus package, be sure that:

The proto_pixplus.proto file contains the changes, which were compiled successfully.
New .py file is compiled and overwritten proto_pixplus_pb2.py module with current in protos folder package.
You've put into the setup.cfg required packages for the shared utilities with its version.

Please, import needed types with an ptype alias
import protos.proto_pixplus_pb2 as ptype

Deploy new version
To deploy new version, be sure you have the latest version of PyPa’s build installed:
python3 -m pip install --upgrade build

Go to the /pix_plus folder and run next command:
python3 -m build

This command should output a lot of text and once completed should generate two folder in the directory:
dist and pix_plus.egg-info
To upload new version of the package, also be sure to update the version of the package. See the semantics of the versioning at https://semver.org/
Install twine, to upload all the archives under dist:
python3 -m pip install --upgrade twine

After, you can push new version of the package with python3 -m twine upload --skip-existing dist/* --verbose. You will be prompted for username and password.
Once uploaded, you can check your new version at https://pypi.org/project/pix-plus/
If any issues are met, look at the complete tutorial.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.