Skip to content

DashStudio/phap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHAP

Programing Helpful Algorithm Package

Powered by Python 3.11

Apache License 2.0

English | 简体中文

如果你不是在Github上阅读本说明,你可能无法打开非英语版本的说明文档

请前往Github网站,确保你能够成功地切换语言

Links

Github | Pypi | Pypi (stralgo)

Versions

Stable Version

  • v0.1.0 (stralgo)
  • v1.1.1 (stralgo)
  • v2.1.2
  • v2.2.1

Latest Available Version

  • v3.1.0

Latest Version

  • v4.0.0-alpha1

To Use

Read our development document

(Click the Github link to read this document,or you may can not to open the link)

Build

Precondition

  • Install git and make tools
  • Install Python(the version 3.9 or the version 3.11)
  • Clone source code from source repository
git clone git@github.com:DashStudio/phap.git

or

git clone https://github.com/DashStudio/phap.git

Initialize packaging environment

make init

or

Try to install the package:

  • build
  • twine

This is the example command on Windows:

python -m pip install build
python -m pip install twine

Build release

make build

About the copyrights

Current situation

The old part of the project PHAP and the old project, are still under the MIT License.

The newer version after v3.0.0 are under the Apache License 2.0 .

Let me see the details.