# 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
```
Release files for trendy 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| trendy-0.3.0.zip | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| trendy-0.3.0-py27-none-any.whl | Python 2.7 | none | any | Details |
Total release size:16.4 kB
Release files / trendy-0.3.0.zip
| Download URL | trendy-0.3.0.zip |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61561fa9c9af7508feb7bbadc27f044275db0babf1ff94c42cf43a04a51a83a5
|
|
BLAKE2b-256 checksum How to use checksums |
abcfdc90d695e3d9a7c728d3d102f6b9d1e068fe7185550ea0570c7b03094217
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / trendy-0.3.0-py27-none-any.whl
| Download URL | trendy-0.3.0-py27-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 2.7 |
|
SHA-256 checksum How to use checksums |
9023d1697f79dfd752c655d6acb0b4a9ee33e10cdaa2378b6f81da7d4a287d03
|
|
BLAKE2b-256 checksum How to use checksums |
772e31851ecc13701441d994c934c72c50df1bb0a216334dcd188258395f8876
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |