Metadata-Version: 2.1
Name: platformdirs
Version: 4.5.1
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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 >=2025.9.25 ; extra == 'docs'
Requires-Dist: proselint >=0.14 ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints >=3.2 ; extra == 'docs'
Requires-Dist: sphinx >=8.2.3 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: appdirs ==1.4.4 ; extra == 'test'
Requires-Dist: covdefaults >=2.3 ; extra == 'test'
Requires-Dist: pytest-cov >=7 ; extra == 'test'
Requires-Dist: pytest-mock >=3.15.1 ; extra == 'test'
Requires-Dist: pytest >=8.4.2 ; extra == 'test'
Provides-Extra: type
Requires-Dist: mypy >=1.18.2 ; extra == 'type'

