Metadata-Version: 2.1
Name: allianceauth-mumble-tagger
Version: 0.0.1
Summary: Alliance Auth Plugin
Home-page: https://github.com/pvyParts/allianceauth-mumble-tagger
Author: ak
Author-email: ak@ak.auth
License: GNU General Public License v3 (GPLv3)
Description: # Mumble Tagger
        
        This is a simple plugin for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) to append a "Tag" too the end of a display name on mumble depending on a users group association.
        
        ## Setup
        
        1. `pip install allianceauth-mumble-tagger`
        2. add `'mumbletagger',` to INSTALLED_APPS in your local.py
        3. migrate database and restart auth
        4. Setup your tags in the admin panel
        5. job done.
        
        
        ## Pics 
        
        ### Admin Setup Demo
        
        ![Imgur](https://i.imgur.com/ivihrLX.png)
        
        ### User in Mumble
        
        ![Imgur](https://i.imgur.com/QJ6b4ws.png)
        
        ## Contribute
        
        All contributions are welcome, but please if you create a PR for functionality or bugfix, do not mix in unrelated formatting changes along with it.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
