Skip to main content

SDDS file handling.

Project description

SDDS

Cron Testing Code Climate coverage Code Climate maintainability (percentage) GitHub last commit GitHub release

Description

This package provides reading and writing functionality for self describing data sets (sdds) files. On the python side, the data is stored in a class structure with attributes corresponding to the sdds-format itself (see sdds-format).

Getting Started

Installation is easily done via pip. The package is then used as sdds.

pip install sdds

Example use:

import sdds

sdds_data = sdds.read("path_to_input.sdds")
sdds.write(sdds_data, "path_to_output.sdds")

Known Issues

  • Can't read binary columns
  • No support for &include tag

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

sdds-0.2.1.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

sdds-0.2.1-py3-none-any.whl (10.7 kB view hashes)

Uploaded 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