Metadata-Version: 2.1
Name: rdeploy
Version: 0.1.1
Summary: CLI that makes it easy to build and deploy an application to k8s.
Home-page: https://github.com/rehive/rdeploy
Author: Rehive
Author-email: info@rehive.com
License: MIT License
Keywords: docker python helm kubernetes build automation deploy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: invoke (==0.18.1)
Requires-Dist: kubernetes (==11.0.0)
Requires-Dist: packaging (==20.3)
Requires-Dist: python-dotenv (==0.10.3)
Requires-Dist: PyYAML (==5.4)
Requires-Dist: semver (==2.8.1)
Provides-Extra: dev
Requires-Dist: invoke (==0.18.1) ; extra == 'dev'
Requires-Dist: kubernetes (==11.0.0) ; extra == 'dev'
Requires-Dist: packaging (==20.3) ; extra == 'dev'
Requires-Dist: python-dotenv (==0.10.3) ; extra == 'dev'
Requires-Dist: PyYAML (==5.4) ; extra == 'dev'
Requires-Dist: semver (==2.8.1) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

rdeploy
------------

rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.

Installation
------------

To install, use pip::

    pip install rdeploy

Once installed, you can use it from within your project directory. The console script uses an `rdeploy.yaml`
file to configure itself.


