Skip to main content

My package description

Project description

PyPI Read the Docs (version) PyPI license

说明

设计模式&常用算法的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

  1. 登录readthedocs
  2. 导入本项目进行编译即可

pypi

  1. 当需要发布版本时,通过git tag -a [version]的方式创建版本并git push --tags推送到git
  2. 通过make release即可发布到pypi

参考链接

  1. shields.io

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

xmlclone-pdesign-0.0.7.dev4.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

xmlclone_pdesign-0.0.7.dev4-py3-none-any.whl (4.0 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