Socket
Socket
Sign inDemoInstall

parsing-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsing-tools

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


Maintainers
1

Parsing Tools


.. image:: http://img.shields.io/pypi/v/parsing_tools.svg :target: https://pypi.python.org/pypi/parsing_tools :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/parsing_tools.svg :target: https://pypi.python.org/pypi/parsing_tools :alt: PY Versions

.. image:: https://travis-ci.org/cnobile2012/parsing_tools.svg?branch=master :target: https://travis-ci.org/cnobile2012/parsing_tools :alt: Build Status

.. image:: http://img.shields.io/coveralls/cnobile2012/parsing_tools/master.svg?branch=master :target: https://coveralls.io/github/cnobile2012/parsing_tools?branch=master :alt: Test Coverage

.. image:: https://img.shields.io/pypi/dm/parsing_tools.svg :target: https://pypi.python.org/pypi/parsing_tools :alt: 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc