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
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
psym_nttdata-2.2.9.tar.gz
(105.8 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
psym_nttdata-2.2.9-py3-none-any.whl
(337.9 kB
view details)
File details
Details for the file psym_nttdata-2.2.9.tar.gz.
File metadata
- Download URL: psym_nttdata-2.2.9.tar.gz
- Upload date:
- Size: 105.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb99ea08ddf304c9c152cc0e9305c73e4a498f67490f3395c7bc008e46dd4650
|
|
| MD5 |
4433330303ffcf14714b185523dbe374
|
|
| BLAKE2b-256 |
22d9483640ea7ad43210e462f014c2951e41db0efd4544d10ec22e31185e1de9
|
File details
Details for the file psym_nttdata-2.2.9-py3-none-any.whl.
File metadata
- Download URL: psym_nttdata-2.2.9-py3-none-any.whl
- Upload date:
- Size: 337.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
642e55ff6e3d49464f48f03946e000b2c8647715b1749017e4ac12f476856277
|
|
| MD5 |
a4844e15eab6d6464f5aab30ed283157
|
|
| BLAKE2b-256 |
73da5a20073192c8addbd2612dffd6c135f861a010c9dc96e50317233827e177
|