Skip to main content

Mechanical engineering design tools

Reason this release was yanked:

missing source files

Project description

me_toolbox

me_toolbox is a Python library meant to simplify the tedious calculations of mechanical design and help speed up the design process.
This library contains fatigue, gears, springs and fasteners analysis tools.
This library is for my own personal use, use it at your own discretion.

Installation

Use the package manager pip to install me_toolbox.

 pip install me_toolbox 

Usage

import me_toolbox.springs as springs 
import me_toolbox.gears as gears
import me_toolbox.fatigue as fatigue
import me_toolbox.fatigue as fatigue
import me_toolbox.fasteners as fasteners

spring = springs.HelicalSpring(...)

gear = gears.SpurGear(...)
transmission = gears.Transmission(...)

se = fatigue.EnduranceLimit(...)
fatigue_analysis = fatigue.FatigueAnalysis(se, ...)

bolt = fasteners.Bolt(...)
fastener = fasteners.ThreadedFastener(bolt, ...)
pattern = fasteners.BoltPattern(fasteners, ...)

For more detailed examples: https://github.com/OmriStein/me-toolbox/tree/master/examples

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

me_toolbox-0.0.11-1-py3-none-any.whl (64.5 kB view details)

Uploaded Python 3

File details

Details for the file me_toolbox-0.0.11-1-py3-none-any.whl.

File metadata

File hashes

Hashes for me_toolbox-0.0.11-1-py3-none-any.whl
Algorithm Hash digest
SHA256 8317ce792857bbb0fcc735f149cb33218d2e8793a53daca9ac771433cf2580a2
MD5 be26faae3d38eb8a14210773a2bc01b0
BLAKE2b-256 9cc0a2578addc8678a67308a34e9cd610ad15e10fe28ee1eb19409651eeee337

See more details on using hashes here.

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