directories-rs VS platformdirs

Compare directories-rs vs platformdirs and see what are their differences.

directories-rs

a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows (by dirs-dev)

platformdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". (by platformdirs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
directories-rs platformdirs
5 3
693 492
2.7% 2.2%
4.0 8.1
8 months ago 8 days ago
Rust Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

directories-rs

Posts with mentions or reviews of directories-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.

platformdirs

Posts with mentions or reviews of platformdirs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • GrandTourer – a CLI tool for easily launching applications on macOS
    2 projects | /r/Python | 6 Dec 2023
    Also, I saw that you're trying to find the app locations yourself. You may wanna use this instead: https://github.com/platformdirs/platformdirs
  • Use the XDG Base Directory Specification
    9 projects | news.ycombinator.com | 23 Mar 2023
    Start with pythons “projectdirs”, which refuses to allow mac systems to use XDG or at least have that option.

    https://github.com/platformdirs/platformdirs/issues/4

  • Help with yt-dlp config setup (mac)
    1 project | /r/youtubedl | 10 Feb 2023
    I did my own research on what XDG_CONFIG_HOME means within macOS when setting up yt-dlp for macOS 13 (Ventura) but I couldn't find a very definitive answer. I found a thread on GitHub where someone says "Apple does not follow the XDG spec, so at best what I've seen is people roughly mapping it..." and that goes down too deep a rabbit hole for me.

What are some alternatives?

When comparing directories-rs and platformdirs you can also consider the following projects:

dirs - a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

boxxy - boxxy puts bad Linux applications in a box with only their files.

rattler - Rust crates to work with the Conda ecosystem.

xdg-ninja - A shell script which checks your $HOME for unwanted files and directories.

dotfiles - Dotfiles

Cargo - The Rust package manager

config-finder-rust - Rust crate to easily find config files and directories for your CLI application

neovim - Vim-fork focused on extensibility and usability

cibuildwheel - 🎡 Build Python wheels for all the platforms with minimal configuration.

GrandTourer - Launch applications from the terminal on MacOS