Metadata-Version: 2.0
Name: bay
Version: 2.2.1
Summary: Docker-based development workflow tooling
Home-page: UNKNOWN
Author: Eventbrite, Inc.
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Django
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Requires-Dist: attrs
Requires-Dist: Click (>=6.6)
Requires-Dist: PyYAML
Requires-Dist: docker-py (>=1.6)
Requires-Dist: dockerpty (==0.4.1)
Requires-Dist: scandir
Requires-Dist: requests (<2.11.0)
Provides-Extra: spell
Requires-Dist: pylev; extra == 'spell'

Bay is a tool for assisting creation and management of Docker containers for development use.  It allows you to supplement a Dockerfile with additional information on how to run and link containers together. 

For more, see http://github.com/eventbrite/bay/

