Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messense/rfiletype-py
Infer file and MIME type by checking the magic number signature, Python binding of https://github.com/bojand/infer
https://github.com/messense/rfiletype-py
filetype magic mime
Last synced: 28 days ago
JSON representation
Infer file and MIME type by checking the magic number signature, Python binding of https://github.com/bojand/infer
- Host: GitHub
- URL: https://github.com/messense/rfiletype-py
- Owner: messense
- License: mit
- Created: 2021-04-08T09:04:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T13:45:18.000Z (9 months ago)
- Last Synced: 2024-10-04T12:42:04.198Z (about 1 month ago)
- Topics: filetype, magic, mime
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rfiletype-py
![CI](https://github.com/messense/rfiletype-py/workflows/CI/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/rfiletype.svg)](https://pypi.org/project/rfiletype)[infer](https://github.com/bojand/infer) Python binding, infer file and MIME
type by checking the magic number signature.## Installation
```bash
pip install rfiletype
```## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.