Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawamoy/django-meerkat
Security audit tool for Django sites
https://github.com/pawamoy/django-meerkat
audit django monitoring security
Last synced: 14 days ago
JSON representation
Security audit tool for Django sites
- Host: GitHub
- URL: https://github.com/pawamoy/django-meerkat
- Owner: pawamoy
- License: isc
- Created: 2016-06-08T10:44:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T10:59:10.000Z (27 days ago)
- Last Synced: 2024-10-30T21:48:09.558Z (17 days ago)
- Topics: audit, django, monitoring, security
- Language: JavaScript
- Size: 2.9 MB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
==============
Django Meerkat
==============.. start-badges
|travis|
|codacygrade|
|codacycoverage|
|version|
|wheel|
|pyup|
|gitter|.. |travis| image:: https://travis-ci.org/Genida/django-meerkat.svg?branch=master
:target: https://travis-ci.org/Genida/django-meerkat/
:alt: Travis-CI Build Status.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/8d183046aad34b6a8ff081f1ff9b5156
:target: https://www.codacy.com/app/genida/django-meerkat/dashboard
:alt: Codacy Code Quality Status.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/8d183046aad34b6a8ff081f1ff9b5156
:target: https://www.codacy.com/app/genida/django-meerkat/dashboard
:alt: Codacy Code Coverage.. |pyup| image:: https://pyup.io/repos/github/Genida/django-meerkat/shield.svg
:target: https://pyup.io/repos/github/Genida/django-meerkat/
:alt: Updates.. |version| image:: https://img.shields.io/pypi/v/django-meerkat.svg?style=flat
:target: https://pypi.org/project/django-meerkat/
:alt: PyPI Package latest release.. |wheel| image:: https://img.shields.io/pypi/wheel/django-meerkat.svg?style=flat
:target: https://pypi.org/project/django-meerkat/
:alt: PyPI Wheel.. |gitter| image:: https://badges.gitter.im/Genida/django-meerkat.svg
:target: https://gitter.im/Genida/django-meerkat
:alt: Join the chat at https://gitter.im/Genida/django-meerkat.. end-badges
Security audit tool for Django sites.
License
=======Software licensed under `ISC`_ license.
.. _ISC: https://www.isc.org/downloads/software-support-policy/isc-license/
Installation
============::
pip install django-meerkat
Documentation
=============`On ReadTheDocs`_
.. _`On ReadTheDocs`: http://django-meerkat.readthedocs.io/
Development
===========To run all the tests: ``tox``