A library for interacting with Trend Deep Security API
Project description
# Introduction
A python library for interacting with the Trend Deep Security Management API.
# Usage
The `Connection` class is the main entry point. It is designed to be used as a context manager to ensure that the
connection is closed cleanly and consistently.
Example:
```
with Connection(wsdl, user, pass) as trend:
for profile in trend.security_profiles.all():
profile.rules = trend.firewall_rules.by_ids(profile.firewallRules.item)
```
See the Trend API documention for more details on the objects and methods available.
# Contributing
Make a fork, fix and send a Pull Request.
# Hacking
Create a new virtual environment and install the required packages
```
virtualenv venv
source ./venv/bin/activate
python setup.py install
```
Run the unit tests
```
python -m unittest discover
```
or
```
python setup.py test
```
A python library for interacting with the Trend Deep Security Management API.
# Usage
The `Connection` class is the main entry point. It is designed to be used as a context manager to ensure that the
connection is closed cleanly and consistently.
Example:
```
with Connection(wsdl, user, pass) as trend:
for profile in trend.security_profiles.all():
profile.rules = trend.firewall_rules.by_ids(profile.firewallRules.item)
```
See the Trend API documention for more details on the objects and methods available.
# Contributing
Make a fork, fix and send a Pull Request.
# Hacking
Create a new virtual environment and install the required packages
```
virtualenv venv
source ./venv/bin/activate
python setup.py install
```
Run the unit tests
```
python -m unittest discover
```
or
```
python setup.py test
```
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
trendy-0.3.0.zip
(7.3 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 trendy-0.3.0.zip.
File metadata
- Download URL: trendy-0.3.0.zip
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61561fa9c9af7508feb7bbadc27f044275db0babf1ff94c42cf43a04a51a83a5
|
|
| MD5 |
172a0079312be7fa3d27890c9c304ced
|
|
| BLAKE2b-256 |
abcfdc90d695e3d9a7c728d3d102f6b9d1e068fe7185550ea0570c7b03094217
|
File details
Details for the file trendy-0.3.0-py27-none-any.whl.
File metadata
- Download URL: trendy-0.3.0-py27-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 2.7
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9023d1697f79dfd752c655d6acb0b4a9ee33e10cdaa2378b6f81da7d4a287d03
|
|
| MD5 |
febde91d2be95bcce0118fd70103313e
|
|
| BLAKE2b-256 |
772e31851ecc13701441d994c934c72c50df1bb0a216334dcd188258395f8876
|