Metadata-Version: 2.4
Name: openwisp-users
Version: 1.2.1
Summary: Provides basic multi-tenancy features for OpenWISP (using the Django web-framework)
Home-page: http://openwisp.org
Download-URL: https://github.com/openwisp/openwisp-users/releases
Author: OpenWISP
Author-email: support@openwisp.io
License: BSD
Keywords: openwisp,django,organizations,users
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: django-organizations<2.6.0,>=2.5.0
Requires-Dist: django-extensions<4.2,>=3.2
Requires-Dist: django-allauth[socialaccount]<65.14.0,>=65.12.0
Requires-Dist: django-phonenumber-field<8.2.0,>=8.1.0
Requires-Dist: phonenumbers<9.1.0,>=9.0.10
Requires-Dist: openwisp-utils[celery,rest]~=1.2.0
Requires-Dist: packaging
Requires-Dist: django-sesame<3.3.0,>=3.2.3
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: requires-dist
Dynamic: summary

openwisp-users
==============

.. image:: https://github.com/openwisp/openwisp-users/workflows/OpenWISP%20Users%20CI%20Build/badge.svg?branch=master
    :target: https://github.com/openwisp/openwisp-users/actions?query=workflow%3A%22OpenWISP+Users+CI+Build%22

.. image:: https://coveralls.io/repos/openwisp/openwisp-users/badge.svg
    :target: https://coveralls.io/r/openwisp/openwisp-users

.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-users
    :target: https://libraries.io/github/openwisp/openwisp-users#repository_dependencies
    :alt: Dependency monitoring

.. image:: https://badge.fury.io/py/openwisp-users.svg
    :target: http://badge.fury.io/py/openwisp-users

.. image:: https://pepy.tech/badge/openwisp-users
    :target: https://pepy.tech/project/openwisp-users
    :alt: downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://pypi.org/project/black/
    :alt: code style: black

----

Implementation of user management and multi-tenancy for OpenWISP (built
with python & django).

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

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

----

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

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

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

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

Support
-------

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

Changelog
---------

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

License
-------

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