Metadata-Version: 2.4
Name: dexmachina
Version: 0.2.0
Summary: Deprecated transition package for PinDroid
Author: PinDroid Contributors
License-Expression: MIT
Project-URL: Homepage, https://github.com/Codeblin/PinDroid
Project-URL: Repository, https://github.com/Codeblin/PinDroid
Project-URL: Issues, https://github.com/Codeblin/PinDroid/issues
Project-URL: Documentation, https://github.com/Codeblin/PinDroid#readme
Project-URL: Migration Guide, https://github.com/Codeblin/PinDroid/blob/main/MIGRATING.md
Keywords: android,pentesting,frida,security,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pindroid>=0.1.1

# DexMachina has been renamed to PinDroid

> **Deprecated package:** `dexmachina` is now **PinDroid**.
>
> Install the maintained package instead:
>
> ```bash
> pip install pindroid
> # or, recommended for CLI use:
> pipx install pindroid
> ```

This final `dexmachina` release exists only as a transition bridge. It depends
on `pindroid` and keeps the old `dexmachina` console command as a thin wrapper
so existing scripts do not fail immediately.

New projects should use:

```bash
pindroid --help
pindroid up --profile dynamic
```

The old `dexmachina` package is inactive and will be archived on PyPI after
this transition release. Do not start new automation against the old package
name.

Migration:

```bash
pip uninstall dexmachina
pip install pindroid
```

If you use `pipx`:

```bash
pipx uninstall dexmachina
pipx install pindroid
```

Project home: <https://github.com/Codeblin/PinDroid>
