Skip to main content

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.2.0-py3-none-any.whl (65.6 kB view details)

Uploaded Python 3

File details

Details for the file uopy-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: uopy-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 65.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/60.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.10

File hashes

Hashes for uopy-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5fca44a9498980a6382b853be21f4a8c35d2f8bda929d132c51e90cf1b78995e
MD5 c1bfc2b339db1c476bde3809e4472063
BLAKE2b-256 af97a3c3f65bcd4e857d5f9ccaef408237ac746fa36ffbb16ba48f8d6f1d35f6

See more details on using hashes here.

Supported by

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