Skip to main content

Base utilities for engineering packages

Project description

dx-utilities package

Features

  • Geometry module on top of shapely.

  • Representations of physical fields.

  • Linear algebra and numerical integration.

    • Utilities on top of numpy and mathutils.Vector.
  • Decorators.

  • Exception classes with error-code.

  • Data-structures.

  • Book-keeping of physical constants and manipulation of units.

  • Testing and printing utilities.

Sample usage

>>> from dx_utilities.geometry import PlanarShape
>>> rectangle = PlanarShape.new(shape='rectangle', bx=1.0, by=2.0)
>>> rectangle.area
2.0

Public API

See the documentation pages.

Contribute

Source code lives in https://gitlab.com/d-e/dx-utilities.

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

dx_utilities-1.0.2.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

dx_utilities-1.0.2-py3-none-any.whl (40.6 kB view hashes)

Uploaded Python 3

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