Skip to content

A sample client written in python demonstrating some usages of how to interact with the Subsurface Collabor8 platform

License

Notifications You must be signed in to change notification settings

larsespenssb/subsurfaceSampleClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subsurface Collabor8 - sample python client

The following repository contains an example python client that can be used to interact with the Subsurface Collabor8 platform. It can be used as a standalone client or as a third-part library in your own project

Needed libraries

  • Requires Python > 3.6
  • Requires the requests library (to install, pip3 install requests)
  • Requires the pandas library to use dataframe functionality (e.g. csv++), to install pip3 install pandas
  • Requies the openpyxl to use excel functions from pandas, to install pip3 install openpyxl

Please refer to the Wiki for more information and how to use this library - Documentation and wiki

About

A sample client written in python demonstrating some usages of how to interact with the Subsurface Collabor8 platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%