Metadata-Version: 2.1
Name: openwisp-radius
Version: 1.0.1
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
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
License-File: LICENSE
Requires-Dist: django (<=4.1.0,>=3.0)
Requires-Dist: openwisp-users (~=1.0.0)
Requires-Dist: openwisp-utils[celery,rest] (~=1.0.0)
Requires-Dist: passlib (~=1.7.1)
Requires-Dist: djangorestframework-link-header-pagination (~=0.1.1)
Requires-Dist: weasyprint (<53,>=43)
Requires-Dist: dj-rest-auth (~=2.1.6)
Requires-Dist: django-sendsms (~=0.5.0)
Requires-Dist: jsonfield (~=3.1.0)
Requires-Dist: django-private-storage (~=3.0)
Requires-Dist: django-ipware (~=3.0.0)
Provides-Extra: openvpn_status
Requires-Dist: openvpn-status (~=0.2.1) ; extra == 'openvpn_status'
Provides-Extra: saml
Requires-Dist: djangosaml2 (~=1.5.0) ; extra == 'saml'

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://img.shields.io/librariesio/release/github/openwisp/openwisp-radius
   :target: https://libraries.io/github/openwisp/openwisp-radius#repository_dependencies
   :alt: Dependency monitoring

.. 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

**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


