https://github.com/esipfed/corpy_example
Simple demo program that exercises the corpy client module
https://github.com/esipfed/corpy_example
Last synced: 10 months ago
JSON representation
Simple demo program that exercises the corpy client module
- Host: GitHub
- URL: https://github.com/esipfed/corpy_example
- Owner: ESIPFed
- Created: 2018-07-20T00:09:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T22:29:17.000Z (over 7 years ago)
- Last Synced: 2024-01-25T18:33:33.485Z (over 2 years ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is simple demo program that exercises the
[corpy](https://github.com/ESIPFed/corpy)
python client module.
*Note*: The python client module is itself preliminary.
You can run this as follows:
- Optionally, use [virtualenv](https://virtualenv.pypa.io) to isolate the python
environment for this demo, for example:
$ virtualenv --python=/usr/local/bin/python3.7 virtenv
$ source virtenv/bin/activate
- Install the [`corpy`](https://github.com/ESIPFed/corpy) module:
$ pip install git+https://github.com/ESIPFed/corpy.git
(Use the `--upgrade` flag if you are upgrading.)
Then, execute:
$ python demo1.py
See source for more details.