Rename and move files using metadata from online databases.
Project description
mvodb
Rename and move files using metadata from online databases.
Requirements
mvodb requires Python 3.6 or above.
To install Python 3.6, I recommend using pyenv
.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv
# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"
# install Python 3.6
pyenv install 3.6.8
# make it available globally
pyenv global system 3.6.8
Installation
With pip
:
python3.6 -m pip install mvodb
With pipx
:
python3.6 -m pip install --user pipx
pipx install --python python3.6 mvodb
Usage (as a library)
TODO
Usage (command-line)
usage: mvodb [-h] [-y] FILE [FILE ...]
positional arguments:
FILE Files to move/rename.
optional arguments:
-h, --help show this help message and exit
-y, --no-confirm Do not ask confirmation.
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
mvodb-0.1.0.tar.gz
(5.6 kB
view details)
Built Distribution
mvodb-0.1.0-py3-none-any.whl
(7.5 kB
view details)
File details
Details for the file mvodb-0.1.0.tar.gz
.
File metadata
- Download URL: mvodb-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.6.9 Linux/5.4.3-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9fcbd46a02fd3e64a41b6d81c09dae66e548deb83ca5dbd5dba716fed7d7ffe |
|
MD5 | 0412bcac26f370142195bbb8f76d69fd |
|
BLAKE2b-256 | 3c9e6754d6d30d5884e61bad6d91f78227448a4a2bc5cbae6780d3913bb84330 |
File details
Details for the file mvodb-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: mvodb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.6.9 Linux/5.4.3-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c87de46f04e45c3752503b5a7556b7fac407b8fa6cfa344bf62d48fa851da1a |
|
MD5 | 888394e26f32e0b53cc7d8c992683fb1 |
|
BLAKE2b-256 | 918e360aabed6bfec171022f3a8a0a72d60e9b1faeeab24e5ea674da112ab9d4 |