Skip to main content

Django TAXII installable app & utilities for creating TAXII Django Web Apps.

Project description

django-taxii-services
---------------------

## Overview
django-taxii-services is an installable Django app that enables application developers to
rapidly create TAXII Applications that cover any aspect of TAXII 1.0 and TAXII 1.1. Key aspects
of django-taxii-services include:

* Reusable - You can install it
* Extensible - You can extend (almost) any aspect of django-taxii-services to perform your custom application logic
* Complete - Covers 100% of TAXII 1.0 and TAXII 1.1 (this is more of a goal, at the moment)
* Easy - Always a subjective term, but django-taxii-services aims to be easy to use.

**Please Note** that this library is under rapid development. If you see anything you'd like to ask a
question on, please open an issue on GitHub or contact the public discussion list (taxii-discussion-list@lists.mitre.org)
or contact the TAXII Team privately at taxii@mitre.org

## Using django-taxii-services
Create your own Django project, install django-taxii-services, and modify your settings.py to add `taxii_services` (e.g.,):
```python
INSTALLED_APPS = (
...
'taxii_services',
)

MIDDLEWARE_CLASSES = (
...
'taxii_services.middleware.StatusMessageExceptionMiddleware'
)

# Add a logger if you'd like
LOGGING = {
...
'loggers': {
...
'taxii_services': {
'handlers': ['normal','stdout'],
'level': LOG_LEVEL,
'propagate': True,
},
}
}
```

## Some Key Features
(This section is kind of a brain dump and should eventually be moved to readthedocs when it matures)

* exceptions.StatusMessageException / middleware.StatusMessageExceptionMiddleware - These, when used together,
allow developers to raise a StatusMessageException() anywhere and have the server automagically create a
StatusMessage in response (might be a TAXII 1.0 or 1.1 Status Message depending on the request).
If you have `taxii_services.middleware.StatusMessageExceptionMiddleware` in your MIDDLEWARAE_CLASSES, you can
just `raise taxii_services.exceptions.StatusMessageException( ... )` from anywhere and have django-taxii-services
send back a StatusMessage.

* Register your own message handler - use taxii_services.management.register_message_handler()

* Some convenience methods:
* taxii_services.register_admins - Register some/all admins to the Django admin interface
* taxii_services.register_message_handlers - Register some/all built-in message handlers

## Dependencies
TODO: Document the dependencies


## Feedback
You are encouraged to provide feedback by commenting on open issues or signing up for the TAXII
discussion list and posting your questions (http://taxii.mitre.org/community/registration.html).

## License
For license information, see the LICENSE.txt file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

taxii_services-0.1.2.zip (63.9 kB view details)

Uploaded Source

taxii_services-0.1.2.tar.gz (48.6 kB view details)

Uploaded Source

File details

Details for the file taxii_services-0.1.2.zip.

File metadata

  • Download URL: taxii_services-0.1.2.zip
  • Upload date:
  • Size: 63.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for taxii_services-0.1.2.zip
Algorithm Hash digest
SHA256 f6366278e0b1c35242319946e8c3fb13d0152ceb779957d30c2276fea75e7cd3
MD5 73c4e2d1d356a3c72bc25fe656ab6740
BLAKE2b-256 dd04655547a373a4522212d78526929ce0d5fa3c28661eb83a0b553e55612dda

See more details on using hashes here.

File details

Details for the file taxii_services-0.1.2.tar.gz.

File metadata

File hashes

Hashes for taxii_services-0.1.2.tar.gz
Algorithm Hash digest
SHA256 49e5b3f70597eea42729bad8288f2c305bbb451d78b8d262f252d51416ccc162
MD5 d94fc28722b64a7206960cbbf52b5186
BLAKE2b-256 be030abfeaca1da6e00e32c39ef0b2f3229f1dc4be8dfd530d20c1dea50e4df2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page