Metadata-Version: |
2.3 |
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[at]gmail.com>, Julian Berman <Julian[at]GrayVines.com>, Ofek Lev <oss[at]ofek.dev>, Ronny Pfannschmidt <opensource[at]ronnypfannschmidt.de> |
Project-Url: |
Changelog, https://github.com/tox-dev/platformdirs/releases |
Project-Url: |
Documentation, https://platformdirs.readthedocs.io |
Project-Url: |
Homepage, https://github.com/tox-dev/platformdirs |
Project-Url: |
Source, https://github.com/tox-dev/platformdirs |
Project-Url: |
Tracker, https://github.com/tox-dev/platformdirs/issues |
Keywords: |
appdirs,application,cache,directory,log,user |
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 |
Requires-Python: |
>=3.8 |
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" |
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" |
Requires-Dist: |
mypy (>=1.11.2); extra == "type" |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Provides-Extra: |
type |
Description-Content-Type: |
text/x-rst |
License-Expression: |
MIT |
License-File: |
LICENSE |