Metadata-Version: 2.4
Name: artemis_sg
Version: 0.6.9
Summary: Package for generating Google slide decks
Project-URL: Homepage, https://gitlab.com/johnduarte/artemis_slide_generator
Project-URL: Bug Tracker, https://gitlab.com/johnduarte/artemis_slide_generator/-/issues
Project-URL: Changelog, https://gitlab.com/johnduarte/artemis_slide_generator/blob/main/CHANGELOG.md
Author-email: John Duarte <john@yeliad.us>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: flatten-dict
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-cloud-storage
Requires-Dist: isbnlib
Requires-Dist: openpyxl
Requires-Dist: pillow
Requires-Dist: platformdirs
Requires-Dist: puremagic
Requires-Dist: rich
Requires-Dist: selenium
Requires-Dist: tomli-w
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-click; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-inline-tabs; extra == 'docs'
Requires-Dist: sphinx>=4.0; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid; extra == 'docs'
Provides-Extra: test
Requires-Dist: black; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: isort; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-xprocess; extra == 'test'
Requires-Dist: ruff; extra == 'test'
Description-Content-Type: text/markdown

<p>
    <img height="130"
        src=https://images.squarespace-cdn.com/content/v1/6110970ca45ca157a1e98b76/e4ea0607-01c0-40e0-a7c0-b56563b67bef/artemis.png?format=200w)"
        alt="Artemis logo">
</p>

# Artemis SG

This is a command line python application used to transform spreadsheet data.

Its primary goals are to produce:
* Google Slide decks
* Excel spreadsheets

It is specifically tailored for the item data and business uses of Artemis Book Sales.

For more information, visit the gitlab pages
[documentation site](https://johnduarte.gitlab.io/artemis_sg/).
