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
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.1.0.tar.gz
(12.7 kB
view hashes)
Built Distribution
ios_shell-1.1.0-py3-none-any.whl
(15.0 kB
view hashes)
Close
Hashes for ios_shell-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 094cf9eb76d22290643baf798de82a0204bd42371f69abfc2b6665902751b035 |
|
MD5 | aa14e85e8b9106465240f45178581b53 |
|
BLAKE2b-256 | d0e03e293ba9ad4d1b21da8d11c98e4ffd05e21f4b81d9501108a08c091191e0 |