Metadata-Version: 1.2
Name: cms-attendance
Version: 0.1.2
Summary: CMS plugin for managing attendance of members using a WiFi module
Home-page: https://www.rivivo.xyz/projects/cms
Author: Ashwin Shenoy
Author-email: aswinshenoy65@gmail.com
Maintainer: Ashwin Shenoy
Maintainer-email: aswinshenoy65@gmail.com
License: GNU-GPL-V3
Description: CMS Attendance
        ==================
        Manage and monitor attendance of users sharing a common WiFi,
        using a specialized WiFi hotspot module.
        
        This plugin is **only intended to be used with a CMS project**,
        and not directly in any django project. To use in an independent
        django project, you might need to configure your project.
        
        Features
        --------
        - Track & monitor presence of a user, automatically after initial setup
        - Extract comprehensive reports & logs via GraphQL APIs
        
        Requirements
        ------------
        - An ESP8266 or other compatible WiFi module needs to running for the attendance to be recorded.
        - The ESP8266 must be flashed with `Module script <https://github.com/rivivo/LabTrac-Module>`_ .
        - User's machines must also must be installed with `Client script <https://github.com/rivivo/LabTrac-Client>`_.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
