Metadata-Version: 2.4
Name: jcook3701.flatpak
Version: 1.0.0
Summary: Ansible installer for flatpak packages.
Author-email: Jared Cook <jcook3701+github@gmail.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/jcook3701/jcook3701.flatpak
Project-URL: Repository, https://github.com/jcook3701/jcook3701.flatpak
Project-URL: Documentation, https://github.com/jcook3701/jcook3701.flatpak/docs/jekyll
Keywords: ansible,galaxy,python3,scripts,automation
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: ansible>=12.0; extra == "dev"
Requires-Dist: ansible-core>=2.0; extra == "dev"
Requires-Dist: ansible-runner>=2.4; extra == "dev"
Requires-Dist: galaxy-importer>=0.4; extra == "dev"
Provides-Extra: tools
Requires-Dist: antsibull-changelog>=0.34; extra == "tools"
Requires-Dist: bump-my-version>=1.2; extra == "tools"
Requires-Dist: black>=25.11; extra == "tools"
Requires-Dist: codespell>=2.4; extra == "tools"
Requires-Dist: cookiecutter-project-upgrader>=1.3; extra == "tools"
Requires-Dist: coverage>=7.12; extra == "tools"
Requires-Dist: deptry>=0.24; extra == "tools"
Requires-Dist: djlint>=1.36; extra == "tools"
Requires-Dist: json-lint-tools>=0.1; extra == "tools"
Requires-Dist: jinja2-cli>=0.8; extra == "tools"
Requires-Dist: jinja2-time>=0.2; extra == "tools"
Requires-Dist: mypy==1.9; extra == "tools"
Requires-Dist: nameisok>=0.1; extra == "tools"
Requires-Dist: nutri-matic>=0.1; extra == "tools"
Requires-Dist: pip-audit>=2.10; extra == "tools"
Requires-Dist: pre-commit>=4.5; extra == "tools"
Requires-Dist: pytest>=9.0; extra == "tools"
Requires-Dist: pytest-ansible>=1.3; extra == "tools"
Requires-Dist: pytest-cov>=7.0; extra == "tools"
Requires-Dist: pytest-custom-exit-code>=0.3.0; extra == "tools"
Requires-Dist: ruff>=0.14.0; extra == "tools"
Requires-Dist: tomllint>=0.3; extra == "tools"
Requires-Dist: yamllint>=1.0; extra == "tools"
Requires-Dist: yamlfixer-opt-nc>=0.9; extra == "tools"
Provides-Extra: docs
Requires-Dist: sphinx>=8.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3.0; extra == "docs"
Requires-Dist: sphinx-markdown-builder>=0.6; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=3.5; extra == "docs"
Requires-Dist: ansible-autodoc>=0.5; extra == "docs"
Requires-Dist: myst-parser>=0.18; extra == "docs"
Dynamic: license-file

<!--
  Auto-generated file. Do not edit directly.
  Edit /home/jcook/Documents/git_repo/jcook3701.flatpak/docs/jekyll/README.md instead.
  Run ```make readme``` to regenerate this file
-->
<h1 id="flatpak">flatpak</h1>

<p><a href="LICENSE.md"><img src="https://img.shields.io/github/license/jcook3701/flatpak" alt="License" /></a></p>

<p><strong>Author:</strong> Jared Cook<br />
<strong>Version:</strong> 1.0.0</p>

<h2 id="overview">Overview</h2>

<p>Ansible installer for flatpak packages.</p>

<hr />

<p><strong>CI/CD Check List:</strong></p>

<ul>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/changelog.yml/badge.svg" alt="changelog" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/dependency-check.yml/badge.svg" alt="dependency-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/format-check.yml/badge.svg" alt="format-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/lint-check.yml/badge.svg" alt="lint-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/security-audit.yml/badge.svg" alt="security-audit" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/spellcheck.yml/badge.svg" alt="spellcheck" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/tests.yml/badge.svg" alt="tests" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/typecheck.yml/badge.svg" alt="typecheck" />
<!-- ![release](https://github.com/jcook3701/jcook3701.flatpak/actions/workflows/release.yml/badge.svg) --></li>
</ul>

<hr />

<h2 id="usage-examples">Usage Examples</h2>

<hr />

<h2 id="authors-notes">Author’s Notes</h2>

<h3 id="todos">TODO’s</h3>

<ol>
  <li>Documentation is currently getting wrong project_slug/name. ❌
    <ul>
      <li>Currently path for documentation is just the <code class="language-plaintext highlighter-rouge">$(project_name)</code> and not the <code class="language-plaintext highlighter-rouge">$(namespace).$(project_name)</code>.</li>
    </ul>
  </li>
  <li>Finish ci/cd for changelog generation using antsichaut ❌</li>
  <li>Decide if i should:
    <ul>
      <li>Create ci/cd for documentation rather than using pre-commit</li>
    </ul>
  </li>
</ol>

<hr />
