My package description
Project description
说明
设计模式&常用算法的Python实现,本文环境如下:
$ cat /proc/version
Linux version 5.15.90.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Fri Jan 27 02:56:13 UTC 2023
$ conda --version
conda 23.7.4
$ conda create -n vpdesign python=3.12 -y
$ conda activate vpdesign
$ python --version
Python 3.12.0
$ make --version
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Demo使用
# 安装
pip install xmlclone-pdesign
# 测试
make test
项目环境
# 创建并激活虚拟环境
conda create -n vpdesign python=3.12 -y
conda activate vpdesign
# 安装依赖
pip install -r requirements.txt
# 测试
make test
# 打包发布
make release
其它配置
readthedocs
- 登录readthedocs
- 导入本项目进行编译即可
pypi
- 当需要发布版本时,通过
git tag -a [version]的方式创建版本并git push --tags推送到git - 通过
make release即可发布到pypi
参考链接
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xmlclone-pdesign-0.0.7.dev4.tar.gz.
File metadata
- Download URL: xmlclone-pdesign-0.0.7.dev4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4eb9e03e395c7ac21fe7721044b0920acb3cd4c66a0f6fad4a1651429340b1
|
|
| MD5 |
aed68aba9074cf5e15afe25dd286fb6b
|
|
| BLAKE2b-256 |
911100686ad147adbf2e1afd59214e7ce3e3d493ca382d0f7ad76221d943ccf2
|
File details
Details for the file xmlclone_pdesign-0.0.7.dev4-py3-none-any.whl.
File metadata
- Download URL: xmlclone_pdesign-0.0.7.dev4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09fd3c2d46be55fa2bad07608ebee41576d151a8d78d9480baf7ae7b71154135
|
|
| MD5 |
f5801377b679c4193b8bf0bd76fe9ead
|
|
| BLAKE2b-256 |
4dd5efee8180528b1a07a0a37ae230a276c4865695d20860cc466fd046a21997
|