Metadata-Version: 2.5
Name: cyberether
Version: 0.0.1
Summary: Placeholder for the upcoming CyberEther Python package.
Project-URL: Homepage, https://cyberether.org
Project-URL: Documentation, https://cyberether.org/docs
Project-URL: Repository, https://github.com/luigifcruz/cyberether
Project-URL: Issues, https://github.com/luigifcruz/cyberether/issues
Author-email: Luigi Cruz <hello@luigi.ltd>
License-Expression: MIT
License-File: LICENSE
Keywords: cyberether,gpu,signal-processing,visualization
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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 :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# cyberether

Placeholder PyPI package for [CyberEther](https://github.com/luigifcruz/cyberether).

CyberEther is a GPU-accelerated signal processing and visualization framework.
The Python package is not released yet. This project only reserves the `cyberether`
name on [PyPI](https://pypi.org/project/cyberether/) until the real API ships.

Until then:

- Native app, docs, and source: [cyberether.org](https://cyberether.org)
- GitHub: [luigifcruz/cyberether](https://github.com/luigifcruz/cyberether)

```bash
pip install cyberether
```

Installing this package does not install CyberEther. Importing it warns that it is
a placeholder.
