Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imyizhang/mediatypes

Media Types for Humans™
https://github.com/imyizhang/mediatypes

Last synced: 6 days ago
JSON representation

Media Types for Humans™

Awesome Lists containing this project

README

        

# mediatypes

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]

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

```bash
pip install mediatypes
```

## Quickstart

```python
import mediatypes
```

## License

mediatypes has a BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/mediatypes/blob/main/LICENSE) file.

## Contributing

## Changelog

[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/imyizhang/mediatypes

[pypi_badge]: https://badgen.net/pypi/v/mediatypes?icon=pypi&color=black&label
[pypi_link]: https://www.pypi.org/project/mediatypes