Metadata-Version: 1.1
Name: openwisp-radius
Version: 0.2
Summary: OpenWISP Radius
Home-page: https://openwisp.org
Author: OpenWISP
Author-email: support@openwisp.io
License: GPL3
Download-URL: https://github.com/openwisp/openwisp-radius/releases
Description: openwisp-radius
        ===============
        
        .. image:: https://github.com/openwisp/openwisp-radius/workflows/OpenWISP%20Radius%20CI%20Build/badge.svg?branch=master
           :target: https://github.com/openwisp/openwisp-radius/actions?query=workflow%3A%22OpenWISP+Radius+CI+Build%22
           :alt: CI build status
        
        .. image:: https://coveralls.io/repos/github/openwisp/openwisp-radius/badge.svg?branch=master
           :target: https://coveralls.io/github/openwisp/openwisp-radius?branch=master
           :alt: Test Coverage
        
        .. image:: https://requires.io/github/openwisp/openwisp-radius/requirements.svg?branch=master
           :target: https://requires.io/github/openwisp/openwisp-radius/requirements/?branch=master
           :alt: Requirements Status
        
        .. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
           :target: https://gitter.im/openwisp/general
           :alt: Chat
        
        .. image:: https://badge.fury.io/py/openwisp-radius.svg
           :target: http://badge.fury.io/py/openwisp-radius
           :alt: Pypi Version
        
        .. image:: https://pepy.tech/badge/openwisp-radius
           :target: https://pepy.tech/project/openwisp-radius
           :alt: Downloads
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://pypi.org/project/black/
           :alt: code style: black
        
        .. image:: https://github.com/openwisp/openwisp-radius/raw/master/docs/source/images/demo_radius.gif
           :alt: Feature Highlights
        
        **OpenWISP RADIUS** provides a web interface to a `freeradius <https://freeradius.org/>`_ database,
        a rich `REST HTTP API <https://openwisp-radius.readthedocs.io/en/latest/user/api.html>`_
        and features like
        `user self registration <https://openwisp-radius.readthedocs.io/en/latest/user/registration.html>`_,
        `SMS verification <https://openwisp-radius.readthedocs.io/en/latest/user/api.html?highlight=SMS#create-sms-token>`_,
        `import of users from CSV files <https://openwisp-radius.readthedocs.io/en/latest/user/importing_users.html>`_,
        `generation of new users for events <https://openwisp-radius.readthedocs.io/en/latest/user/generating_users.html>`_,
        `social login <https://openwisp-radius.readthedocs.io/en/latest/user/social_login.html>`_,
        and much more.
        
        It can be used as a standalone application or integrated with the rest of `OpenWISP <https://openwisp.org>`_.
        It can also be used as a `base system or framework on top of which custom tailored solutions can be built
        <https://openwisp-radius.readthedocs.io/en/latest/developer/how_to_extend.html>`_.
        
        - `Documentation <http://openwisp-radius.readthedocs.io/en/latest/>`_
        - `Change log <https://github.com/openwisp/openwisp-radius/blob/master/CHANGES.rst>`_
        - `Support <http://openwisp.org/support.html>`_
        - `Issue Tracker <https://github.com/openwisp/openwisp-radius/issues>`_
        - `License <https://github.com/openwisp/openwisp-radius/blob/master/LICENSE>`_
        
        .. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
           :target: http://openwisp.org
        
Keywords: django,freeradius,networking,openwisp
Platform: Platform Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Networking
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
