Metadata-Version: 2.1
Name: spaken
Version: 0.2.1
Summary: Optimize Pip installs for CI/CD pipelines
Home-page: https://github.com/labd/spaken
Author: Michael van Tellingen
Author-email: michaelvantellingen@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.7.84)
Requires-Dist: click (>=6.7)
Requires-Dist: pip (>=10.0)
Requires-Dist: packaging (>=17.0)
Provides-Extra: test
Requires-Dist: coverage[toml] ; extra == 'test'
Requires-Dist: moto (>=1.3.4) ; extra == 'test'
Requires-Dist: pretend ; extra == 'test'
Requires-Dist: pytest (>=3.5.1) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'test'
Requires-Dist: pytest-click ; extra == 'test'

# Spaken

Spaken is a tool to optimize ci/cd workflows for Python applications. It does
this by collecting all the dependencies (python packages) and convert them to
wheel files to store on AWS S3.

![demo](docs/demo.gif)


