Metadata-Version: 2.4
Name: openwisp-radius
Version: 1.1.2
Summary: OpenWISP Radius
Home-page: https://openwisp.org
Download-URL: https://github.com/openwisp/openwisp-radius/releases
Author: OpenWISP
Author-email: support@openwisp.io
License: GPL3
Keywords: django,freeradius,networking,openwisp
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
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: openwisp-users~=1.1.0
Requires-Dist: openwisp-utils[celery,rest]~=1.1.1
Requires-Dist: passlib~=1.7.1
Requires-Dist: djangorestframework-link-header-pagination~=0.1.1
Requires-Dist: weasyprint~=59.0
Requires-Dist: pydyf~=0.10.0
Requires-Dist: dj-rest-auth~=6.0.0
Requires-Dist: django-sendsms~=0.5.0
Requires-Dist: jsonfield~=3.1.0
Requires-Dist: django-private-storage~=3.1.0
Requires-Dist: django-ipware~=5.0.0
Requires-Dist: pyrad~=2.4
Provides-Extra: saml
Requires-Dist: djangosaml2~=1.9.2; extra == "saml"
Provides-Extra: openvpn-status
Requires-Dist: openvpn-status~=0.2.1; extra == "openvpn-status"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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

---

**Need a quick overview?** `Try the OpenWISP Demo
<https://openwisp.org/demo.html>`_.

**OpenWISP RADIUS** provides a web interface to a `freeradius
<https://freeradius.org/>`_ database, a rich `REST HTTP API
<https://openwisp.io/docs/stable/radius/user/rest-api.html>`_ and features
like `user self registration
<https://openwisp.io/docs/stable/radius/user/registration.html>`_, `SMS
verification
<https://openwisp.io/docs/stable/radius/user/rest-api.html#create-sms-token>`_,
`import of users from CSV files
<https://openwisp.io/docs/stable/radius/user/importing_users.html>`_,
`generation of new users for events
<https://openwisp.io/docs/stable/radius/user/generating_users.html>`_,
`social login
<https://openwisp.io/docs/stable/radius/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.io/docs/stable/radius/developer/extending.html>`_.

Documentation
-------------

- `Usage documentation <https://openwisp.io/docs/stable/radius/>`_
- `Developer documentation
  <https://openwisp.io/docs/stable/radius/developer/>`_

Contributing
------------

Please refer to the `OpenWISP contributing guidelines
<http://openwisp.io/docs/developer/contributing.html>`_.

Changelog
---------

See `CHANGES
<https://github.com/openwisp/openwisp-radius/blob/master/CHANGES.rst>`_.

License
-------

See `LICENSE
<https://github.com/openwisp/openwisp-radius/blob/master/LICENSE>`_.

Support
-------

See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.

.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
    :target: http://openwisp.org
