Metadata-Version: 2.1
Name: Apppath
Version: 1.0.5
Summary: A package for easing return of multiple values
Home-page: https://github.com/pything/apppath
Download-URL: https://github.com/pything/apppath/releases
Author: Christian Heider Lindbjerg
Author-email: christian.heider@alexandra.dk
Maintainer: Christian Heider Lindbjerg
Maintainer-email: christian.heider@alexandra.dk
License: Apache License, Version 2.0
Keywords: app path paths data logs cache
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: warg>=1.3.1
Provides-Extra: dev
Requires-Dist: wheel; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: apppath; extra == "dev"
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinxcontrib-programoutput; extra == "dev"
Requires-Dist: pip; extra == "dev"
Requires-Dist: warg>=1.3.1; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest-runner; extra == "dev"
Provides-Extra: setup
Requires-Dist: tqdm; extra == "setup"
Requires-Dist: pytest-runner; extra == "setup"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: wheel; extra == "tests"
Requires-Dist: black; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: apppath; extra == "tests"
Requires-Dist: coveralls; extra == "tests"
Requires-Dist: sphinx; extra == "tests"
Requires-Dist: sphinxcontrib-programoutput; extra == "tests"
Requires-Dist: pip; extra == "tests"
Requires-Dist: warg>=1.3.1; extra == "tests"
Requires-Dist: mock; extra == "tests"
Requires-Dist: twine; extra == "tests"
Requires-Dist: pytest-runner; extra == "tests"
Provides-Extra: docs
Requires-Dist: apppath; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
Provides-Extra: all
Requires-Dist: pytest; extra == "all"
Requires-Dist: wheel; extra == "all"
Requires-Dist: black; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: apppath; extra == "all"
Requires-Dist: coveralls; extra == "all"
Requires-Dist: sphinx; extra == "all"
Requires-Dist: tqdm; extra == "all"
Requires-Dist: pip; extra == "all"
Requires-Dist: warg>=1.3.1; extra == "all"
Requires-Dist: mock; extra == "all"
Requires-Dist: sphinxcontrib-programoutput; extra == "all"
Requires-Dist: twine; extra == "all"
Requires-Dist: pytest-runner; extra == "all"

<!--![apppath](.github/images/apppath.svg)-->

<p align="center">
  <img src=".github/images/apppath.svg" alt='AppPath' />
</p>

<h1 align="center">AppPath</h1>

<!--# AppPath-->

| [![Documentation](https://img.shields.io/static/v1?label=&message=docs&color=EE4C2C&style=for-the-badge)](https://pything.github.io/apppath/) | [![Build Status](https://travis-ci.com/pything/apppath.svg?branch=master)](https://travis-ci.com/pything/apppath) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) | [![Coverage Status](https://coveralls.io/repos/github/pything/apppath/badge.svg?branch=master)](https://coveralls.io/github/pything/apppath?branch=master) | [![Total alerts](https://img.shields.io/lgtm/alerts/g/pything/apppath.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pything/apppath/alerts/) | [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pything/apppath.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pything/apppath/context:python) |
|-----------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| Workflows                                                                                                                                                                                                      |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ![Publish Python 🐍 distributions 📦 to PyPI and TestPyPI](https://github.com/pything/apppath/workflows/Publish%20Python%20%F0%9F%90%8D%20distributions%20%F0%9F%93%A6%20to%20PyPI%20and%20TestPyPI/badge.svg) |
| ![On Push Any Documentation Check](https://github.com/pything/apppath/workflows/On%20Push%20Any%20Documentation%20Check/badge.svg)                                                                             |
| ![CodeQL](https://github.com/pything/apppath/workflows/CodeQL/badge.svg)                                                                                                                                       |

___
> Clutter-free app data

![python](.github/images/python.svg)
___

A class and a set of functions for providing for system-consensual path for apps to store data, logs, cache...
