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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
uopy-1.3.0-py3-none-any.whl
(71.9 kB
view details)
File details
Details for the file uopy-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: uopy-1.3.0-py3-none-any.whl
- Upload date:
- Size: 71.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49eebea92878190c73578d8cb983b73021c84e58079bd8b081744627349621d7 |
|
MD5 | 90fe0769e1332cbb1213863dac8d22df |
|
BLAKE2b-256 | aad093fbe432db4a427a7bc6d9063707a26c3a3538de3d881770bd732d7a033a |