Metadata-Version: 2.1
Name: meraki-cli
Version: 1.5.1
Summary: A Simple CLI tool to automate and control your Meraki Dashboard
Home-page: https://github.com/PackeTsar/meraki-cli
Author: John W Kerns
Author-email: jkerns@packetsar.com
License: GNU
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System
Classifier: Topic :: System :: Networking
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: meraki>=1.4.3
Requires-Dist: rich
Requires-Dist: argcomplete
Requires-Dist: jinja2
Provides-Extra: dev
Requires-Dist: jinja2; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: requests-mock; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"

# Meraki-CLI <img align="right" width="200" height="200" src="icon.png">


[![Build Status](https://github.com/PackeTsar/meraki-cli/actions/workflows/python-package.yml/badge.svg)](https://github.com/PackeTsar/meraki-cli/actions/workflows/python-package.yml)
[![Coverage](https://codecov.io/gh/PackeTsar/meraki-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/PackeTsar/meraki-cli)
[![PyPI](https://img.shields.io/pypi/v/meraki-cli.svg)](https://pypi.python.org/pypi/meraki-cli)
[![Python Versions](https://img.shields.io/pypi/pyversions/meraki-cli.svg)](https://pypi.python.org/pypi/meraki-cli)
[![Cisco DevNet](https://static.production.devnetcloud.com/codeexchange/assets/images/devnet-published.svg)](https://developer.cisco.com/codeexchange/github/repo/PackeTsar/meraki-cli)

A simple CLI tool to automate and control your Cisco Meraki Dashboard!

Quick Install: `pip3 install meraki-cli`

Update/Upgrade Meraki-CLI: `meraki upgrade --upgrade-all`

Try Meraki-CLI: [Try It Out](https://meraki-cli.readthedocs.io/en/latest/try-it-out/)

**Full Documentation**: **[Install Meraki-CLI](https://meraki-cli.readthedocs.io/en/latest/)**

Quick Command Cheat Sheet: [Meraki-CLI Cheat Sheet](CHEATSHEET.md)

Full Command Guide: [Meraki-CLI Command Guide](COMMAND_GUIDE.md)

---

## Documentation

Visit the **[Meraki-CLI Documentation](https://meraki-cli.readthedocs.io/en/latest/)** for installation and usage insructions.

[![documentation](docs_screenshot.png)](https://meraki-cli.readthedocs.io/en/latest/)

---

## Version
The version of Meraki-CLI documented here is: **1.5.1**

Version History: [Change Log](CHANGELOG.md)

---

## Contributing

This project is very new and has been created out of need. If you have a feature you would like to see built into it, please open up an issue in Github and describe your desired feature. Any accepted feature requests will be listed in the [Enhancement Requests and Known Bugs](https://github.com/PackeTsar/meraki-cli/issues/2) issue page.

If you find a need for a feature and you add it in yourself, or you fix a bug you found, please feel free to open up a merge request!

If neither of those options work for you, and you just want to support this project, you can buy me a coffee :grin:

<a href="https://www.buymeacoffee.com/packetsar" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
