{"id":25740083,"url":"https://github.com/rocketsoftware/uopy-demo","last_synced_at":"2025-02-26T08:36:01.627Z","repository":{"id":42999512,"uuid":"302506644","full_name":"RocketSoftware/uopy-demo","owner":"RocketSoftware","description":"UOPY demo programs","archived":false,"fork":false,"pushed_at":"2025-01-22T10:09:24.000Z","size":9070,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-19T23:49:21.746Z","etag":null,"topics":["multivalue","mv-database","unidata","universe","uopy"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RocketSoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-09T01:55:17.000Z","updated_at":"2025-01-20T09:55:27.000Z","dependencies_parsed_at":"2022-08-12T10:10:59.881Z","dependency_job_id":"ac8234cf-9c76-4283-91e7-9d1e4e9d7962","html_url":"https://github.com/RocketSoftware/uopy-demo","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"20f0f80a75b2d4a22b9aed0f2e1c0ae4e0861377"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketSoftware%2Fuopy-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketSoftware%2Fuopy-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketSoftware%2Fuopy-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketSoftware%2Fuopy-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RocketSoftware","download_url":"https://codeload.github.com/RocketSoftware/uopy-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240820921,"owners_count":19863198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["multivalue","mv-database","unidata","universe","uopy"],"created_at":"2025-02-26T08:36:01.021Z","updated_at":"2025-02-26T08:36:01.589Z","avatar_url":"https://github.com/RocketSoftware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UOPY demo\n\n[![UOPY Forum](https://img.shields.io/badge/UOPY-Forum-brightgreen)](https://community.rocketsoftware.com/forums/multivalue?CommunityKey=dd45d00d-59db-4884-b3eb-2b0647af231b)\n[![UOPY API Docs](https://img.shields.io/badge/UOPY-%20API%20Docs-brightgreen)](https://rocketsoftware.github.io/uopy-demo/docs/uopy.html)\n[![PyPI](https://img.shields.io/pypi/v/uopy)](https://pypi.org/project/uopy/)\n![PyPI - Downloads](https://img.shields.io/pypi/dw/uopy)\n\n\nUniObjects 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.\n\n## Installation\n\n### Install from PyPI\n\n```bash\n$ pip install uopy\n```\n\n## Quick start\n\n**Before using UOPY to connect to an MV Database, you must be running either a [UniVerse](https://www.rocketsoftware.com/products/rocket-universe-0/rocket-universe) or [UniData](https://www.rocketsoftware.com/products/rocket-unidata-0/rocket-unidata) server.**\n\nThe following example uses UOPY to connect to UniVerse on Windows.\n\n```python\n\u003e\u003e\u003e import uopy\n\u003e\u003e\u003e ses = uopy.connect(host='localhost', user='username', password='password', account='XDEMO')\n\u003e\u003e\u003e cmd = uopy.Command(\"LIST LOCATIONS\")\n\u003e\u003e\u003e cmd.run()\n\u003e\u003e\u003e print(cmd.response)\n\nLIST LOCATIONS 01:58:07pm  13 Oct 2020  PAGE    1\nLOCATIONS.    Location Name............\n\nWHSE1         Main warehouse\nWHSE2         Secondary warehouse\nWHSE3         Tertiary Warehouse\n\n3 records listed.\n```\n\n## Resources\n\n| Name | Link  |\n|---|---|\n| GitHub UOPY examples repository | [home](https://github.com/RocketSoftware/uopy-demo)  |\n| UOPY: Intro to UOPY, UniObjects for Python | [video](https://www.youtube.com/watch?v=m26_b0qD8zM) |\n| UOPY: GUI examples | [video](https://www.youtube.com/watch?v=el20qZC89t8), [code](https://github.com/RocketSoftware/uopy-demo/tree/master/examples/uopy_tkexample) |\n| UOPY: Webserver app demo | [video](https://www.youtube.com/watch?v=Q7w-pQJdLDg), [code](https://github.com/RocketSoftware/uopy-demo/tree/master/examples/uopy_web) |\n| UOPY: Android Demo | [video](https://www.youtube.com/watch?v=3NfgQrPNtSM) |\n\n## API Reference\n\n* [Docs site](https://rocketsoftware.github.io/uopy-demo/docs/uopy.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketsoftware%2Fuopy-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketsoftware%2Fuopy-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketsoftware%2Fuopy-demo/lists"}