Metadata-Version: 2.1
Name: app-paths
Version: 0.0.1
Summary: 📂 Like appdirs but with Paths, path creation and async support.
Home-page: UNKNOWN
License: AGPL-3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: unpackable (<1.0.0,>=0.0.1)
Requires-Dist: appdirs
Requires-Dist: asyncstdlib (<4.0.0,>=3.9.2)
Requires-Dist: StrEnum (>=0.4.6)
Requires-Dist: typing-extensions (>=3.10.0.0) ; python_version < "3.10"
Requires-Dist: aiopath (>=0.5.11) ; python_version <= "3.9"
Requires-Dist: aiopath (>=0.6.9) ; python_version >= "3.10"

# App Paths
Like `appdirs` but with Paths, path creation and async support.


