Skip to content

wannabegeek/PyFastPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFastPath

Python bindings for using the FastPath client libraries [https://github.com/wannabegeek/DCM]

Installation

On Unix (Linux, OS X)

  • clone this repository
  • pip install ./PyFastPath

Runtime

You will need to make sure the libfastpath.so is in your LD_LIBRARY_PATH

Test call

import fastpath
m = fastpath.MutableMessage()
m.setSubject("SOME.TEST.MESSAGE")
m.addStringField("Name", "Tom")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published