python-magic
File identifier
A Python wrapper around the libmagic C library to identify file types by their headers according to a predefined list of file types.
A python wrapper for libmagic
3k stars
45 watching
283 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
magic-wormhole/magic-wormhole | Transfer files between computers securely using a unique code-based system. | 20,425 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
pmorissette/bt | A flexible Python framework for building and testing algorithmic trading strategies | 2,287 |
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,379 |
python/typeshed | Provides external type annotations for the Python standard library and third-party packages to support static analysis and type checking. | 4,380 |
pydantic/pydantic | A Python library for validating data using type hints and JSON Schema. | 21,145 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,121 |
mwaskom/seaborn | A high-level interface for statistical data visualization | 12,575 |
mhammond/pywin32 | Provides access to Windows APIs from Python | 5,067 |
ta-lib/ta-lib-python | A Python wrapper for technical analysis libraries. | 9,747 |
dashingsoft/pyarmor | A tool for protecting and securing Python scripts by obfuscating them and binding them to specific machines or setting expiration dates. | 3,452 |
kubernetes-client/python | A Python library providing a client interface to the Kubernetes API. | 6,798 |
google/yapf | An automated code formatter for Python files, applying a configurable style to improve readability and consistency. | 13,785 |