Skip to main content

Exhaust every operator and calculate the expressions for objects.

Project description

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')

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exhaustive-cal-0.1.6.213809b0.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page