openwisp-radius


Nameopenwisp-radius JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://openwisp.org
SummaryOpenWISP Radius
upload_time2022-12-05 13:31:51
maintainer
docs_urlNone
authorOpenWISP
requires_python
licenseGPL3
keywords django freeradius networking openwisp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://openwisp.org",
    "name": "openwisp-radius",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django,freeradius,networking,openwisp",
    "author": "OpenWISP",
    "author_email": "support@openwisp.io",
    "download_url": "https://files.pythonhosted.org/packages/9c/7f/981cc0dd7683053e83834849637635aed01a5c70239b830f6867ef84de8e/openwisp-radius-1.0.2.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**OpenWISP RADIUS** provides a web interface to a `freeradius <https://freeradius.org/>`_ database,\na rich `REST HTTP API <https://openwisp-radius.readthedocs.io/en/latest/user/api.html>`_\nand features like\n`user self registration <https://openwisp-radius.readthedocs.io/en/latest/user/registration.html>`_,\n`SMS verification <https://openwisp-radius.readthedocs.io/en/latest/user/api.html?highlight=SMS#create-sms-token>`_,\n`import of users from CSV files <https://openwisp-radius.readthedocs.io/en/latest/user/importing_users.html>`_,\n`generation of new users for events <https://openwisp-radius.readthedocs.io/en/latest/user/generating_users.html>`_,\n`social login <https://openwisp-radius.readthedocs.io/en/latest/user/social_login.html>`_,\nand much more.\n\nIt can be used as a standalone application or integrated with the rest of `OpenWISP <https://openwisp.org>`_.\nIt can also be used as a `base system or framework on top of which custom tailored solutions can be built\n<https://openwisp-radius.readthedocs.io/en/latest/developer/how_to_extend.html>`_.\n\n- `Documentation <http://openwisp-radius.readthedocs.io/en/latest/>`_\n- `Change log <https://github.com/openwisp/openwisp-radius/blob/master/CHANGES.rst>`_\n- `Support <http://openwisp.org/support.html>`_\n- `Issue Tracker <https://github.com/openwisp/openwisp-radius/issues>`_\n- `License <https://github.com/openwisp/openwisp-radius/blob/master/LICENSE>`_\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.0.2",
    "split_keywords": [
        "django",
        "freeradius",
        "networking",
        "openwisp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "36bc94a35be87009af6d93652f3a602b",
                "sha256": "5c3cb83f83a185913278ce65c27935118cbf589ead8680608abda8ec4c15db76"
            },
            "downloads": -1,
            "filename": "openwisp_radius-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36bc94a35be87009af6d93652f3a602b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 222840,
            "upload_time": "2022-12-05T13:31:47",
            "upload_time_iso_8601": "2022-12-05T13:31:47.942868Z",
            "url": "https://files.pythonhosted.org/packages/7a/b8/e18f41d401f7ec8a59e905d79ceebd3efe7c8b593f17837d5b90972f33a5/openwisp_radius-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3eff617082cc6fac8b0a2abd88cfb85b",
                "sha256": "34e79be2ef9b54123ec47f84da530589d9418cbc0057b9795ea96b62066b33f2"
            },
            "downloads": -1,
            "filename": "openwisp-radius-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3eff617082cc6fac8b0a2abd88cfb85b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 159286,
            "upload_time": "2022-12-05T13:31:51",
            "upload_time_iso_8601": "2022-12-05T13:31:51.419112Z",
            "url": "https://files.pythonhosted.org/packages/9c/7f/981cc0dd7683053e83834849637635aed01a5c70239b830f6867ef84de8e/openwisp-radius-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 13:31:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "openwisp-radius"
}
        
Elapsed time: 0.01645s