Metadata-Version: 2.4
Name: jcook3701.pkgs
Version: 1.0.0
Summary: Ansible installer for snap packages.
Author-email: Jared Cook <jcook3701+github@gmail.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/jcook3701/jcook3701.pkgs
Project-URL: Repository, https://github.com/jcook3701/jcook3701.pkgs
Project-URL: Documentation, https://github.com/jcook3701/jcook3701.pkgs/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.18; extra == "dev"
Requires-Dist: ansible-runner>=2.4; extra == "dev"
Requires-Dist: galaxy-importer>=0.4; extra == "dev"
Requires-Dist: ruamel.yaml<0.18.0,>=0.17.9; extra == "dev"
Provides-Extra: tools
Requires-Dist: antsibull-changelog>=0.34; extra == "tools"
Requires-Dist: antsichaut>=0.4; 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: passlib>=1.7; 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.pkgs/docs/jekyll/README.md instead.
  Run ```make readme``` to regenerate this file
-->
<h1 id="pkgs">pkgs</h1>

<p><a href="LICENSE.md"><img src="https://img.shields.io/github/license/jcook3701/jcook3701.pkgs" 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 snap packages.</p>

<hr />

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

<ul>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/dependency-check.yml/badge.svg" alt="dependency-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/format-check.yml/badge.svg" alt="format-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/lint-check.yml/badge.svg" alt="lint-check" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/security-audit.yml/badge.svg" alt="security-audit" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/spellcheck.yml/badge.svg" alt="spellcheck" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/tests.yml/badge.svg" alt="tests" /></li>
  <li><img src="https://github.com/jcook3701/jcook3701.pkgs/actions/workflows/typecheck.yml/badge.svg" alt="typecheck" /></li>
</ul>

<hr />
<!-- NOTE: This page is currently included in _copy_without_render which is why there are no raw or endraw tags. And no calls to . -->
<!-- NOTE: On this page all links need to be from site.github_io_url and not jinja2 links -->

<h2 id="-getting-started">🌱 Getting Started</h2>

<ul>
  <li><a href="https://jcook3701.github.io/jcook3701.pkgs/manual/setup-guide/requirements">Requirements</a></li>
  <li><a href="https://jcook3701.github.io/jcook3701.pkgs/manual/introduction/installation-guide">Installation guide</a></li>
</ul>

<h2 id="-documentation">📚 Documentation</h2>

<p>The pkgs documentation is available at <a href="https://jcook3701.github.io/jcook3701.pkgs">docs</a>.</p>

<h2 id="-contributing">🤝 Contributing</h2>

<p>If you’re interested in contributing to the pkgs project:</p>
<ul>
  <li>Start by reading the <a href="https://jcook3701.github.io/jcook3701.pkgs/manual/developer-resources/contribute">contributing guide</a>.</li>
  <li>Learn how to setup your local environment, in our <a href="https://jcook3701.github.io/jcook3701.pkgs/manual/contribute/developer-guide">developer guide</a>.</li>
  <li>Look through our <a href="https://jcook3701.github.io/jcook3701.pkgs/manual/contribute/style-guides/index">style guide</a>.</li>
</ul>

<h2 id="-authors-notes">🍹 Authors Notes</h2>

<h2 id="️-license">⚖️ License</h2>

<p>Copyright (c) 2025-2026, Jared Cook</p>

<p>This project is licensed under the <strong>AGPL-3.0-or-later License</strong>.<br />
See the <a href="https://github.com/jcook3701/jcook3701.pkgs/blob/master/LICENSE.md">LICENSE</a> file for the full license text.</p>

<p>SPDX-License-Identifier: AGPL-3.0-or-later</p>

<!--
    TODO: Setup the following packages
        1. Email Sever
            1. Postfix (SMTP/sending)
            2. Dovecot (IMAP/receiving)
-->
