A package for Pix+ services, which contain proto types
Project description
DS-LIB---Udini-Packages---Python
Welcome to UDINI-Packages
This repository will contain all the proto files and packages used in different UDINI services
PyPi
In order to push changes to the pix-plus package, be sure that:
- The
proto_pixplus.protofile contains the changes, which were compiled successfully. - New .py file is compiled and overwritten
proto_pixplus_pb2.pymodule with current inprotosfolder package. - You've put into the
setup.cfgrequired 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.
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
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 pix_plus-1.0.2.tar.gz.
File metadata
- Download URL: pix_plus-1.0.2.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e5831fb4d6e1ab410fe63d4dc03256f2cd6a0f483a386c85b38111f68d49b3
|
|
| MD5 |
663b6a1020031fe695f94664efac06a2
|
|
| BLAKE2b-256 |
40641c77d13b38bd6e10420f5494d16d7d358f388f46bb44a72b0a2858e6ce7a
|
File details
Details for the file pix_plus-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pix_plus-1.0.2-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ff6df30e9c46f4833c2dff55b71c3aaebfed15abdc5e5461211e1eb98e22274
|
|
| MD5 |
e793b78f21a2929f2bea124bd02652f8
|
|
| BLAKE2b-256 |
c05e9bf7de036141b9317db9d80f01cbe00ee766f038f507a611348eb5b21b5c
|