Skip to main content

Simple library for `descript.ion` files manipulation.

Project description

python-descript-ion

Build Status PyPI

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

descript-0.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

descript-0.1.0-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page