Skip to main content

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
```

Project details


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)

Uploaded Source

Built Distribution

trendy-0.3.0-py27-none-any.whl (9.0 kB view details)

Uploaded Python 2.7

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

Hashes for trendy-0.3.0.zip
Algorithm Hash digest
SHA256 61561fa9c9af7508feb7bbadc27f044275db0babf1ff94c42cf43a04a51a83a5
MD5 172a0079312be7fa3d27890c9c304ced
BLAKE2b-256 abcfdc90d695e3d9a7c728d3d102f6b9d1e068fe7185550ea0570c7b03094217

See more details on using hashes here.

Provenance

File details

Details for the file trendy-0.3.0-py27-none-any.whl.

File metadata

File hashes

Hashes for trendy-0.3.0-py27-none-any.whl
Algorithm Hash digest
SHA256 9023d1697f79dfd752c655d6acb0b4a9ee33e10cdaa2378b6f81da7d4a287d03
MD5 febde91d2be95bcce0118fd70103313e
BLAKE2b-256 772e31851ecc13701441d994c934c72c50df1bb0a216334dcd188258395f8876

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page