Metadata-Version: 2.1
Name: StarX
Version: 0.1.0
Summary: StarX пакет с содержимым из test.txt
Home-page: https://github.com/yourusername/sphere
Author: Vladimir
Author-email: your.email@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# StarX Package

StarX Python пакет, содержащий данные из файла `test.txt`.

## Установка

```bash
pip install StarX
```

## Использование

```python
from sphere import data

# Получить содержимое test.txt
print(data.get_content())
```

## Лицензия

MIT License 
