/mediatypes

Media Types for Humans™

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

mediatypes

GitHub PyPI

mediatypes is

  • a very simple but fully featured media type (also known as MIME type) mapper for Python.
  • written in Python Standard Library

mediatypes supports to

  • map filenames to media types

Installation

pip install mediatypes

Quickstart

import mediatypes

License

mediatypes has a BSD-3-Clause license, as found in the LICENSE file.

Contributing

Changelog