Metadata-Version: 2.4
Name: bdsh
Version: 0.6.0
Summary: BadOS Dynamic Shell
Author-email: Logan Dhillon <dev@logandhillon.com>
License: Copyright (C) Bad Technologies. All rights reserved.
        
        The Bad Technologies name and branding is used under license from Logan Dhillon, and is solely the property of Logan Dhillon.
        
        No part of this software may be reproduced, distributed, modified, or used without prior written permission from the copyright holder.
Project-URL: Homepage, https://badtechnologies.github.io/bdsh
Project-URL: Documentation, https://badtechnologies.github.io/bdsh
Project-URL: Repository, https://github.com/badtechnologies/bdsh
Project-URL: Issues, https://github.com/badtechnologies/bdsh/issues
Keywords: shell,terminal,cli,command-line,BadOS,operating-system
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# BadOS Dynamic Shell (bdsh)

Read the docs at 🔗 [badtechnologies.github.io/bdsh](https://badtechnologies.github.io/bdsh).

## Quick Install

Run the following command:

```sh
python3 -m pip install bdsh
python3 -m bdsh.install
```

After completing setup, bdsh should be good to go!

## Installation (Manual)

1. **Download the latest release**

   Or, you can directly download the `bdsh` module from PyPI.

2. **Setup bdsh:**

    ```sh
    python3 -m bdsh.install
    ```

   Follow the on-screen instructions.

   Once the `/bdsh` directory and your configs are prepared, you can start bdsh with `bdsh` to launch the interactive
   shell.

3. **Launch bdsh:**

    ```sh
    bdsh
    ```
