Metadata-Version: 2.1
Name: aiok8s
Version: 0.0.1
Summary: asyncio client tools for Kubernetes
Home-page: https://github.com/tbarrella/aiok8s
Author: Taylor Barrella
Author-email: tbarrella@gmail.com
License: UNKNOWN
Description: # aiok8s
        
        This a client library meant for building asynchronous Kubernetes controllers
        using Python. It currently integrates with
        [`kubernetes_asyncio`](https://github.com/tomplus/kubernetes_asyncio).
        
        Most of the code is directly translated from and attributed to
        [`client-go`](https://github.com/kubernetes/client-go). This approach is taken
        to help ensure that the logic is battle-tested and reduce overhead in
        maintaining the library. It's meant to replicate only some of the most
        desirable tools of the library, not all of it.
        
        This is in early development. APIs may be adjusted or even removed.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
