Metadata-Version: 2.1
Name: pymania-controller
Version: 0.2.0
Summary: UNKNOWN
Home-page: https://gitlab.com/v7a/pymania
Author: v7a
License: UNKNOWN
Description: ## pymania
        A minimalistic server controller for the popular Trackmania racing games.
        
        ### Features
        - Centralized configuration for all plugins
        - Already contains plugins for out-of-the-box use
        - Ability to reload configuration and plugin code during execution
        - Asynchronous/parallel plugin loading (order and parallelism determined from inter-dependencies)
        - Dedicated server handler ID allocation does not create overlaps and is therefore suitable for high-load environments
        - Completely dynamic and fine-grained control over privileges
        - Scalable to a certain extent, despite dedicated server limitations
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
