Metadata-Version: 2.4
Name: python-plus-tools
Version: 1.3.0.dev3
Summary: For the expansion of python content, it covers science, debugging and other fields.
Home-page: https://github.com/xystudio889/pyplus
Author: xystudio
Author-email: xystudio <173288240@qq.com>
License: MIT License
        
        Copyright (c) 2025 xystudio889
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: debug,science,pyplus
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: toml>=0.10
Requires-Dist: indently-decorators<=1.1,>=1.0
Requires-Dist: cryptography>=3.4
Requires-Dist: imgfit>=0.3
Requires-Dist: colorama>=0.1
Requires-Dist: numpy>=1.14
Requires-Dist: matplotlib>=3.4
Requires-Dist: torch>=2
Requires-Dist: pandas>=2
Requires-Dist: requests>=2.27
Provides-Extra: dev
Requires-Dist: deprecated>=1; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: mypy; extra == "test"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# pyplus

> Now `xystudio-all` library has stopped supporting and deleted all source code. It is recommended that all projects use a safer pyplus library, and it has some new interfaces have been added on the basis of the original xystudio-all library.

[github](https://github.com/xystudio889/pyplus)
[pypi](https://pypi.org/project/python-plus-tools)

## Description

> This library must use python version>=3.6.Recommed 3.12.

For the expansion of python content, it covers science, debugging and other fields.

---

## Version name rule

Version types are `dev`,`a`,`b`,`r`,`rc`,`post`.

Version type `dev` mean develop.It stores develop version.It has more bugs.

Version type `a` mean alpha.It stores alpha version.It has more bugs.

Version type `b` mean beta.It stores beta version.It has more bugs.

Version type `rc` mean relase candidate.It stores late test version.The offical version will be relases soon.It has fewer bugs.

Version type `r` mean release.It stores offical version.

Version type `post` stores vulnerability for the relase version.

---

## Library document

Documents have not been completed.

---

## Setup method

run `python setup.py install` or `pip install python-plus-tools` to install the package.

## Check setup successful

After setup complete,open the python,input
```python
import pyplus
```
If no error,download successful.

---
