معرفی شرکت ها


electricpy-0.2.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Electrical Engineering Functions in Python
ویژگی مقدار
سیستم عامل -
نام فایل electricpy-0.2.2
نام electricpy
نسخه کتابخانه 0.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joe Stanley
ایمیل نویسنده stan3926@vandals.uidaho.edu
آدرس صفحه اصلی https://github.com/engineerjoe440/ElectricPy
آدرس اینترنتی https://pypi.org/project/electricpy/
مجوز -
<img src="https://raw.githubusercontent.com/engineerjoe440/ElectricPy/master/logo/ElectricpyLogo.svg" width="200" alt="logo" align="right"> # ElectricPy *Electrical-Engineering-for-Python* [![sphinx](https://github.com/engineerjoe440/ElectricPy/actions/workflows/sphinx-build.yml/badge.svg?branch=master)](https://github.com/engineerjoe440/ElectricPy/actions/workflows/sphinx-build.yml) ![Tox Import Test](https://github.com/engineerjoe440/ElectricPy/workflows/Tox%20Tests/badge.svg) [![pytest](https://github.com/engineerjoe440/ElectricPy/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/engineerjoe440/ElectricPy/actions/workflows/pytest.yml) [![pydocstyle](https://github.com/engineerjoe440/ElectricPy/actions/workflows/pydocstyle.yml/badge.svg?branch=master)](https://github.com/engineerjoe440/ElectricPy/actions/workflows/pydocstyle.yml) ![Coverage](https://raw.githubusercontent.com/engineerjoe440/ElectricPy/gh-pages/coverage.svg) [![](https://img.shields.io/pypi/v/electricpy.svg?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/electricpy/) [![](https://pepy.tech/badge/electricpy)](https://pepy.tech/project/electricpy) [![](https://img.shields.io/github/stars/engineerjoe440/electricpy?logo=github)](https://github.com/engineerjoe440/electricpy/) [![](https://img.shields.io/pypi/l/electricpy.svg?color=blue)](https://github.com/engineerjoe440/electricpy/blob/master/LICENSE.txt) [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/engineerjoe440) Python Libraries with functions and constants related to electrical engineering. The functions and constants that make up these modules represent a library of material compiled with the intent of being used primarily for research, development, education, and exploration in the realm of electrical engineering. Check out our full documentation: https://engineerjoe440.github.io/ElectricPy/ ### Special thanks to: - Soham Ratnaparkhi | Student - Vishwakarma Institute of Technology - Lakshmikanth Ayyadevara | Student - NIT Warangal (National Institute of Technology Warangal) - Stephen Weeks | Student - University of Idaho - Jeremy Perhac | Student - University of Idaho - Daniel Allen | Student - Universtiy of Idaho - Dr. Dennis Sullivan | Proffessor - University of Idaho - Dr. Brian Johnson | Proffessor - University of Idaho - Dr. Joe Law | Proffessor - University of Idaho - StackOverflow user gg349 - Shaurya Uppal | Online Code Contributor - Paul Ortman | Power Quality Engineer - Idaho Power | Instructor - University of Idaho ### Dependencies: - [NumPy](https://numpy.org/) - [matplotlib](https://matplotlib.org/) - [SciPy](https://scipy.org/) - [SymPy](https://www.sympy.org/en/index.html) - [numdifftools](https://numdifftools.readthedocs.io/en/latest/) ## INSTALLATION: ### 1) (option a) Install ElectricPy with Python's Own `pip` Install *electricpy* - `pip install electricpy` ### 1) (option b) Install ElectricPy from Source [Python Documentation](https://docs.python.org/3/install/index.html) Collect Repository and Install 1. Clone/Download Source Code from GitHub [Repository](https://github.com/engineerjoe440/ElectricPy) 2. Open Terminal and Navigate to Folder with `cd` Commands: - `cd <path\to\containing\folder>\electricpy` 3. Use Python to Install Module from `setup.py`: - `python setup.py install` ### 2) Verify Installation Check installation success in Python environment ```python import electricpy electricpy._version_ ``` ## To Do List - Add Heat Sink Solver - DC/DC Converters - DC/AC Converters - Stationary and Synchronous Reference Frame conversion Matrices/Constants - Add arc-flash calculators suggested - Add Simple [decibel](https://www.basictables.com/electronics/decibel-dbw) Formulas - Add Simple [Battery Discharge Rate](https://www.basictables.com/electronics/battery/battery-discharge-rate) Formula - Add Simple [Air Core Inductor](https://www.basictables.com/electronics/inductor/air-core-inductor) Formula(s) - Add Simple [Zener Diode](https://www.basictables.com/electronics/diode/zener-diode) Formulas - *Develop Testing for All Functions* ## Get Involved / Contribute If you're interested in contributing, we'd love to see your support in a number of ways! 1. **Write Tests** - We're really lacking in this area. We've recently added simple GitHub actions to test installation, but that's about it. We hope that someday we can test all functions in this module for verification. 2. **Contribute New Electrical Engineering Functions** - If you've got a new function related to electrical engineering that you'd like to see added, we'd love to throw it into this module. Our goal is that this module can become the comprehensive electrical engineering toolkit in Python. Drop us a note, or create a pull request! 3. **Report Issues** - We don't want issues to go unnoticed. Please help us track bugs and resolve them! 4. **Get the Word Out** - This project is still in its infancy, so please share it with your friends and colleagues. We want to make sure that everyone has the opportunity to take advantage of this project. #### Check out the [contribution guide](https://github.com/engineerjoe440/ElectricPy/blob/master/CONTRIBUTING.md) ## Contact For more information regarding this resource, please contact Joe Stanley - <stan3926@almuni.uidaho.edu> - <joe_stanley@selinc.com> ## License and Usage ElectricPy is licensed under the standard MIT license, and as such, you are permitted to use this resource as you see fit. Please feel free to ask questions, suggest edits and report bugs or other issues.


نیازمندی

مقدار نام
- NumPy
- matplotlib
- SciPy
- SymPy
- numdifftools


نحوه نصب


نصب پکیج whl electricpy-0.2.2:

    pip install electricpy-0.2.2.whl


نصب پکیج tar.gz electricpy-0.2.2:

    pip install electricpy-0.2.2.tar.gz