Skip to main content

No project description provided

Project description

Engineering Bricks

Instalation

pip install engbricks

Classes

formulas_queue

Formulas

list_all

list_modules

list_formulas

view_formula

view_formula_latex

Usage

Lista available modules

engbricks.list_modules()

Lista available module functions

engbricks.list_formulas("Arithmetic")

View a formula

engbricks.view_formula("Arithmetic", "Subtraction", True)

or to get in latex

engbricks.view_formula_latex("Arithmetic", "Subtraction")

Create a new queue to calculate

q = engbricks.formulas_queue("Queue 1")

q.add_formula("Arithmetic", "Subtraction")

q.add_formula("Arithmetic", "Addition")

q.print_formulas()

q.print_variables()

Project details


Download files

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

Source Distribution

engbricks-1.0.5.tar.gz (41.5 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