Metadata-Version: 2.4
Name: acidbase
Version: 0.1.0
Summary: Base functions for Acid Genomics packages.
Author: Michael Steinbaugh
Author-email: Michael Steinbaugh <mike@steinbaugh.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: scipy
Requires-Dist: bumpver ; extra == 'develop'
Requires-Dist: coverage ; extra == 'develop'
Requires-Dist: interrogate ; extra == 'develop'
Requires-Dist: pyright[nodejs] ; extra == 'develop'
Requires-Dist: pytest ; extra == 'develop'
Requires-Dist: pytest-cov ; extra == 'develop'
Requires-Dist: ruff ; extra == 'develop'
Requires-Dist: ty ; extra == 'develop'
Requires-Dist: uv ; extra == 'develop'
Requires-Dist: myst-parser ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Maintainer: Acid Genomics
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/acidgenomics/py-acidbase
Project-URL: Repository, https://github.com/acidgenomics/py-acidbase
Project-URL: Changelog, https://github.com/acidgenomics/py-acidbase/blob/main/CHANGELOG.md
Provides-Extra: develop
Provides-Extra: docs
Description-Content-Type: text/markdown

# py-acidbase

Base functions for [Acid Genomics](https://acidgenomics.com) packages.

## Installation

This is a [Python][] package hosted at [python.acidgenomics.com][].
We recommend using [uv][] to install.

```sh
uv pip install \
    --index-url 'https://python.acidgenomics.com/' \
    acidbase
```

Or add the index to your project's `pyproject.toml`:

```toml
[[tool.uv.index]]
url = "https://python.acidgenomics.com/"
```

Then install:

```sh
uv add acidbase
```

## Links

- [GitHub](https://github.com/acidgenomics/py-acidbase)


## License

Apache-2.0 — Copyright 2026 Acid Genomics LLC — see [LICENSE](LICENSE).

[python]: https://www.python.org/
[python.acidgenomics.com]: https://python.acidgenomics.com
[uv]: https://docs.astral.sh/uv/
