Skip to content

Repository files navigation

python-descript-ion

Build StatusPyPICoverage Status

Simple library for descript.ion files manipulation

Examples:

import descript.ion
#Read description
with descript.ion.open(filename) as f:
print f.description
#Write description
with descript.ion.open(filename) as f:
f.description = self.description
#Remove description
with descript.ion.open(filename) as f:
del f.description

About

Simple library for `descript.ion` files manipulation

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages