Git Product home page Git Product logo

pyats.contrib's Introduction

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

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

pyats.contrib's People

Contributors

edmchow avatar jeaubin avatar bastell avatar simingy avatar terraytm avatar karmoham avatar tahigash avatar chowed85 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.