Read and write sdds files.
Project description
SDDS
This package provides reading and writing functionality for self describing data sets (sdds).
Getting Started
Prerequisites
The only third-party package sdds depends on is numpy
.
Installing
Installation is easily done via pip
. The package is then used as sdds
.
pip install sdds
Example:
import sdds
sdds_data = sdds.read('path_to_input.sdds')
sdds.write(sdds_data, 'path_to_output.sdds')
Description
Reading and writing capabilities for sdds-files are provided by this package. On the python side, the data is stored in a class structure with attributes corresponding to the sdds-format itself (see sdds-format).
Known Issues
- Can't read ASCII files
- Can't read binary columns
- No support for
&include
tag
Authors
- Jaime - Initial work - jaimecp89
- Lukáš - Other work - lmalina
- Josch - Publishing - JoschD
- pyLHC/OMC-Team - Working Group - pyLHC
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sdds-0.1.1.tar.gz
.
File metadata
- Download URL: sdds-0.1.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cb992c76a8a7e353194e7d64fde98f4c8a42d36244cb3c586dcb39e4e4fea03 |
|
MD5 | 97c79f729db16caea9a8b85f0d32353d |
|
BLAKE2b-256 | 4a7f1c282d2f4b46aa91fd7560ec7ff87c21725ad58b252ae576f51a9ed69775 |
File details
Details for the file sdds-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sdds-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd65c52ef72b411bd2992ebecc7d3f15b523e804642141bc2254320421c8a0e |
|
MD5 | 5861bdb0b0a360195a925c19eedef312 |
|
BLAKE2b-256 | 83abee394721eed7e2b6cde314c1020ab6d27d54c620df56182e05fc5ef1c76b |