# pydme
**Repository Path**: mirrors_CiscoDevNet/pydme
## Basic Information
- **Project Name**: pydme
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-22
- **Last Updated**: 2026-02-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
PyDME: Python Bindings for Cisco DME REST API
=============================================
Documentation
-------------
PyDME is a tool to provide a simple Python abstraction over DME REST API, and managed objects.
Full documentation is available `here `_
This tool is in pre EFT/Beta stage.
Examples
--------
Configuration and event subscription examples can be found in `examples `_ directory.
DockerFile
----------
1. Download Dockerfile located `here `_
2. Change directory to the location where the above file is downloaded.
3. ``docker build -t pydme .``
4. Once the docker image is ready, run ``docker images`` and get the IMAGE ID
5. ``docker run -it /bin/bash``
6. Once inside the container, run ``export PYDME_HOME=/localws/pydme``
7. Change directory to ``/localws/pydme/examples``
8. Edit simpleBgpExample.py to add host, username, password of the device
9. run ``python simpleBgpExample.py``
Note: It could take a while for the docker to be installed.