Metadata-Version: 2.4
Name: deflateawning-python
Version: 0.2.2
Summary: A quick, opinionated, batteries-included version of IPython with tools I use often
Project-URL: repository, https://gitlab.com/DeflateAwning/dapython
License-Expression: Unlicense
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: basedpyright>=1.39.0
Requires-Dist: beautifulsoup4>=4.14.3
Requires-Dist: ipython>=9.12.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: numpy>=2.4.4
Requires-Dist: orjson>=3.11.8
Requires-Dist: pandas>=3.0.2
Requires-Dist: pint>=0.25.3
Requires-Dist: polars>=1.39.3
Requires-Dist: pydash>=8.0.6
Requires-Dist: pygments>=2.20.0
Requires-Dist: pytest>=9.0.3
Requires-Dist: requests>=2.33.1
Requires-Dist: ruff>=0.15.10
Requires-Dist: sympy>=1.14.0
Description-Content-Type: text/markdown

# dapython

A quick, opinionated, batteries-included version of IPython with tools I use often

## Run

```bash
uv tool install "git+https://gitlab.com/DeflateAwning/dapython"
# -- or --
uv tool install deflateawning-python

dapython
```

## Details

* Inspired by discussion: https://github.com/astral-sh/uv/issues/18996
