Python package to read vamas (.vms) files
Project description
This is a Python library to read VAMAS files (.vms). [1]
Installing
Installation via pip:
$ pip install vamas
Example Usage
from vamas import Vamas
vamas_data = Vamas('path/to/vamas-file.vms')
The created object has two attributes, header and blocks, which are instances of VamasHeader and a list of VamasBlock, respectively. See the documentation for all attributes of those classes.
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
vamas-0.1.1.tar.gz
(12.9 kB
view details)
Built Distribution
vamas-0.1.1-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file vamas-0.1.1.tar.gz
.
File metadata
- Download URL: vamas-0.1.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a28904b6eb9decc227597f8cf22e81842a7d7c0be58487c19b424e8dd4cffb55 |
|
MD5 | f9d53bdc022937ef9e7b6a82285d94ab |
|
BLAKE2b-256 | b26f303b7fdc4ebfc4a86148af0b930f39b44e54751496c3cb3c79c99b44dcae |
File details
Details for the file vamas-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: vamas-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0e4904506685c541d89e7d337e223285f40358a8f5e2e8b6048c6e928ccf1eb |
|
MD5 | aaad9d68f349cbc87bce53c689a936e4 |
|
BLAKE2b-256 | dc218df80fb6e7b7062b4c8db44ce849e3d99bd7fee6c2e5df9b3c6799e86c33 |