Skip to content

arahuja/sefara

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sefara

Sefara is a Python library to help manage the datasets in a scientific analysis projects.

This is currently a very rough cut, not ready for general use. More soon.

The test/data directory has some example resource files.

Example code:

resources = sefara.load("test/data/ex1.py")
for resource in resources.filter("tags.gamma"):
    print("%s = %s" % (resource.name, resource.path))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%