Metadata-Version: 2.4
Name: stardust-tools
Version: 0.2.0
Summary: General tools and enhancements for Python.
Author-email: Grant Giesbrecht <giesbrechtgrant@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/Grant-Giesbrecht/stardust
Project-URL: Issues, https://github.com/Grant-Giesbrecht/stardust/issues
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py>=3.0
Requires-Dist: colorama>=0.4
Requires-Dist: cryptography>=3.4
Requires-Dist: matplotlib>=3.5
Requires-Dist: numpy>=1.22
Requires-Dist: pylogfile>=0.5.0
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Dynamic: license-file

# stardust
General tools and enhancements for Python

## Documentation

Docs are built with Sphinx and live in `docs/`. To build locally:

```bash
pip install -r docs/requirements.txt
cd docs && make html      # output in docs/_build/html
```

Current coverage: the [tome](docs/tome/index.md) format — a Python guide and a
language-independent format specification.
