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-0.1.58.tar.gz
(11.7 kB
view hashes)
Built Distribution
ios_shell-0.1.58-py3-none-any.whl
(14.0 kB
view hashes)
Close
Hashes for ios_shell-0.1.58-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 970aea0af1a3db0f0c0d6c7fb110fea935d6edd5fcd729ab286ec91446bca5e2 |
|
MD5 | 4b5f1170a53892ec22004aff1f66bbe2 |
|
BLAKE2b-256 | cdb8f41d11372e3323d1745612885e682d4c9aff833ebfdc07a3fd124e663fbe |