Metadata-Version: 2.1
Name: pypsmb
Version: 0.0.6
Summary: psmb server implemented in Python
Home-page: https://github.com/hit-mc/pypsmb
Author: Keuin, inclyc
Author-email: keuinx@gmail.com, axoford@icloud.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/hit-mc/pypsmb/issues
Project-URL: Source, https://github.com/hit-mc/pypsmb
Keywords: Chattings,PSMB,Minecraft,BungeeCross,CrossLink
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: PyYAML

# What's this
- psmb: A protocol of **Pub-Sub Message Broker** designed for BungeeCross
- pypsmb: *psmb* server implemented in Python


# Usage
1. Install Python 3.9+
2. Install pypsmb `pip install pypsmb`
3. Enjoy it: `pypsmb`

## Config Path

`pypsmb -c path/to/your/config.yaml`


