Metadata-Version: 2.1
Name: docker-plugin-api
Version: 0.2
Summary: Python interface to Docker Plugin API
Home-page: https://github.com/jacekkow/docker-plugin-api
Author: Jacek Kowalski
Author-email: Jacek@jacekk.info
License: BSD
Description: # Docker Plugin API in Python
        
        This module contains some abstractions to simplify creation
        of own plugins for Docker Engine.
        
        It currently contains entities for:
        
        - Plugin,
        - IpamDriver,
        - NetworkDriver.
        
        ## Examples
        
        Check out https://github.com/jacekkow/docker-plugin-ipam
        for a real-life plugin that uses this API.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
