Open source package for pyATS framework extensions.
Project description
pyATS Contribution Package
The pyats.contrib
package is a collection of open-source extensions for the
pyATS framework.
Plugins, extensions and codes under this project are designed to automatically integrate into the pyATS framework using its various published hook/entry-point interfaces.
General Information
- Website: https://developer.cisco.com/pyats/
- Documentation: https://developer.cisco.com/docs/pyats/
- Support: pyats-support-ext@cisco.com
Installation
This package is automatically installed when you perform a full pyATS installation. Alternatively, you can install this package separately, if you have a more light-weight pyATS install:
# when using full-install, this package is included by default
$ pip install pyats[full]
# to install separately
$ pip install pyats.contrib
Solution Documentation
For now, each individual folder under src/
has its own README.md file.
We are working on a better hosting solution for all documentation related to
this repository.
Contributions
Everyone is welcomed to pitch-in, collaborate, contribute and improve upon what's here, and or introduce new ideas and plugins. The goal of this package is three-fold:
- to introduce a place where the pyATS development team can open-source
bits and pieces of the framework
- to provide a location for community members to collaborate together,
centrally
- to document and demonstrate, via examples, the various plugins and hook
capabilities the framework has to offer.
Please consider the following when contributing to this repository:
-
minimize dependencies as much as possible; use lazy-loading where possible. Eg: adding a pip installation dependency will impact ALL users that install this package, where as adding an import dependency, with try/except around it, and printing a nice error message indicating you need package X installed to enable this feature, allows selectively installation of dependencies per what's needed
-
include unit-tests and documentation for everything you develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyats_contrib-24.10.tar.gz
.
File metadata
- Download URL: pyats_contrib-24.10.tar.gz
- Upload date:
- Size: 62.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eccf4e7caeb0df4d5c1043766d6868c2ea69d252e4d94f30eb748ad1371d1fdc |
|
MD5 | b664201de9b087dcc92598f1a19f25aa |
|
BLAKE2b-256 | c0816a07c96cea8161f9b12415b6093c41bdab1e9d8b327625e88bac137ca7da |
File details
Details for the file pyats.contrib-24.10-py3-none-any.whl
.
File metadata
- Download URL: pyats.contrib-24.10-py3-none-any.whl
- Upload date:
- Size: 73.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f25d57cb7d89b9ce662db7468122a9d7e6666d4305974768fd5eb5b9e7d2c1d6 |
|
MD5 | bc52dbc2f612acc19a2be14d22ed0ec9 |
|
BLAKE2b-256 | e8479698716a0401145e195c8581627b9704c120c0cf8fdea6ed42e931e3eb9c |