Metadata-Version: 2.4
Name: unstdlibpy
Version: 0.1.0.1.dev0
Summary: A ligntweight package
License: MIT
Keywords: utility,library,python,helpers,tools
Author: Chen Yuxuan
Author-email: null_3@qq.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown


# Because I don't remember there is the '|' in Python3.10+
# So I do it to make the mistake right

# a lightweight package
## There are many module on it
such as algo, algebra, const, rgb... You name it!
A simple:
```python
from unstdlibpy.algebra import *
num = X * X
# algebra(use json to store algebra, light weight but slow)
# If you are interested in it, you can make a better function than Algebra.simplify(self).

print(num)
# look at num, presented in the form of plain text.
# It's still the same feeling.
# If you are interested in it, you also can make a better function than Algebra.__str__(self).
# Although you make a new library to do it, I don't care. But you have to make it free. FREE!

print(num.getvalue(2, X)) # Get a value of num(square of X).
```
# over
That's the all. If you're interestd in this module, please make more people know it!

