Metadata-Version: 2.1
Name: lightspace
Version: 0.0.1
Summary: The lightspace package
Home-page: https://github.com/simulo
Author: Sanatan Sahgal
Author-email: sanatan@simulo.ai
Project-URL: Bug Tracker, https://github.com/simulo
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

# Lightspace

Lightspace is a Python SDK and CLI for creating streaming video inferencing applications.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install lightspace.

```bash
pip install lightspace
```

## Usage

```python
import lightspace

# initializes acquisition
lightspace.acquisition.something()

# initializes gateway
lightspace.gateway.something()

# initializes compute
lightspace.compute.something()
```

## Contributing

No contributions allowed at this time

## License

[MIT](https://choosealicense.com/licenses/mit/)
