We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330b272 commit 4851532Copy full SHA for 4851532
README.rst
@@ -1,8 +1,14 @@
1
The problem
2
===========
3
4
+.. image:: https://badge.fury.io/py/platformdirs.svg
5
+ :target: https://badge.fury.io/py/platformdirs
6
+.. image:: https://img.shields.io/pypi/pyversions/platformdirs.svg
7
+ :target: https://pypi.python.org/pypi/platformdirs/
8
.. image:: https://github.com/platformdirs/platformdirs/actions/workflows/check.yml/badge.svg
9
:target: https://github.com/platformdirs/platformdirs/actions
10
+.. image:: https://static.pepy.tech/badge/platformdirs/month
11
+ :target: https://pepy.tech/project/tox-uv
12
13
When writing desktop application, finding the right location to store user data
14
and configuration varies per platform. Even for single-platform apps, there
0 commit comments