Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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™
- Host: GitHub
- URL: https://github.com/imyizhang/mediatypes
- Owner: imyizhang
- License: bsd-3-clause
- Created: 2022-11-16T20:15:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T20:17:55.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T15:23:05.992Z (about 2 months ago)
- Language: Python
- Homepage: https://pypi.org/project/mediatypes
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Librarymediatypes 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