Metadata-Version: 2.4
Name: visio-vba
Version: 0.0.1
Summary: Name reservation for future vba-edit support for MS Visio. Not yet implemented.
Author-email: Markus Killer <m.killer@langui.ch>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/markuskiller/vba-edit
Project-URL: Repository, https://github.com/markuskiller/vba-edit
Project-URL: Changelog, https://github.com/markuskiller/vba-edit/blob/main/CHANGELOG.md
Keywords: vba,visio,office,automation,macro
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Office/Business :: Office Suites
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# visio-vba — coming soon

> ⚠️ **Not yet implemented.** This package is a name reservation for a future [vba-edit](https://github.com/markuskiller/vba-edit) entry point for **MS Visio**.

[![CI](https://github.com/markuskiller/vba-edit/actions/workflows/test.yaml/badge.svg)](https://github.com/markuskiller/vba-edit/actions/workflows/test.yaml)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

Support for editing Visio VBA code from the command line is planned for a future release.

## Currently supported

Install [vba-edit](https://pypi.org/project/vba-edit/) for Excel, Word, PowerPoint, and Access support today:

```bash
pip install vba-edit
# or via individual entry-point packages:
pip install excel-vba
pip install word-vba
pip install powerpoint-vba
pip install access-vba
```

For full documentation see [github.com/markuskiller/vba-edit](https://github.com/markuskiller/vba-edit).
