Metadata-Version: 2.1
Name: aioaerospike
Version: 0.1.1
Summary: Async Pure Python implementation of Aerospike client
Home-page: https://github.com/aviramha/aioaerospike
License: MIT
Keywords: aerospike,database,asyncio,nosql
Author: Aviram Hassan
Author-email: aviramyhassan@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: bcrypt (>=3.1,<4.0)
Requires-Dist: construct (>=2.9,<3.0)
Project-URL: Repository, https://github.com/aviramha/aioaerospike
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/aviramha/aioaerospike/branch/master/graph/badge.svg)](https://codecov.io/gh/aviramha/aioaerospike)
[![Build Status](https://travis-ci.com/aviramha/aioaerospike.svg?branch=master)](https://travis-ci.com/aviramha/aioaerospike)

This library is planned to be an async API for Aerospike.
The library will be Pure-Python, Protocol based on the C Client.


** This package is 3rd party, unrelated to Aerospike company **

Licensed under MIT. See LICENSE

