Parses files formatted by the Institute of Ocean Sciences' IOSShell tool
Project description
IOS Shell file parsing library
This is a library for parsing files in the IOS Shell format. It has no relation to iOS or terminal shells.
Prerequisites
- Python 3.8, 3.9, or 3.10 with pip
Installation
ios_shell
is not yet on PyPI.
To use it in your project, you can run the following:
pip install -e git+https://github.com/cyborgsphinx/ios-shell#egg=ios_shell
Example
If 1930-003-0058.bot
is in the same folder as the program using ios_shell:
parsed_file = ios_shell.ShellFile.fromfile("1930-003-0058.bot")
To use the contents of a file previously read into the program:
parsed_contents = ios_shell.ShellFile.fromcontents(contents)
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
ios-shell-1.0.0.tar.gz
(11.7 kB
view hashes)
Built Distribution
ios_shell-1.0.0-py3-none-any.whl
(13.9 kB
view hashes)
Close
Hashes for ios_shell-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3232bb07f40ef986e3647c340e7546f3fbdf9a83228352ea5975cd73b938ebee |
|
MD5 | 3c0f883e18bb78503c12e96f7478f0c6 |
|
BLAKE2b-256 | 3614a008cd87e22ad9ef37b4a5934d4aec8fb92735875e7a43979d42be7c6def |