Contents

filetype 1.2.0

0

Infer file type and MIME type of any file/buffer. No external dependencies.

Infer file type and MIME type of any file/buffer. No external dependencies.

Stars: 610, Watchers: 610, Forks: 107, Open Issues: 44

The h2non/filetype.py repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 610 github stars!

How to Install filetype

You can install filetype using pip

pip install filetype

or add it to a project with poetry

poetry add filetype

Package Details

Author
Tomas Aparicio
License
MIT
Homepage
https://github.com/h2non/filetype.py
PyPi:
https://pypi.org/project/filetype/
GitHub Repo:
https://github.com/h2non/filetype.py

Classifiers

  • System
  • System/Filesystems
  • Utilities
No  filetype  pypi packages just yet.

Errors

A list of common filetype errors.

Code Examples

Here are some filetype code examples and snippets.

GitHub Issues

The filetype package has 44 open issues on GitHub

  • Add more file types: doc,docx,xls,xlsx and open office

See more issues on GitHub

Related Packages & Articles

deepspeed 0.14.2

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.