File: PKG-INFO

package info (click to toggle)
pyeapi 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: python: 10,118; makefile: 197
file content (38 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 1.1
Name: pyeapi
Version: 0.8.1
Summary: Python Client for eAPI
Home-page: https://github.com/arista-eosplus/pyeapi
Author: Arista EOS+ CS
Author-email: eosplus-dev@arista.com
License: BSD-3
Description: The Python Client for eAPI
        ==========================
        
        The Python Client for eAPI (pyeapi) is a native Python library wrapper around
        Arista EOS eAPI.  It provides a set of Python language bindings for configuring
        Arista EOS nodes.
        
        The Python library can be used to communicate with EOS either locally
        (on-box) or remotely (off-box). It uses a standard INI-style configuration file
        to specify one or more nodes and connection profiles.
        
        The pyeapi library also provides an API layer for building native Python
        objects to interact with the destination nodes. The API layer is a convenient
        implementation for working with the EOS configuration and is extensible for
        developing custom implementations.
        
        This library is freely provided to the open source community for building
        robust applications using Arista EOS. Support is provided as best effort
        through Github issues.
        
Keywords: networking arista eos eapi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4