Metadata-Version: 1.1
Name: incubator
Version: 0.3.2
Summary: Python library for building container images.
Home-page: https://gitlab.com/lachmanfrantisek/incubator
Author: Frantisek Lachman
Author-email: lachmanfrantisek@gmail.com
License: MIT
Description: Alternative image builder for docker containers.
        Provides python2/python3 api and cli tool `incubator`.
        
        Extends the functionality of basic `docker build` with precise layering,
        ability to have build time volumes and some other useful options,
        that can be given as a python dictionary or json file.
        
Keywords: containers,build,docker,images
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
