Metadata-Version: 2.4
Name: deckbridge
Version: 0.3.0
Summary: Deck builder for analytics.
Author-email: Joseph Cobb <josephxcobb@gmail.com>
Project-URL: repository, https://github.com/josephcobb111/deckbridge
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: google-api-python-client
Requires-Dist: google-auth
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: pandas
Requires-Dist: python-pptx
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Provides-Extra: tests
Requires-Dist: coverage; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: pytest>=6.0; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pyyaml; extra == "tests"
Requires-Dist: types-pyyaml; extra == "tests"
Provides-Extra: qa
Requires-Dist: check-manifest; extra == "qa"
Requires-Dist: pre-commit; extra == "qa"
Requires-Dist: pre-commit-hooks; extra == "qa"
Requires-Dist: mypy; extra == "qa"
Requires-Dist: edgetest; extra == "qa"
Requires-Dist: ruff; extra == "qa"
Requires-Dist: black; extra == "qa"
Requires-Dist: flake8; extra == "qa"
Requires-Dist: isort; extra == "qa"
Requires-Dist: pylint; extra == "qa"
Provides-Extra: build
Requires-Dist: twine; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: bump2version; extra == "build"
Provides-Extra: dev
Requires-Dist: deckbridge[docs]; extra == "dev"
Requires-Dist: deckbridge[tests]; extra == "dev"
Requires-Dist: deckbridge[qa]; extra == "dev"
Requires-Dist: deckbridge[build]; extra == "dev"
Dynamic: license-file

# deckbridge

[![image](https://img.shields.io/badge/python-3.9-green.svg)](https://www.python.org)
[![image](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)


## Quick Start

Create a virtual environment with Python 3.9 and install from git:

```
pip install git+ssh://git@github.com/josephcobb111/deckbridge.git
```

## Documentation

Full documentation is available on [GitHub Pages](https://github.com/josephcobb111/deckbridge/build/html/index.html)

## Bugs / Requests
Please use the [GitHub issue tracker](https://github.com/josephcobb111/deckbridge/issues) to submit bugs or request features.

## Changelog

Consult the [Changelog](https://github.com/josephcobb111/deckbridge/build/html/changelog.html) for the latest release information.

# Changelog

## 0.3.0

### What's Changed
* Restructure Title Slides by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/5
* Slot name mapping by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/6
* RenderContext class to streamline code by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/7
* Enable Theme text formatting by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/8
* Theme Chart Styling by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/9
* Multiple Series by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/10
* Clean up legend renderer by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/11
* Consistent value axis range by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/12

**Full Changelog**: https://github.com/josephcobb111/deckbridge/compare/v0.1.0...v0.2.0


## 0.2.0

### What's Changed
* Restructure Title Slides by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/5
* Slot name mapping by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/6
* RenderContext class to streamline code by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/7
* Enable Theme text formatting by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/8
* Theme Chart Styling by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/9
* Multiple Series by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/10
* Clean up legend renderer by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/11
* Consistent value axis range by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/12
* Release v0.2.0 by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/14

**Full Changelog**: https://github.com/josephcobb111/deckbridge/compare/v0.1.0...v0.2.0


## 0.1.0

Initial release with proof-of-concept functionality.

### What's Changed
* Skeleton functionality by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/1
* Revision Two Slide Presentation by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/2
* Create Chart Layout Registry by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/3
* Miscellaneous clean-up by @josephcobb111 in https://github.com/josephcobb111/deckbridge/pull/4

### New Contributors
* @josephcobb111 made their first contribution in https://github.com/josephcobb111/deckbridge/pull/1

**Full Changelog**: https://github.com/josephcobb111/deckbridge/commits/v0.1.0
