Metadata-Version: 2.1
Name: proto-topy
Version: 0.0.13
Summary: Yet another tool that compiles .proto strings and import the outcome Python modules.
Home-page: https://github.com/decitre/python-proto-topy
Author: Emmanuel Decitre
License: MIT
Project-URL: Issue Tracker, https://github.com/decitre/python-proto-topy/issues
Keywords: protobuf
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Provides-Extra: dev
License-File: LICENSE

========
Overview
========



Yet another tool that compiles .proto strings and import the outcome Python modules.

* Free software: MIT license

Installation
============

::

    pip install proto-topy

You can also install the in-development version with::

    pip install https://github.com/decitre/python-proto-topy/archive/master.zip



