Metadata-Version: 2.1
Name: phap
Version: 2.1.2
Summary: Programing Helpful Algorithm Package
Home-page: https://github.com/DashBing/phap/
Author: DashBing
Author-email: mcbbkf@outlook.com
Project-URL: Github, https://github.com/DashBing/phap/
Project-URL: Old Project Version(stralgo), https://pypi.org/project/stralgo/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# phap
### Programing Helpful Algorithm Package
### Powered by Python 3.11
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)

### English  | [简体中文](README-zh-CN.md)

# Links
[Github](https://github.com/DashBing/phap/ "Github") | [Pypi](https://pypi.org/project/phap/ "Pypi") | [Pypi (stralgo)](https://pypi.org/project/stralgo/ "Pypi (stralgo)")

# Versions
## Stable
+ v0.1.0 (stralgo)
+ v1.1.1 (stralgo)
+ v2.1.2

## Latest Version
+ v2.1.2

# 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:DashBing/phap.git```
#### or
#### ```git clone https://github.com/DashBing/phap.git```

## Initialize packaging environment
```make init```

## Build release
```make build```
