Metadata-Version: 2.1
Name: pyftype
Version: 1.2.0
Summary: 类型检测
Home-page: https://gitee.com/kin9-0rz/pyftype
License: MIT
Author: kin9-0rz
Author-email: kin9-0rz@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Project-URL: Repository, https://gitee.com/kin9-0rz/pyftype
Description-Content-Type: text/x-rst


pyftype
=======


.. image:: https://img.shields.io/pypi/v/pyftype?style=for-the-badge
   :target: https://img.shields.io/pypi/v/pyftype?style=for-the-badge
   :alt: PyPI
 
.. image:: https://img.shields.io/pypi/pyversions/pyftype?style=for-the-badge
   :target: https://img.shields.io/pypi/pyversions/pyftype?style=for-the-badge
   :alt: PyPI - Python Version
 
.. image:: https://img.shields.io/pypi/l/pyftype?style=for-the-badge
   :target: https://img.shields.io/pypi/l/pyftype?style=for-the-badge
   :alt: PyPI - License
 
.. image:: https://img.shields.io/pypi/status/pyftype?style=for-the-badge
   :target: https://img.shields.io/pypi/status/pyftype?style=for-the-badge
   :alt: PyPI - Status
 
.. image:: https://img.shields.io/pypi/dw/pyftype?style=for-the-badge
   :target: https://img.shields.io/pypi/dw/pyftype?style=for-the-badge
   :alt: PyPI - Downloads


一个类型检测库。

特性
~~~~


#. 类型检测完全模块化，需要检测新的类型，直接参考modules中的检测，编写即可。
#. 主要面向逆向工程方向的类型检测，也支持一般类型检测。

安装
~~~~

.. code-block::

   pip install pyftype

用法
~~~~

具体参考examples目录

参考
~~~~


* https://github.com/h2non/filetype.py
* https://github.com/kin9-0rz/cigam

