A customized toolbox
Project description
Project description
Install
pip install zhijie_toolbox
Method
- create_package_template(current_path, project_name, version="0.0.1", license_type="MIT")
This will help you to create a package template that speed up publishing package.
Usage:
from zhijie_toolbox import toolbox
toolbox.create_package_template(current_path, project_name)
- version_control(current_path, runs_name, not_save_list=[".git", "runs"], log="")
This will help you to copy current codes to a runs folder where we can record our codes locally We can define not save list by ourself by specify files name
Usage:
from zhijie_toolbox import toolbox
toolbox.version_control(current_path, runs_name)
- create_project_template(current_path, add_folder=None)
This function will help you create a project template. Basic folders are ["configs", "datasets", "experiments", "scripts", "tests", "packages"]
Usage:
from zhijie_toolbox import toolbox
toolbox.create_project_template(current_path)
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
zhijie_toolbox-0.1.7.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file zhijie_toolbox-0.1.7.tar.gz
.
File metadata
- Download URL: zhijie_toolbox-0.1.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59a3272d1c33a18353865ef0bc260c56ad54e952f820e5e32027faca744cd182 |
|
MD5 | 39a22d68b0e52c7cd17f305c8037b166 |
|
BLAKE2b-256 | 3c6a007451513552eee5f592772bb3809fbce48cceca0c6f38a9be940c7639dc |
File details
Details for the file zhijie_toolbox-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: zhijie_toolbox-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfde1c1205d750e545419b034b1a1f57be96c7b3c2e41bd9433b7820e452a336 |
|
MD5 | f7284623ffefb4a86a8c1cdd4ad2f2de |
|
BLAKE2b-256 | 26a3eae8d93e6bb36dfa565cbf2bd941ce0654845db03eb908a23b3a72521f9b |