Mechanical engineering design tools
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
me_toolbox-0.0.15.tar.gz
(46.9 kB
view details)
Built Distribution
File details
Details for the file me_toolbox-0.0.15.tar.gz
.
File metadata
- Download URL: me_toolbox-0.0.15.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7617ed77fd643b73d63df775c1c630a2144558a084caeca54c9b0487882fd3d3 |
|
MD5 | 5833a2ded9750ad34e51a25014e99004 |
|
BLAKE2b-256 | c14d16aa22a96578859752dbfe4710f026374d679441a66a65caf2ba90bb7d3a |
File details
Details for the file me_toolbox-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: me_toolbox-0.0.15-py3-none-any.whl
- Upload date:
- Size: 61.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0a57bcd283f939f6b7340548271da92a7f12610ae4c643cde23506e2efff5b8 |
|
MD5 | 22892de101fce7c7dd32cdb4de92962f |
|
BLAKE2b-256 | 2069263bdfa8ea11380dfd167fa9a80a44942e7ac9ac223b22042473ef4b6707 |