Metadata-Version: 2.1
Name: booq
Version: 2022.8.9
Summary: Python implementation of booq - a tool calculating binary year to date metrics with monthly cumulative slices.
Home-page: https://git.sr.ht/~sthagen/booq
Author: Stefan Hagen
Author-email: stefan@hagen.link
Maintainer: Stefan Hagen
Maintainer-email: stefan@hagen.link
Project-URL: Bug Tracker, https://todo.sr.ht/~sthagen/booq
Project-URL: Documentation, https://codes.dilettant.life/docs/booq
Project-URL: Source Code, https://git.sr.ht/~sthagen/booq
Project-URL: Test Coverage, https://codes.dilettant.life/coverage/booq
Keywords: developer-tools,validation,verification
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: first (>=2.0.2)
Requires-Dist: jmespath (>=1.0.1)
Requires-Dist: jsonschema (>=4.8.0)
Requires-Dist: lxml (>=4.9.1)
Requires-Dist: orjson (>=3.7.11)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: typer (>=0.6.1)
Requires-Dist: xmlschema (>=2.0.1)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: hypothesis ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-flake8 ; extra == 'dev'
Requires-Dist: types-jmespath ; extra == 'dev'

# booq

Python implementation of booq - a tool calculating binary year to date metrics with monthly cumulative slices.

[License: MIT](https://git.sr.ht/~sthagen/booq/tree/default/item/LICENSE)

[![version](https://img.shields.io/pypi/v/booq.svg?style=flat)](https://pypi.python.org/pypi/booq/)
[![downloads](https://pepy.tech/badge/booq/month)](https://pepy.tech/project/booq)
[![wheel](https://img.shields.io/pypi/wheel/booq.svg?style=flat)](https://pypi.python.org/pypi/booq/)
[![supported-versions](https://img.shields.io/pypi/pyversions/booq.svg?style=flat)](https://pypi.python.org/pypi/booq/)
[![supported-implementations](https://img.shields.io/pypi/implementation/booq.svg?style=flat)](https://pypi.python.org/pypi/booq/)

## Documentation

User and developer [documentation of booq](https://codes.dilettant.life/docs/booq).

## Bug Tracker

Feature requests and bug reports are best entered in the [todos of booq](https://todo.sr.ht/~sthagen/booq).

## Primary Source repository

The primary source repository of [booq is at sourcehut](https://git.sr.ht/~sthagen/booq)
a collection of tools useful for software development.

## Status

Experimental.

**Note**: The default branch is `default`.
