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.57.tar.gz
(11.7 kB
view hashes)
Built Distribution
ios_shell-0.1.57-py3-none-any.whl
(14.0 kB
view hashes)
Close
Hashes for ios_shell-0.1.57-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 304ebae087ff65f5fdfdd75ee2f878e73463636edfe06fc874312e3095625d67 |
|
MD5 | f1b9dc3deb96a0118ca34fac4b2249a3 |
|
BLAKE2b-256 | 5d11d7abe6b6b604ee691dc79930f33aab513042a8e98a014d7a6f470ea1802f |