跳转到主要内容

使用在线数据库的元数据重命名和移动文件。

项目描述

mvodb

pipeline status coverage report documentation pypi version

使用在线数据库的元数据重命名和移动文件。

需求

mvodb需要Python 3.6或更高版本。

要安装Python 3.6,我建议使用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

安装

使用pip

python3.6 -m pip install mvodb

使用pipx

python3.6 -m pip install --user pipx

pipx install --python python3.6 mvodb

使用(作为库)

待办事项

使用(命令行)

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.

项目细节


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装软件包的信息。

源分布

mvodb-0.1.0.tar.gz (5.6 kB 查看散列)

上传时间:

构建分布

mvodb-0.1.0-py3-none-any.whl (7.5 kB 查看散列)

上传时间: Python 3

由以下提供支持