Skip to main content

File renaming, path acquisition, folder creation, file indexing and other operations.

Project description

AIGC File

Abstract

File renaming, path acquisition, folder creation, file indexing and other operations

Installation

pip install aigcfile

vscode config

{
    // 粘贴时,规范代码,自动帮你满足autopep8代码规范,需要vscode安装有autopep8插件
    "editor.formatOnPaste": true,
    "editor.multiCursorModifier": "ctrlCmd",
    // python 解释器的路径
    "python.defaultInterpreterPath": "/home/william/.conda/envs/aigcav/bin/python",
    // 字数提示分割线,有多少个数,就有多少条分割线
    "editor.rulers": [
        80,
        120
    ],
    "python.languageServer": "Jedi",
    "python.formatting.provider": "none"
}

build

python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m build
python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aigcfile-0.0.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

aigcfile-0.0.3-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page