Metadata-Version: 2.4
Name: django-mitre
Version: 0.2.0
Summary: MITRE ATT&CK and MBC ingesters, models, and views
Project-URL: Homepage, https://github.com/The-Shadowserver-Foundation/django-mitre
Project-URL: Issues, https://github.com/The-Shadowserver-Foundation/django-mitre/issues
Author: The Shadowserver Foundation
Author-email: Michael Mulich <michael@mulich.com>
License-Expression: GPL-3.0
License-File: LICENSE
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4
Classifier: Framework :: Django :: 5
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: django-filtering-ui>=0.0.8
Requires-Dist: django-filtering>=0.3.2
Requires-Dist: django>=4.2
Requires-Dist: markdown
Requires-Dist: pygithub
Provides-Extra: django42
Requires-Dist: django-querystring-tag; extra == 'django42'
Provides-Extra: test
Requires-Dist: model-bakery; extra == 'test'
Provides-Extra: tests
Requires-Dist: model-bakery; extra == 'tests'
Description-Content-Type: text/markdown

# MITRE ATT&CK and MBC for Django

This package utilizes MITRE's open data to incorporate their knowledge base into a Django project. The indented goal of this project is to provide the data as Django Models for integration into project's using MITRE references. The display of that information is secondary and only available because it is advantageous to be able to visualize the data in a familiar way.

This project syncs with the open data provided by MITRE in a git repository. We consume that data into database records and slightly modify the data for better visual representation.


## Installation in a Django project

Please refer to the [installation docs](docs/install.md) for details.

### Using the Example Project

There is an `example` directory located in this repository that contains an example Django project with the app loaded within it. See [usage docs](docs/example.md) for details.


## License

GPL v3 (see `LICENSE` file)


## Copyright

© 2025 The Shadowserver Foundation
