Metadata-Version: 2.1
Name: malkit
Version: 0.6.3
Summary: Malware analysis toolkit for machine learning
Home-page: https://github.com/xymy/malkit
Author: xymy
Author-email: thyfan@163.com
Maintainer: xymy
Maintainer-email: thyfan@163.com
License: MIT
Project-URL: Documentation, https://github.com/xymy/malkit
Project-URL: Issue Tracker, https://github.com/xymy/malkit/issues
Project-URL: Source Code, https://github.com/xymy/malkit
Keywords: malware analysis,machine learning
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: joblib (>=1.0)
Requires-Dist: numpy (>=1.19)
Requires-Dist: pandas (>=1.1)
Requires-Dist: pillow (>=8.0)
Provides-Extra: dev
Requires-Dist: black (>=21.12b) ; extra == 'dev'
Requires-Dist: isort (>=5.10) ; extra == 'dev'
Requires-Dist: flake8 (>=4.0) ; extra == 'dev'
Requires-Dist: mypy (>=0.920) ; extra == 'dev'

# MalKit

[![PyPI](https://img.shields.io/pypi/v/malkit)](https://pypi.org/project/malkit/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/malkit)](https://pypi.org/project/malkit/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/malkit)](https://pypi.org/project/malkit/)
[![PyPI - License](https://img.shields.io/pypi/l/malkit)](https://pypi.org/project/malkit/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

MalKit is a malware analysis toolkit for machine learning.

## Installation

Install from PyPI:

```shell
$ pip install malkit
```

If you want to use `malkit.torch`, you should install PyTorch manually since it is not declared as a dependency.


