UniObjects for Python (UOPY) is a Python package by Rocket Software.
Project description
UniObjects for Python (UOPY)
UniObjects for Python (UOPY) is a Python package by Rocket Software. It is a client API that allows Python applications to access Rocket MV Databases over the network.
Installation
Install from PyPI
$ pip install uopy
Quick start
Before using UOPY to connect to an MV Database, you must be running either a UniVerse or UniData server.
The following example uses UOPY to connect to UniVerse on Windows.
>>> import uopy
>>> ses = uopy.connect(host='localhost', user='username', password='password', account='XDEMO')
>>> cmd = uopy.Command("LIST LOCATIONS")
>>> cmd.run()
>>> print(cmd.response)
LIST LOCATIONS 01:58:07pm 13 Oct 2020 PAGE 1
LOCATIONS. Location Name............
WHSE1 Main warehouse
WHSE2 Secondary warehouse
WHSE3 Tertiary Warehouse
3 records listed.
Resources
| Name | Link |
|---|---|
| GitHub UOPY examples repository | home |
| UOPY: Intro to UOPY, UniObjects for Python | video |
| UOPY: GUI examples | video, code |
| UOPY: Webserver app demo | video, code |
| UOPY: Android Demo | video |
API Reference
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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
File details
Details for the file uopy-1.4.0-py3-none-any.whl.
File metadata
- Download URL: uopy-1.4.0-py3-none-any.whl
- Upload date:
- Size: 63.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a5cd93f91bb6ae00818c8a3aa86930cc0feb0a250ec924199b5f0bed8fe1279
|
|
| MD5 |
5490808554b577c1a73fc06084f6f85b
|
|
| BLAKE2b-256 |
197b950b5712961d83b58a7f12f56274d876af3a6013d8f17aeef56c516121b6
|