remisc.data
index
c:\users\brian\projects\remisc\data\__init__.py

Interface for package data stored in the "data" folder, providing methods to
both resolve and load data.

 
Package Contents
       

 
Functions
       
get_path(data_path)
Returns the absolute path to the indicated data file stored under the
'data/' folder co-located with this module.
get_text(data_path)
Returns the text contents (as a string) of the given file stored under
the 'data/' folder co-located with this module.