Metadata-Version: 2.1
Name: phap
Version: 3.1.1a3
Summary: Programing Helpful Algorithm Package
Home-page: https://github.com/DashStudio/phap
Author: DashBing
Author-email: mcbbkf@outlook.com
Project-URL: Github, https://github.com/DashStudio/phap
Project-URL: Old Project Version(stralgo), https://pypi.org/project/stralgo/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software 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
[![Apache License 2.0](https://img.shields.io/badge/license-Apache2.0-green.svg?style=flat)](https://choosealicense.com/licenses/apache-2.0/)

### English  | [简体中文](README_zh-CN.md)
#### *如果你不是在Github上阅读本说明，你可能无法打开非英语版本的说明文档*
#### *请前往[Github](https://github.com/DashStudio/phap "Github")网站，确保你能够成功地切换语言*

# Links
[Github](https://github.com/DashStudio/phap "Github") | [Pypi](https://pypi.org/project/phap/ "Pypi") | [Pypi (stralgo)](https://pypi.org/project/stralgo/ "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
+ v3.1.1-alpha3

# To Use
## Read our development document
### *(Click the [Github](https://github.com/DashStudio/phap "Github") link to read this document，or you may can not to open the link)*
+ [Development Document](doc/README.md)

# 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](LICENSE).
