Skip to content

Simple demo program that exercises the corpy client module

Notifications You must be signed in to change notification settings

ESIPFed/corpy_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is simple demo program that exercises the corpy python client module.

Note: The python client module is itself preliminary.

You can run this as follows:

  • Optionally, use virtualenv 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 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.

About

Simple demo program that exercises the corpy client module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages