Metadata-Version: 2.1
Name: kumosdk
Version: 0.3.0
Summary: Python client for kumo search, AI infrastrure searching.
Author-email: Kumo <contact@vega.org>
License: GPL 3.0
Project-URL: Documentation, https://gitee.com/kumo-pub/kumoai
Project-URL: Source, https://gitee.com/kumo-pub/kumoai
Project-URL: Tracker, https://gitee.com/kumo-pub/kumoai/issues
Keywords: search,AI,kumo
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# Vega Python Client

Python client for the Vega API: https://github.com/gottignen/vega

## Installation

```
$ pip install vega
```

You can also add `vega` to your project's `requirements.txt`.

## Usage

You can find some examples [here](https://github.com/gottingen/vega-py/blob/master/examples/collection_operations.py).

See detailed [API documentation](https://vega.org/api).

## Compatibility

| Vega Server | vega-py |
|------------------|------------------|
| \>= v26.0        | \>= v0.20.0      |
| \>= v0.25.0      | \>= v0.16.0      |
| \>= v0.23.0      | \>= v0.14.0      |
| \>= v0.21.0      | \>= v0.13.0      |
| \>= v0.20.0      | \>= v0.11.0      |
| \>= v0.19.0      | \>= v0.10.0      |
| \>= v0.17.0      | \>= v0.9.0       |
| \>= v0.16.0      | \>= v0.8.0       |
| \>= v0.15.0      | \>= v0.7.0       |

## Contributing

Bug reports and pull requests are welcome on GitHub at [https://github.com/gottingen/vega-py].

## License

`vega-py` is distributed under the Apache 2 license.



