Metadata-Version: 2.1
Name: engineering_tool
Version: 0.0.1
Summary: This engineering tool lib
Home-page: https://github.com/pinyoothotaboot/engineering_tool
Author: Mr.Pinyoo Thotaboot
Author-email: pinyoo.too@gmail.com
License: MIT
Description: # Engineering Tool
        
        The tool is a physic formula for Engineering or Science : **Python 3.6+**.
        
        
        # Features
        - Area Formula
        - Volume Formula
        - Electric Formula
        - Pressure Formula
        - Temperature Formula  
        
        
        # Example
            from engineering_tool.electrics import Power
            voltage = 15 # Volt
            current = 2.5 # Amp
            power = Power.VoltageAndCurrent(voltage,current)
            print("Power is %.2f Watt"%power)
        
        # Documentation
        The Engineering tool [documentation](https://github.com/pinyoothotaboot/engineering_tool/tree/master/docs) is the best place to start.after that try opening an issue.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
