Metadata-Version: 2.1
Name: theforensicator
Version: 0.1.0
Summary: School project for forensic investigations.
Home-page: https://github.com/ValekoZ/theforensicator
License: MIT
Author: Joël RABAH
Author-email: joel.rabah@ecole2600.com
Requires-Python: >=3.7.1,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: black (>=22.3.0,<23.0.0) ; extra == "test"
Requires-Dist: fire (==0.4.0)
Requires-Dist: flake8 (==4.0.1) ; extra == "test"
Requires-Dist: flake8-docstrings (>=1.6.0,<2.0.0) ; extra == "test"
Requires-Dist: isort (==5.10.1) ; extra == "test"
Requires-Dist: livereload (>=2.6.3,<3.0.0)
Requires-Dist: mike (>=1.1.2,<2.0.0) ; extra == "doc"
Requires-Dist: mkdocs (>=1.2.3,<2.0.0) ; extra == "doc"
Requires-Dist: mkdocs-autorefs (>=0.3.1,<0.4.0) ; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (>=3.2.3,<4.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material (>=8.1.11,<9.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material-extensions (>=1.0.3,<2.0.0)
Requires-Dist: mkdocstrings (>=0.18.0,<0.19.0) ; extra == "doc"
Requires-Dist: pip (>=22.0.3,<23.0.0) ; extra == "dev"
Requires-Dist: pre-commit (>=2.17.0,<3.0.0) ; extra == "dev"
Requires-Dist: pyreadline (>=2.1,<3.0)
Requires-Dist: pyreadpartitions (>=1.1.1,<2.0.0)
Requires-Dist: pytest (>=7.0.1,<8.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0) ; extra == "test"
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: setuptools (>=67.6.1,<68.0.0) ; extra == "doc"
Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
Requires-Dist: tox (>=3.24.5,<4.0.0) ; extra == "dev"
Requires-Dist: twine (>=3.8.0,<4.0.0) ; extra == "dev"
Requires-Dist: virtualenv (>=20.13.1,<21.0.0) ; extra == "dev"
Description-Content-Type: text/markdown

# TheForensicator

[![Release Status](https://img.shields.io/pypi/v/theforensicator.svg)](https://pypi.python.org/pypi/theforensicator)
[![CI Status](https://github.com/ValekoZ/theforensicator/actions/workflows/release.yml/badge.svg)](https://github.com/ValekoZ/theforensicator/actions)
[![Documentation Status](https://img.shields.io/website/https/ValekoZ.github.io/TheForensicator/index.html.svg?label=docs&down_message=unavailable&up_message=available)](https://ValekoZ.github.io/TheForensicator/)


School project for forensic investigations


* Free software: MIT
* Documentation: <https://ValekoZ.github.io/TheForensicator/>


## Features

* [X] Read a EWF file
* [X] Extract MBR from NTFS partitions
* [X] Resolve paths of files from NTFS partitions
* [X] Extract files from NTFS partitions
* [ ] Extract list of files from NFTS partitons using yaml file as a list

## Credits

This package was created with the [ppw](https://zillionare.github.io/python-project-wizard) tool. For more information, please visit the [project page](https://zillionare.github.io/python-project-wizard/).

