Skip to main content

Tool for accessing and modifying Symphony database

Project description

Psym is a python package that allows for querying and modifying the Symphony data using graphql queries. Graphql is a query language developed by Facebook (https://graphql.org/)

Prerequisites

  • Python >= 3.7

Installation

  • Install it with:
pip install psym

Usage

  • First connect to symphony with your credentials
from psym import PsymClient
# since symphony is multi tenant system you will need to insert which partner you connect as
client = PsymClient(email, password, tenant_name)
  • The tenant is the company name
  • Start creating location types, equipment types:
locationType = client.add_location_type("City", [])
equipment_type = client.add_equipment_type("Antenna HW", "Category Name", [("altitude", "int", None, True)], {}, [])
  • Start creating locations, equipment and links:
location = client.add_location(-1.22,2.66, ('City', 'New York'))
equipment = client.add_equipment('HW1569', 'Antenna HW', location, {'altitude': 53.5})

License

psym is BSD License licensed, as found in the LICENSE file.

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

psym_nttdata-2.5.26.tar.gz (133.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

psym_nttdata-2.5.26-py3-none-any.whl (438.1 kB view details)

Uploaded Python 3

File details

Details for the file psym_nttdata-2.5.26.tar.gz.

File metadata

  • Download URL: psym_nttdata-2.5.26.tar.gz
  • Upload date:
  • Size: 133.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for psym_nttdata-2.5.26.tar.gz
Algorithm Hash digest
SHA256 06268a12604ea692ccfbd5d24d1481dfca107645ea785bdbef410003807f14f6
MD5 4acbd66483790fe8646b5ef464671ad5
BLAKE2b-256 fe877fbbd8330d7f6efc54df64c7177e92cbebe3e7ce07dee764deada9cadb55

See more details on using hashes here.

File details

Details for the file psym_nttdata-2.5.26-py3-none-any.whl.

File metadata

  • Download URL: psym_nttdata-2.5.26-py3-none-any.whl
  • Upload date:
  • Size: 438.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for psym_nttdata-2.5.26-py3-none-any.whl
Algorithm Hash digest
SHA256 6eaf2ad743f1265f0cdcd30855d56e1d28860c352dc43c17f17d975c1a377282
MD5 56912f4db8ac506586752137db0f3e6e
BLAKE2b-256 a98bc9a1b92168d68e9d52924664f1702990452b7cb57687f8ad129a9f5331b8

See more details on using hashes here.

Supported by

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