Metadata-Version: 2.4
Name: dogesec_commons
Version: 1.2.3
Summary: A package containing views we reuse between various dogesec products
Project-URL: Homepage, https://github.com/muchdogesec/dogesec_commons
Project-URL: Issues, https://github.com/muchdogesec/dogesec_commons/issues
Project-URL: dogesec HQ, https://dogesec.com
Author: dogesec
Maintainer: dogesec
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: django-filter>=24.2
Requires-Dist: djangorestframework>=3.15.2
Requires-Dist: drf-spectacular>=0.27.2
Requires-Dist: psycopg2-binary
Requires-Dist: python-arango>=8.1.3; python_version >= '3.8'
Requires-Dist: stix2
Provides-Extra: stixifier
Requires-Dist: file2txt; extra == 'stixifier'
Requires-Dist: stix2arango; extra == 'stixifier'
Requires-Dist: txt2stix>=1.1.3; extra == 'stixifier'
Provides-Extra: tests
Requires-Dist: file2txt; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-django; extra == 'tests'
Requires-Dist: pytest-subtests; extra == 'tests'
Requires-Dist: schemathesis==4.0.12; extra == 'tests'
Requires-Dist: stix2arango; extra == 'tests'
Requires-Dist: txt2stix>=1.1.3; extra == 'tests'
Description-Content-Type: text/markdown

# dogesec_commons

[![codecov](https://codecov.io/gh/muchdogesec/dogesec_commons/graph/badge.svg?token=AV1IGB1GNW)](https://codecov.io/gh/muchdogesec/dogesec_commons)

## Overview

A package containing views we reuse between various DOGESEC products

User must set `STIXIFIER_NAMESPACE` in `settings.py`

To use Objects views, `dogesec_commons.objects.app.ArangoObjectsViewApp` must be added in `settings.INSTALLED_APPS`

You can see an example of it in use here:

https://github.com/muchdogesec/obstracts/blob/main/requirements.txt

## Support

[Minimal support provided via the DOGESEC community](https://community.dogesec.com/).

## License

[Apache 2.0](/LICENSE).