Metadata-Version: 2.1
Name: craft-application
Version: 4.2.6
Summary: A framework for *craft applications.
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: craft-archives>=2.0.0
Requires-Dist: craft-cli>=2.6.0
Requires-Dist: craft-grammar>=2.0.0
Requires-Dist: craft-parts>=2.1.1
Requires-Dist: craft-providers>=2.0.4
Requires-Dist: snap-helpers>=0.4.2
Requires-Dist: platformdirs>=3.10
Requires-Dist: pydantic~=2.0
Requires-Dist: license-expression>=30.0.0
Requires-Dist: pygit2<1.15.0,>=1.13.0
Requires-Dist: PyYaml>=6.0
Requires-Dist: requests~=2.32
Requires-Dist: typing_extensions>=4.4.0
Provides-Extra: remote
Requires-Dist: launchpadlib>=1.10.16; extra == "remote"
Provides-Extra: dev
Requires-Dist: coverage[toml]==7.6.1; extra == "dev"
Requires-Dist: hypothesis>=6.0; extra == "dev"
Requires-Dist: pyfakefs~=5.3; extra == "dev"
Requires-Dist: pytest==8.3.2; extra == "dev"
Requires-Dist: pytest-check==2.4.1; extra == "dev"
Requires-Dist: pytest-cov==5.0.0; extra == "dev"
Requires-Dist: pytest-mock==3.14.0; extra == "dev"
Requires-Dist: pytest-rerunfailures==14.0; extra == "dev"
Requires-Dist: pytest-subprocess~=1.5.2; extra == "dev"
Requires-Dist: pytest-time>=0.3.1; extra == "dev"
Requires-Dist: responses~=0.25.0; extra == "dev"
Requires-Dist: craft-application[remote]; extra == "dev"
Provides-Extra: lint
Requires-Dist: black~=24.0; extra == "lint"
Requires-Dist: codespell[toml]==2.3.0; extra == "lint"
Requires-Dist: yamllint==1.35.1; extra == "lint"
Provides-Extra: types
Requires-Dist: mypy[reports]==1.11.2; extra == "types"
Requires-Dist: pyright==1.1.376; extra == "types"
Requires-Dist: types-requests; extra == "types"
Requires-Dist: types-urllib3; extra == "types"
Provides-Extra: docs
Requires-Dist: canonical-sphinx~=0.1.0; extra == "docs"
Requires-Dist: sphinx-autobuild==2024.9.3; extra == "docs"
Requires-Dist: sphinx-lint==0.9.1; extra == "docs"
Provides-Extra: apt
Requires-Dist: python-apt>=2.4.0; sys_platform == "linux" and extra == "apt"

*****************
craft-application
*****************

A basis for future \*Craft applications.

Description
-----------
This project will provide a basis for future projects similar to Snapcraft_, Charmcraft_ and Rockcraft_, with the eventual goal of rebasing those applications on this.

Structure
---------
TODO

How to migrate existing projects
--------------------------------
TODO

.. _Snapcraft: https://github.com/snapcore/snapcraft
.. _Charmcraft: https://github.com/canonical/charmcraft/
.. _Rockcraft: https://github.com/canonical/rockcraft
