Metadata-Version: 2.4
Name: docker-plugin-api
Version: 0.4
Summary: Python interface to Docker Plugin API
Author-email: Jacek Kowalski <Jacek@jacekk.info>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/jacekkow/docker-plugin-api
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Dynamic: license-file

# 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 following real-life plugins that utilize this package:

| Plugin | Type | URL |
| ------ | ---- | --- |
| jacekkow/pyipam | IpamDriver | https://github.com/jacekkow/docker-plugin-pyipam |
| jacekkow/pyveth | NetworkDriver | https://github.com/jacekkow/docker-plugin-pyveth |
