Skip to content

Commit 32ce20d

Browse files
committed
Change email; Updated readme
1 parent 082c9e3 commit 32ce20d

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

python/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# Firebird Butler Protocol Buffers
1+
# firebird-butler-protobuf
2+
3+
[![PyPI - Version](https://img.shields.io/pypi/v/firebird-butler-protobuf.svg)](https://pypi.org/project/firebird-butler-protobuf)
4+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/firebird-butler-protobuf.svg)](https://pypi.org/project/firebird-butler-protobuf)
25

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

6-
Currently ontains next modules:
9+
-----
10+
11+
Currently contains next modules:
712

813
- firebird.butler.fbsd_pb2 for [Firebird Butler Service Definition](https://firebird-butler.readthedocs.io/en/latest/rfc/3/FBSD.html)
914
- firebird.butler.fbsp_pb2 for [Firebird Butler Service Protocol](https://firebird-butler.readthedocs.io/en/latest/rfc/4/FBSP.html)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@ibphoenix.cz>
1+
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@users.sourceforge.net>
22
#
33
# SPDX-License-Identifier: MIT
44
__version__ = "1.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@ibphoenix.cz>
1+
# SPDX-FileCopyrightText: 2018-present Pavel Cisar <pcisar@users.sourceforge.net>
22
#
33
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)