Metadata-Version: 2.2
Name: platformdirs
Version: 4.3.6
Summary: A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`.
Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>, Julian Berman <Julian@GrayVines.com>, Ofek Lev <oss@ofek.dev>, Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: furo>=2024.8.6; extra == "docs"
Requires-Dist: proselint>=0.14; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=2.4; extra == "docs"
Requires-Dist: sphinx>=8.0.2; extra == "docs"
Provides-Extra: test
Requires-Dist: appdirs==1.4.4; extra == "test"
Requires-Dist: covdefaults>=2.3; extra == "test"
Requires-Dist: pytest-cov>=5; extra == "test"
Requires-Dist: pytest-mock>=3.14; extra == "test"
Requires-Dist: pytest>=8.3.2; extra == "test"
Provides-Extra: type
Requires-Dist: mypy>=1.11.2; extra == "type"
Dynamic: classifier
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: summary
