Metadata-Version: 2.1
Name: openwisp-utils
Version: 1.1
Summary: OpenWISP 2 Utilities
Home-page: http://openwisp.org
Download-URL: https://github.com/openwisp/openwisp-utils/releases
Author: Various
Author-email: support@openwisp.io
License: BSD-3-Clause
Keywords: django,netjson,openwrt,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 :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: django-model-utils ~=4.5.0
Requires-Dist: django-compress-staticfiles ~=1.0.1b
Requires-Dist: django-admin-autocomplete-filter ~=0.7.1
Requires-Dist: swapper ~=1.3.0
Requires-Dist: urllib3 <3.0.0,>=2.0.0
Provides-Extra: celery
Requires-Dist: celery ~=5.4.0 ; extra == 'celery'
Provides-Extra: qa
Requires-Dist: black ~=23.12.1 ; extra == 'qa'
Requires-Dist: flake8 ~=7.1.0 ; extra == 'qa'
Requires-Dist: isort ~=5.13.2 ; extra == 'qa'
Requires-Dist: coveralls ~=4.0.1 ; extra == 'qa'
Requires-Dist: tblib ~=3.0.0 ; extra == 'qa'
Requires-Dist: docstrfmt ~=1.8.0 ; extra == 'qa'
Provides-Extra: rest
Requires-Dist: djangorestframework <3.15.2,>=3.14 ; extra == 'rest'
Requires-Dist: django-filter ~=23.2 ; extra == 'rest'
Requires-Dist: drf-yasg ~=1.21.7 ; extra == 'rest'
Provides-Extra: selenium
Requires-Dist: selenium <4.24,>=4.10 ; extra == 'selenium'

openwisp-utils
==============

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

.. image:: https://coveralls.io/repos/github/openwisp/openwisp-utils/badge.svg
    :target: https://coveralls.io/github/openwisp/openwisp-utils
    :alt: Test coverage

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

.. image:: https://badge.fury.io/py/openwisp-utils.svg
    :target: http://badge.fury.io/py/openwisp-utils
    :alt: pypi

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

.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square
    :target: https://gitter.im/openwisp/general
    :alt: support chat

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

----

Python and Django functions, classes and settings re-used across different
OpenWISP modules, stored here with the aim of avoiding code duplication
and ease maintenance.

**Don't repeat yourself!**

.. 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/dev/utils/>`_
- `Developer documentation
  <https://openwisp.io/docs/dev/utils/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-utils/blob/master/CHANGES.rst>`_.

License
-------

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

Attribution
-----------

- `Wireless icon
  <https://github.com/openwisp/openwisp-utils/blob/master/openwisp_utils/admin_theme/static/ui/openwisp/images/monitoring-wifi.svg>`_
  is licensed by Gregbaker, under `CC BY-SA 4.0
  <https://creativecommons.org/licenses/by-sa/4.0>`_ , via `Wikimedia
  Commons <https://commons.wikimedia.org/wiki/File:Wireless-icon.svg>`_.
- `Roboto webfont <https://www.google.com/fonts/specimen/Roboto>`_ is
  licensed under the `Apache License, Version 2.0
  <https://www.apache.org/licenses/LICENSE-2.0>`_. WOFF files extracted
  using https://github.com/majodev/google-webfonts-helper.
