On Mon, 30 Sep 2019 at 15:51, Barry Scott wrote:
>
> > On 30 Sep 2019, at 14:17, Paul Moore wrote:
> >
> > How does this compare to the existing appdirs module on PyPI?
> >
>
> I did not know about appdirs.
Fair enough ;-)
> It does not seem to have separate read vs. save paths.
> Required for
> On 30 Sep 2019, at 14:17, Paul Moore wrote:
>
> How does this compare to the existing appdirs module on PyPI?
>
I did not know about appdirs.
It does not seem to have separate read vs. save paths.
Required for XDG specification where a path of config folder is defined.
On 1st run the con
How does this compare to the existing appdirs module on PyPI?
On Mon, 30 Sep 2019 at 13:15, Barry Scott wrote:
>
> See https://pypi.org/project/config-path/ for documentation.
>
> Install using pip:
>
> python -m pip install config-path
>
> I write tools that run on macOS, Unix and Window
See https://pypi.org/project/config-path/ for documentation.
Install using pip:
python -m pip install config-path
I write tools that run on macOS, Unix and Windows systems.
Each operating system has its own conventions on where config
files should be stored. Following the conventions is