No project description provided
Project description
DotDropboxIgnore
A cross-platform module to facilitate ignoring files and folders in a Dropbox folder.
Tested on Windows and Linux (Fedora).
Installation
Installation not strictly required, Python 3.9+.
To make it easier to call the utility, clone this repository and then install it with pip:
python -m pip install dot-dropbox-ignore
Now you can call either:
$ python -m dropboxignore
or
$ dbignore
From anywhere you have access to your Python installation.
If managing multiple versions of Python can be useful to install with pipx.
pipx install dot-dropbox-ignore
Usage
The default command without any arguments will search for all files and folders recursively from the current working directory that match the default .dropboxignore file in the module, which includes:
**/.git
**/node_modules
**/venv
**/env
**/__pycache__*
**/.pytest_cache*
**/*.manifest
**/*.spec
**/build
**/dist
**/*.egg-info*
Which you can modify yourself if you want to customize it, just note that they need to be valid glob patterns.
You can also pass in explicit arguments for the path to use as root and a custom .dropboxignore file.
dropboxignore C:\Dropbox C:\Dropbox\.dropboxignore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dot-dropbox-ignore-0.2.0.tar.gz.
File metadata
- Download URL: dot-dropbox-ignore-0.2.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0f555590da996b5502deb34e78a1873295cbadc33a9372f3b8dd6975a27afd8
|
|
| MD5 |
e1298e7b9ae583f766e0a19d276d9a49
|
|
| BLAKE2b-256 |
bc098b6adecbabd403210196c376d62fef8fef8a97ecaceca2345b1e86fb3814
|
File details
Details for the file dot_dropbox_ignore-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dot_dropbox_ignore-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20b1bc4904c1fe38dd00bc9bae7b495a45624bbdf921befff2a5021ec9e5adc9
|
|
| MD5 |
ac2f9721e425d5f6ce228bb100d13169
|
|
| BLAKE2b-256 |
e88f29890e752fdbec64c6e11a9ab54a95d45635d01775b47092e465787d6a4d
|