Metadata-Version: 2.0
Name: pysrcds
Version: 0.1.5
Summary: Python library for interacting with Source engine dedicated servers
Home-page: https://github.com/pmrowla/pysrcds
Author: Peter Rowlands
Author-email: peter@pmrowla.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment :: First Person Shooters
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: future


=======
pysrcds
=======

Python library for interacting with Source engine dedicated servers.

pysrcds provides the functionality to communicate with a dedicated server via
RCON and also provides the ability to parse Source engine logs. There are also
some utility classes that may be useful for developing other Source related
functionality.

License
=======

pysrcds is distributed under the MIT license.


