New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unicef-security

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicef-security

Provides Basic UNICEF User model and integration with Azure

  • 1.6.4
  • PyPI
  • Socket score

Maintainers
2

UNICEF-Security

Installation

.. code-block:: bash

pip install unicef-security

Setup

Add unicef_security to INSTALLED_APPS in settings

.. code-block:: bash

INSTALLED_APPS = [
    'admin_extra_urls',
    'unicef_security',
]

Usage

TODO

Contributing

Environment Setup


To configure the development environment

.. code-block:: bash

    $ make develop


Coding Standards
~~~~~~~~~~~~~~~~

See `PEP 8 Style Guide for Python Code <https://www.python.org/dev/peps/pep-0008/>`_ for complete details on the coding standards.

To run checks on the code to ensure code is in compliance

.. code-block:: bash

    $ make lint


Testing
~~~~~~~

Testing is important and tests are located in `tests/` directory and can be run with;

.. code-block:: bash

    $ make test

Coverage report is viewable in `build/coverage` directory, and can be generated with;



Links
~~~~~

+--------------------+----------------+--------------+--------------------+
| Stable             | |master-build| | |master-cov| |                    |
+--------------------+----------------+--------------+--------------------+
| Development        | |dev-build|    | |dev-cov|    |                    |
+--------------------+----------------+--------------+--------------------+
| Source Code        |https://github.com/unicef/unicef-security           |
+--------------------+----------------+-----------------------------------+
| Issue tracker      |https://github.com/unicef/unicef-security/issues    |
+--------------------+----------------+-----------------------------------+


.. |master-build| image:: https://secure.travis-ci.org/unicef/unicef-security.svg?branch=master
                    :target: http://travis-ci.org/unicef/unicef-security/

.. |master-cov| image:: https://codecov.io/gh/unicef/unicef-security/branch/master/graph/badge.svg
                    :target: https://codecov.io/gh/unicef/unicef-security

.. |dev-build| image:: https://secure.travis-ci.org/unicef/unicef-security.svg?branch=develop
                  :target: http://travis-ci.org/unicef/unicef-security/

.. |dev-cov| image:: https://codecov.io/gh/unicef/unicef-security/branch/develop/graph/badge.svg
                    :target: https://codecov.io/gh/unicef/unicef-security



Compatibility Matrix
--------------------

Stable
~~~~~~

.. image:: https://travis-matrix-badges.herokuapp.com/repos/unicef/unicef-security/branches/master


Develop
~~~~~~~

.. image:: https://travis-matrix-badges.herokuapp.com/repos/unicef/unicef-security/branches/develop


Build
~~~~~

.. uv build

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc