Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 667 Bytes

File metadata and controls

35 lines (23 loc) · 667 Bytes

python-dropboxpath

Resolve a path inside your local Dropbox folder, cross-platform

Install

pip install dropboxpath

To edit, install in editable mode instead and just modify the files in this repo directly:

pip install -e .

Installed via PyPI, so update to the latest published version with:

pip install --upgrade dropboxpath

DropboxPath

Resolves a path inside your local Dropbox folder, cross-platform (Windows/macOS/Linux).

from DropboxPath import dropboxPath

dropboxPath("/folder/I/Care/About/")
# WindowsPath('C:/Users/.../Dropbox/folder/I/Care/About')

dropboxPath()
# WindowsPath('C:/Users/.../Dropbox/')