Metadata-Version: 2.4
Name: shellfish
Version: 0.6.3
Summary: shellfish ~ shell & file-system utils
Author-email: jesse <jesse@dgi.com>
License-File: LICENSE
Keywords: dgpy,filesystem,fs,shell,typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.9
Requires-Dist: aiopen>=0.5
Requires-Dist: asyncify>=0.9.1
Requires-Dist: funkify>=0.4
Requires-Dist: jsonbourne>=0.29
Requires-Dist: listless>=0.1
Requires-Dist: pydantic>=2.0.3
Requires-Dist: typing-extensions>=4.12.2
Description-Content-Type: text/markdown

<a href="https://github.com/dynamic-graphics-inc/dgpy-libs">
<img align="right" src="https://github.com/dynamic-graphics-inc/dgpy-libs/blob/main/docs/images/dgpy_banner.svg?raw=true" alt="drawing" height="120" width="300"/>
</a>

# shellfish

[![Wheel](https://img.shields.io/pypi/wheel/shellfish.svg)](https://img.shields.io/pypi/wheel/shellfish.svg)
[![Version](https://img.shields.io/pypi/v/shellfish.svg)](https://img.shields.io/pypi/v/shellfish.svg)
[![py_versions](https://img.shields.io/pypi/pyversions/shellfish.svg)](https://img.shields.io/pypi/pyversions/shellfish.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

**Install:** `pip install shellfish` OR `poetry add shellfish`

**What:** shellfish = shell & file-system utils; async & sync

**Features:**

- Pydantic models
- Async(io) shell/file-system utils
- Type annotated

**TODO:**

- [x] Add support for acceptable return codes
- [ ] Look into breaking down shellfish.sh into smaller modules
