Pre-release
This release is a pre-release and may not be stable for production use.
exhaustive-cal
Usage
This package is using for exhausting every operator and calculate the expressions for objects.
How to use it
import it by: from exhaucal import *. No any additional modules or packages will be installed. If you cannot install it by pip, please download the source and extract it into sys.path.
To see examples, please type ValueExhaustive.__doc__ after importing.
Or you can make some fun things!
>>> from exhaucal import *
>>> ValueExhaustive((1, 1, 4, 5, 1, 4), "+-*/%&|^", "+-*/%&|^", ("+", "-", "*", "/", "%", "&", "|", "^", "**"), "+-*/%&|^", "+-*/%&|^").listexpr()
('1+1+4+5+1+4', '1+1+4+5+1-4', [[36860 omitted]], '1^1^4**5^1|4', '1^1^4**5^1^4')
Release files for exhaustive-cal 0.1.6.213809b0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exhaustive-cal-0.1.6.213809b0.tar.gz | 3.1 kB | Details |
Release files / exhaustive-cal-0.1.6.213809b0.tar.gz
| Download URL | exhaustive-cal-0.1.6.213809b0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3957a0af3175fe190730e68f2715a8c1f4edcf237a3ef2b49e59e2e65b72af70
|
|
BLAKE2b-256 checksum How to use checksums |
5a9c7da2a56978569a217d3b379b491da96b8feed3e5837c0280f5cfe7710fb2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
|