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: about 1 year 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T13:45:18.000Z (over 2 years ago)
- Last Synced: 2025-04-15T04:12:45.343Z (about 1 year 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

[](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.