Metadata-Version: 2.1
Name: primeight
Version: 0.1.6
Summary: An Open Source Python package to manage and interact with Cassandra
Home-page: https://pri.meight.com
Author: Meight
Author-email: engineering@meight.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pydantic (<2.0.0,>=1.7.0)
Requires-Dist: cassandra-driver (<4.0.0,>=3.24.0)
Requires-Dist: geojson (<3.0.0,>=2.5.0)
Requires-Dist: h3 (<4.0.0,>=3.7.1)
Requires-Dist: PyYAML (<6.0.0,>=5.3.1)
Requires-Dist: pytz (>=2020.1)

<p align="center">
<a href="https://pri.meight.com"><img width=256 height=256 src="https://github.com/wearemeight/primeight/blob/master/docs_src/docs/images/logo-with-name.svg?raw=true" alt="Primeight"></a>
</p>

`primeight` is packaged with all you need to create tables, query them, and insert data into your [Cassandra](http://cassandra.apache.org/) database. 

Check the `primeight` documentation [here](https://pri.meight.com).

### Notes

If you find a bug, would like to suggest a new feature or even would like to suggest some change, please open an issue.




