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
Raw data
{
"_id": null,
"home_page": "https://openwisp.org",
"name": "openwisp-radius",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django, freeradius, networking, openwisp",
"author": "OpenWISP",
"author_email": "support@openwisp.io",
"download_url": "https://files.pythonhosted.org/packages/41/44/df5aa25a911382619fe91703af462689a9dcb06059adaa0b2cc70d497837/openwisp_radius-1.1.1.tar.gz",
"platform": "Platform Independent",
"description": "openwisp-radius\n===============\n\n.. image:: https://github.com/openwisp/openwisp-radius/workflows/OpenWISP%20Radius%20CI%20Build/badge.svg?branch=master\n :target: https://github.com/openwisp/openwisp-radius/actions?query=workflow%3A%22OpenWISP+Radius+CI+Build%22\n :alt: CI build status\n\n.. image:: https://coveralls.io/repos/github/openwisp/openwisp-radius/badge.svg?branch=master\n :target: https://coveralls.io/github/openwisp/openwisp-radius?branch=master\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-radius\n :target: https://libraries.io/github/openwisp/openwisp-radius#repository_dependencies\n :alt: Dependency monitoring\n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n :target: https://gitter.im/openwisp/general\n :alt: Chat\n\n.. image:: https://badge.fury.io/py/openwisp-radius.svg\n :target: http://badge.fury.io/py/openwisp-radius\n :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/openwisp-radius\n :target: https://pepy.tech/project/openwisp-radius\n :alt: Downloads\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://pypi.org/project/black/\n :alt: code style: black\n\n---\n\n**Need a quick overview?** `Try the OpenWISP Demo\n<https://openwisp.org/demo.html>`_.\n\n**OpenWISP RADIUS** provides a web interface to a `freeradius\n<https://freeradius.org/>`_ database, a rich `REST HTTP API\n<https://openwisp.io/docs/stable/radius/user/rest-api.html>`_ and features\nlike `user self registration\n<https://openwisp.io/docs/stable/radius/user/registration.html>`_, `SMS\nverification\n<https://openwisp.io/docs/stable/radius/user/rest-api.html#create-sms-token>`_,\n`import of users from CSV files\n<https://openwisp.io/docs/stable/radius/user/importing_users.html>`_,\n`generation of new users for events\n<https://openwisp.io/docs/stable/radius/user/generating_users.html>`_,\n`social login\n<https://openwisp.io/docs/stable/radius/user/social_login.html>`_, and\nmuch more.\n\nIt can be used as a standalone application or integrated with the rest of\n`OpenWISP <https://openwisp.org>`_. It can also be used as a `base system\nor framework on top of which custom tailored solutions can be built\n<https://openwisp.io/docs/stable/radius/developer/extending.html>`_.\n\nDocumentation\n-------------\n\n- `Usage documentation <https://openwisp.io/docs/stable/radius/>`_\n- `Developer documentation\n <https://openwisp.io/docs/stable/radius/developer/>`_\n\nContributing\n------------\n\nPlease refer to the `OpenWISP contributing guidelines\n<http://openwisp.io/docs/developer/contributing.html>`_.\n\nChangelog\n---------\n\nSee `CHANGES\n<https://github.com/openwisp/openwisp-radius/blob/master/CHANGES.rst>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/openwisp/openwisp-radius/blob/master/LICENSE>`_.\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n\n.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg\n :target: http://openwisp.org\n",
"bugtrack_url": null,
"license": "GPL3",
"summary": "OpenWISP Radius",
"version": "1.1.1",
"project_urls": {
"Download": "https://github.com/openwisp/openwisp-radius/releases",
"Homepage": "https://openwisp.org"
},
"split_keywords": [
"django",
" freeradius",
" networking",
" openwisp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "47d6d087193232febd4167331fd5a7a372d0ad3c10b850a239ce1f5b68cd1dbe",
"md5": "ba37f51623145085fd007315ac6ce685",
"sha256": "a347d0b592436be68c8a71777c3ec145b75770d563b963c907d5b0deaaa6e774"
},
"downloads": -1,
"filename": "openwisp_radius-1.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ba37f51623145085fd007315ac6ce685",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 266706,
"upload_time": "2025-01-31T16:23:36",
"upload_time_iso_8601": "2025-01-31T16:23:36.372708Z",
"url": "https://files.pythonhosted.org/packages/47/d6/d087193232febd4167331fd5a7a372d0ad3c10b850a239ce1f5b68cd1dbe/openwisp_radius-1.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4144df5aa25a911382619fe91703af462689a9dcb06059adaa0b2cc70d497837",
"md5": "3f5da9e621ffff86664f72d761be9b06",
"sha256": "34848937139e98deae137e6e6ae599fb122d1910ab14fb93e542cc96bcdcad0f"
},
"downloads": -1,
"filename": "openwisp_radius-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "3f5da9e621ffff86664f72d761be9b06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 198120,
"upload_time": "2025-01-31T16:23:40",
"upload_time_iso_8601": "2025-01-31T16:23:40.009909Z",
"url": "https://files.pythonhosted.org/packages/41/44/df5aa25a911382619fe91703af462689a9dcb06059adaa0b2cc70d497837/openwisp_radius-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-31 16:23:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openwisp",
"github_project": "openwisp-radius",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "openwisp-radius"
}