Metadata-Version: 2.4
Name: firebird-butler-protobuf
Version: 2.0.0
Summary: Firebird Butler protocol buffers
Project-URL: Home, https://firebirdsql.org/en/firebird-butler-dev/
Project-URL: Documentation, https://firebird-butler.rtfd.io
Project-URL: Issues, https://github.com/FirebirdSQL/Butler/issues
Project-URL: Funding, https://github.com/sponsors/pcisar
Project-URL: Source, https://github.com/FirebirdSQL/Butler/python
Author-email: Pavel Cisar <pcisar@users.sourceforge.net>
License: MIT License
        
        Copyright (c) 2018-present The Firebird Project (www.firebirdsql.org)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: Butler,Firebird,protobuf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.11
Requires-Dist: protobuf~=5.29
Description-Content-Type: text/markdown

# firebird-butler-protobuf

[![PyPI - Version](https://img.shields.io/pypi/v/firebird-butler-protobuf.svg)](https://pypi.org/project/firebird-butler-protobuf)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/firebird-butler-protobuf.svg)](https://pypi.org/project/firebird-butler-protobuf)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/firebird-butler-protobuf)](https://pypi.org/project/firebird-butler-protobuf)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/firebird-butler-protobuf)](https://libraries.io/pypi/firebird-butler-protobuf)

This package contains Python modules for work with protocol buffers defined by various
Firebird Butler [specifications](https://firebird-butler.readthedocs.io/en/latest/specifications.html).

-----

Currently contains next modules:

- firebird.butler.fbsd_pb2 for [Firebird Butler Service Definition](https://firebird-butler.readthedocs.io/en/latest/rfc/3/FBSD.html)
- firebird.butler.fbsp_pb2 for [Firebird Butler Service Protocol](https://firebird-butler.readthedocs.io/en/latest/rfc/4/FBSP.html)
- firebird.butler.fbdp_pb2 for [Firebird Butler Data Pipe Protocol](https://firebird-butler.readthedocs.io/en/latest/rfc/9/FBDP.html)
