Skip to main content

A set of utilities to help parse mime types found in HTTP headers plus a utility to parse XML documents into Python objects.

Project description

PyPI Version PY Versions Build Status Test Coverage PyPI Downloads

The MIT License (MIT)

This repository contains multiple small projects each of which can be used separately. There are, at this point, no dependencies between them.

This would be a great package to use when creating your own custom Django REST Framework renderers and parsers based on custom MIME types.

Current Projects

mimeparser

This tool would be used to parse HTTP headers to derive the ‘best fit’ mime type. It handles suffix and quality parsing and can be used to find the best match from an Accept header from a list of available mime types.

xml2dict

This tool should be able to parse any XML document into Python objects. The output will become very verbose since it will include all attributes, elements and namespaces found in the XML document.

Project details


Download files

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

Source Distribution

parsing-tools-1.3.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

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