Metadata-Version: 2.4
Name: Points2D
Version: 0.10.0
Summary: A class for two-dimensional points
Author-email: luomeng007 <1502506285@qq.com>
License-Expression: GPL-3.0
Project-URL: Homepage, https://gitee.com/camarolm/Points2D
Project-URL: Bug Tracker, https://gitee.com/camarolm/Points2D/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Points2D v0.10.0

#### Environment

![Python](https://img.shields.io/badge/Python-3.11.5-yellow) ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-1.99.3-yellow)

#### Description

A Python package for restricting the data type of user input data.

#### Software Architecture

```python
-Points2D
    -__init__
    - ArrayPoints
    - Directions
    - Points
```

#### Installation

1. Open Windows command line

2. Write code below and press \<Enter\> button

    ```
    pip install Points2D
    ```
#### Update package
```
pip install --upgrade Point2D
```


#### Instructions


#### Contribution

1.  Big Panda

#### ChangeLog
[ChangeLog](https://gitee.com/camarolm/Points2D/blob/master/ChangeLog.md)
