Skip to main content

Helper modules for the ecmind_blue_client to ease the work with the portfolio API functions.

Project description

ECMind blue client: Portfolio

Helper modules for the ecmind_blue_client to ease the work with the portfolio API functions.

Installation

pip install ecmind_blue_client_portfolio

Usage

from ecmind_blue_client.tcp_client import TcpClient as Client
from ecmind_blue_client_portfolio import portfolio

client = Client(hostname='localhost', port=4000, appname='test', username='root', password='optimal')

all_portfolios_of_user_root = portfolio.search(client, creator='ROOT')
print(all_portfolios_of_user_root)

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

ecmind_blue_client_portfolio-0.0.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

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