Metadata-Version: 2.4
Name: DataRestriction
Version: 0.14.0
Summary: A package for restricting the data type of user input
Author-email: luomeng007 <1502506285@qq.com>
Project-URL: Homepage, https://gitee.com/camarolm/DataRestriction
Project-URL: Bug Tracker, https://gitee.com/camarolm/DataRestriction/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Numpy>=2.0.0
Dynamic: license-file

# DataRestriction

#### 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
-DataRestriction
  -__init__
  -BaseProperties
  -DerivedProperties
  -ErrorMessages
-Debug
```

#### Installation

1. Open Windows command line

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

   ```
   pip install DataRestriction
   ```

#### Instructions

Introduction of  this Package ------ [Wiki Home page](https://gitee.com/camarolm/DataRestriction/wikis)

Detailed usage of this Package ------ [Usage](https://gitee.com/camarolm/DataRestriction/wikis/Usage)

#### Contribution

1.  Big Panda

#### ChangeLog

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