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
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
aigcfile-0.0.3.tar.gz
(8.7 kB
view details)
Built Distribution
aigcfile-0.0.3-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file aigcfile-0.0.3.tar.gz
.
File metadata
- Download URL: aigcfile-0.0.3.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a236e6117494c06ccf7ed04cd372fa6b09af1b16e58295019f8898744378099 |
|
MD5 | 5609fdb62d58e685efffb02ec03ce8af |
|
BLAKE2b-256 | 03985663daf99e29a6a0e7e597b22cffe24ebcb892fb89b05b93042e2f8246d3 |
File details
Details for the file aigcfile-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: aigcfile-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bf3ac01820ecaf55efe498117e9fe0cfdb01f864a15d4e1a1206dd35a3c33b9 |
|
MD5 | ada0cca8f4c08b66b2bc1d24ae1be716 |
|
BLAKE2b-256 | 8d78152430255d93126842065ee0fd7b47303a832f2985a22725a2702364255d |