Metadata-Version: 2.4
Name: deckbridge
Version: 0.1.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.1.0

The initial setup of this project.
