Metadata-Version: 2.1
Name: jolt
Version: 0.9.2
Summary: A task executor
Home-page: https://bitbucket.org/rand_r/jolt
Author: Robert Andersson
Author-email: rand_r@bitbucket.org
License: UNKNOWN
Keywords: build msbuild xcode make pam bazel jolt conan
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: networkx
Requires-Dist: keyring
Requires-Dist: keyrings.alt
Requires-Dist: jinja2
Requires-Dist: futures
Requires-Dist: python-jenkins
Requires-Dist: multi-key-dict
Requires-Dist: tqdm
Requires-Dist: bz2file
Requires-Dist: colorama
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Welcome to Jolt
===============

Jolt is an easy to use, yet powerful task execution tool. Tasks are defined
in Python scripts using a class based API. A task typically produces output
which can be published as binary artifacts into content addressable caches
for later consumption by other tasks.

Distributed execution and remote storage providers are supported through plugins.

For full documentation, please visit http://jolt.readthedocs.io/


