Metadata-Version: 2.4
Name: MFQ-Private-Encoder
Version: 1.0.0
Summary: A private character encoding package for encrypting Python scripts
Home-page: https://github.com/mfq2412/Mapping
Author: MD Faisal Qureshi
Author-email: mfq2412@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Install

```bash
pip install MFQ-Private-Encoder -q -q
```

## Upgrade

```bash
pip install --upgrade MFQ-Private-Encoder -q -q
```

## Uninstall

```bash
mfq-pkg uninstall
```

## Reinstall

```bash
mfq-pkg reinstall
```

## Usage

### Encode a script
```bash
mfq-encode my_script.py -o encrypted.py
```

### Run encrypted script
```bash
python encrypted.py
```

### Decode back to source
```bash
mfq-decode encrypted.py -o my_script.py
```
