Metadata-Version: 2.4
Name: pyavd
Version: 6.0.0.dev6
Summary: Arista AVD
Author-email: Arista Networks <avd-dev@arista.com>
License-Expression: Apache-2.0
Project-URL: homepage, https://avd.arista.com
Project-URL: repository, https://github.com/aristanetworks/avd
Keywords: pyavd
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
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 :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: pyavd/LICENSE
Requires-Dist: anta>=1.7.0
Requires-Dist: aristaproto>=0.1.1
Requires-Dist: cryptography>=43.0.0
Requires-Dist: deepmerge>=1.1.0
Requires-Dist: grpclib==0.4.9
Requires-Dist: jinja2>=3.0
Requires-Dist: pyavd-utils==0.0.1
Requires-Dist: python-socks[asyncio]>=2.7.2
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: requests>=2.27.0
Provides-Extra: ansible
Requires-Dist: ansible-core<2.20.0,>=2.16.0; extra == "ansible"
Requires-Dist: pyavd[ansible-collection]; extra == "ansible"
Provides-Extra: ansible-collection
Requires-Dist: netaddr>=0.7.19; extra == "ansible-collection"
Requires-Dist: distlib>=0.3.9; extra == "ansible-collection"
Dynamic: license-file

<!--
  ~ Copyright (c) 2023-2026 Arista Networks, Inc.
  ~ Use of this source code is governed by the Apache License 2.0
  ~ that can be found in the LICENSE file.
  -->

# PyAVD

PyAVD is a Python package that serves as the foundation for the Arista AVD project.

See [avd.arista.com](https://avd.arista.com/stable/docs/pyavd/pyavd.html) for details.

## License

Copyright (c) 2023-2025 Arista Networks, Inc.

The project is published under [Apache 2.0 License](https://github.com/aristanetworks/avd/blob/devel/ansible_collections/arista/avd/LICENSE)
