Python wrapper for FITELnet API
Project description
pyfitel
pyfitel is a Python wrapper for FITELnet API.
Usage
Installation
pip install pyfitel
Sample Code
import pyfitel
fitel = pyfitel.FITELnetAPI("192.168.1.1", 50443, "user", "password", tls=False)
# Show command
output = fitel.command("show version")
print(output)
# Configure
config = """
interface Loopback 1
description Foobar
"""
fitel.config(config)
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
pyfitel-0.1.0.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfitel-0.1.0.tar.gz.
File metadata
- Download URL: pyfitel-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65efbe0d5b822204d6b8906703e25348cf880bb5d57e865ebfa89953ca4c8952
|
|
| MD5 |
12a5fca157ae7a18d56deb77812eb325
|
|
| BLAKE2b-256 |
aa6681bbc4ad1858d610d380eaf30b7abca0770035b2a9ffa18eb8014d4640db
|
File details
Details for the file pyfitel-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyfitel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
287b5dc8a1d5ec2c12472888fb533c65cd4866bcb2a8d0cb89992f5e7f9f3020
|
|
| MD5 |
bfc33ea217370c6f7548c1d96c636ea5
|
|
| BLAKE2b-256 |
1a11039753189fa3a57054284f06f605420a253a69f38a47b1a19145f427ccec
|