Metadata-Version: 2.1
Name: proto_pixplus_pb2
Version: 1.0.1
Summary: A package for Pix+ services, which contain proto types
Home-page: https://github.com/pypa/proto_pixplus_pb2
Author: Udini.co
Author-email: dimaprokopp@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/proto_pixplus_pb2/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

#### File with proto types for Pix+ services.

In order to push changes to the `proto_pixplus_pb2.py`, 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

Please, import needed types with an `ptype` alias
```shell
import proto_pixplus_pb2 as ptype
```

