Metadata-Version: 2.5
Name: tensacode
Version: 0.0.1
Summary: Placeholder: the package is tensorcode (pip install --pre tensorcode)
Project-URL: Homepage, https://github.com/TensaCo/tensacode-py
Project-URL: Real package, https://pypi.org/project/tensorcode/
Author-email: Jacob Valdez <jacob.valdez@tensaco.ai>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.11
Requires-Dist: tensorcode>=0.1.0a1
Description-Content-Type: text/markdown

# tensacode (placeholder)

This name is reserved so that nobody else can publish under it. The package you want is
**[tensorcode](https://pypi.org/project/tensorcode/)**:

```bash
pip install --pre tensorcode
```

```python
import tensorcode as tc
```

Installing `tensacode` installs `tensorcode`. `import tensacode` raises an `ImportError` that
points you to `tensorcode`.
