Metadata-Version: 2.1
Name: rcds
Version: 0.1.0
Summary: An automated CTF challenge deployment tool
Home-page: https://rdeploy.redpwn.net
License: BSD-3-Clause
Author: redpwn
Author-email: contact@redpwn.net
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Jinja2 (>=2.11.2,<3.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: docker (>=4.2.1,<5.0.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: kubernetes (>=11.0.0,<12.0.0)
Requires-Dist: pathspec (>=0.8.0,<0.9.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0)
Project-URL: Repository, https://github.com/redpwn/rdeploy
Description-Content-Type: text/x-rst

#######
rCDS
#######

.. image:: https://github.com/redpwn/rCDS/workflows/CI/badge.svg
    :target: https://github.com/redpwn/rCDS/actions?query=workflow%3ACI+branch%3Amaster
    :alt: CI Status

.. image:: https://img.shields.io/codecov/c/gh/redpwn/rcds
    :target: https://codecov.io/gh/redpwn/rCDS
    :alt: Coverage

rCDS is RedpwnCTF's automated challenge management and deployment tool. It is
developed and maintained by the `redpwn <https://redpwn.net>`_ CTF team.

