Metadata-Version: 2.4
Name: bacpypes3
Version: 0.0.104
Summary: BACnet Communications Library
Project-URL: Homepage, https://github.com/JoelBender/bacpypes3
Project-URL: Repository, https://github.com/JoelBender/bacpypes3
Author-email: Joel Bender <joel@carrickbender.com>
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# BACpypes3 - Python library for BACnet applications

BACpypes provides a BACnet application layer and network layer written in
Python for daemons, scripting, and graphical interfaces.  This version is the
next generation for Python3.8+, completely overhauled from the Python2.5+
version using async/await methods and asyncio for communications.
