Skip to content

Commit

Permalink
Change email; Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Sep 25, 2023
1 parent 082c9e3 commit 32ce20d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Firebird Butler Protocol Buffers
# 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)

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 ontains next modules:
-----

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)
Expand Down
2 changes: 1 addition & 1 deletion python/src/firebird/butler/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@ibphoenix.cz>
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@users.sourceforge.net>
#
# SPDX-License-Identifier: MIT
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion python/src/firebird/butler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@ibphoenix.cz>
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@users.sourceforge.net>
#
# SPDX-License-Identifier: MIT

0 comments on commit 32ce20d

Please sign in to comment.