Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/')

About

Utilities package for dropbox path and so on

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages