[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "malwaredb"
description = "Python client for MalwareDB"
readme = "README.md"
license = "Apache-2.0"
dynamic = ["version"]
requires-python = ">=3.7"
authors = [ { name = "Richard Zak", email = "richard.j.zak@gmail.com" } ]
keywords = ["cybersecurity", "database", "forensics", "malware", "research"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Communications :: File Sharing",
]
[project.urls]
Homepage = "https://malwaredb.net"
Repository = "https://github.com/malwaredb/malwaredb-rs"
Issues = "https://github.com/malwaredb/malwaredb-rs/issues"
Changelog = "https://github.com/malwaredb/malwaredb-rs/blob/main/log.md"
[tool.maturin]
auditwheel = "repair"
bindings = "pyo3"
features = ["pyo3/extension-module"]
profile = "release"
strip = true