Metadata-Version: 2.1
Name: weaviate-client
Version: 2.3.0
Summary: A python native weaviate client
Home-page: UNKNOWN
Author: SeMI Technologies
Author-email: hello@semi.technology
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (<2.26,>=2.25.1)
Requires-Dist: validators (>=0.18.2)
Requires-Dist: tqdm (>=4.59.0)

# Weaviate python client  <img alt='Weaviate logo' src='https://raw.githubusercontent.com/semi-technologies/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png' width='180' align='right' />

A python native client for easy interaction with a weaviate instance.

The client is tested for python 3.6 and higher.

## Documentation

- [Documentation](https://www.semi.technology/documentation/weaviate/current/client-libraries/python.html)

## Support

- [Stackoverflow for questions](https://stackoverflow.com/questions/tagged/weaviate)
- [Github for issues](https://github.com/semi-technologies/weaviate-python-client/issues)

## Contributing

- [How to Contribute](https://github.com/semi-technologies/weaviate/blob/master/CONTRIBUTE.md)

## Build Status

| Branch   | Status        |
| -------- |:-------------:|
| Master   | [![Build Status](https://travis-ci.com/semi-technologies/weaviate-python-client.svg)](https://travis-ci.com/semi-technologies/weaviate-python-client)


