Metadata-Version: 2.4
Name: domcsis-epic-tinker-box
Version: 0.2.0
Summary: Domcsi's Epic Tinker Box - a collection of Python utilities for scientific and quantum computing research.
Author-email: Dominik Szombathy <szmbthy.dmnk@gmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-benchmark; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: scipy-stubs; extra == "dev"
Requires-Dist: memory-profiler; extra == "dev"

[![Python pytest](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-pytest.yml/badge.svg)](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-pytest.yml)
[![PyPI version](https://img.shields.io/pypi/v/domcsis-epic-tinker-box)](https://pypi.org/project/domcsis-epic-tinker-box/)
[![python mypy](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-mypy.yml/badge.svg?branch=main&event=push)](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-mypy.yml)
[![Python Ruff](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-ruff.yml/badge.svg?branch=main&event=push)](https://github.com/szmbthydmnk/domcsis-epic-tinker-box/actions/workflows/python-ruff.yml)

# Domcsi's Epic Tinker Box
Hello stranger!

Domcsi's Epic Tinker Box is my little repository of python and Julia libraries filled (gradually) with codes and rutines that I use throughout my coding, scientific and researching journey.

This should also be a playground for myself to learn and grow as a programmer.

--- 
## Metrics

### Number of Tests

- Python tests: <!-- PYTHON_TESTS -->80 tests<!-- /PYTHON_TESTS -->

### LOC metrics
Now this is not important, and I do not think that it is a good idea to attribute quality, effort or productiveness to the following metrix, but it is like the first, easy-peasy Github Action that one can set up, so here it is:

```
LOC is lines of code
LOCo is lines of comments
code share is LOC/(LOC + LOCo)
```

- Python: <!-- PYTHON_METRIC -->645 LOC, code share = 66.2%<!-- /PYTHON_METRIC -->
- Julia: <!-- JULIA_METRIC -->0 LOC, code share = N/A<!-- /JULIA_METRIC -->

---
