Metadata-Version: 2.4
Name: python-lancelot
Version: 0.9.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Disassemblers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Rust
Requires-Dist: pefile>=2023.2.7
Requires-Dist: pyelftools>=0.31
Requires-Dist: protobuf>=5
Requires-Dist: maturin ; extra == 'dev'
Requires-Dist: pytest==7.1.3 ; extra == 'dev'
Requires-Dist: pytest-sugar==0.9.4 ; extra == 'dev'
Requires-Dist: pytest-instafail==0.4.2 ; extra == 'dev'
Requires-Dist: pytest-cov==4.0.0 ; extra == 'dev'
Requires-Dist: pycodestyle==2.9.1 ; extra == 'dev'
Requires-Dist: black==22.10.0 ; extra == 'dev'
Requires-Dist: isort==5.10.1 ; extra == 'dev'
Requires-Dist: mypy==0.982 ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE.txt
Summary: Intel x86(-64) code analysis library that reconstructs control flow
Keywords: flirt
Home-Page: https://github.com/williballenthin/lancelot
Author-email: Willi Ballenthin <william.ballenthin@mandiant.com>
Maintainer-email: Willi Ballenthin <william.ballenthin@mandiant.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/williballenthin/lancelot/tree/master/pylancelot

## testing

```console
$ pip install maturin[patchelf] pytest
$ maturin develop --release --extras dev
$ pytest
```

use `maturin develop --release` for fast builds.

## local builds

```console
$ maturin build --release
$ ../target/wheels/*.whl
```

