Metadata-Version: 2.4
Name: fast-demo
Version: 3.6
Summary: Encrypted ODOO module
Home-page: https://github.com/your-username/fast-demo
Author: RoyZhou
Author-email: ODOO Encryption Tool <2820003660@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/{{GITHUB_USERNAME}}/{{REPO_NAME}}
Project-URL: Repository, https://github.com/{{GITHUB_USERNAME}}/{{REPO_NAME}}
Project-URL: Issues, https://github.com/{{GITHUB_USERNAME}}/{{REPO_NAME}}/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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 :: C++
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pybind11>=2.6.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# fast-demo

Encrypted ODOO module package.

## Installation

Install directly from PyPI:

```bash
pip install fast-demo
```

## Version

3.6

## Platform Support

This package provides pre-compiled wheels for:

- **Operating Systems**: Windows, macOS, Linux
- **Python Versions**: 3.7, 3.8, 3.9, 3.10, 3.11
- **Architectures**: x86_64, ARM64 (where supported)

## Usage

This package is automatically used by encrypted ODOO modules. No manual intervention required.

## Development

### Building from Source

If you need to build from source:

```bash
git clone https://github.com/your-username/fast-demo.git
cd fast-demo
pip install build
python -m build
```

### Requirements

- Python 3.7+
- pybind11 2.6.0+
- C++14 compatible compiler

## License

MIT License

## Support

For issues and questions, please visit: https://github.com/your-username/fast-demo/issues
