electrical package for power system,machines, and many more
Project description
electrical_power
electrical_power is an electrical package for power system,machines, and many more.
Features
- Electrical cables calculations.
- AC asynch machine operations.
Installation
You can install the package via PyPI or from source.
Install from PyPI
pip install electrical_power
Install from Source (GitHub)
git clone https://github.com/walied-alkady/electrical_power.git
cd electrical_power
pip install .
Usage
After installation, you can use electrical_power .
Example: Training and Making Predictions
from electrical_power.electrical_cable import CableOperations
# Initialize new cable operations class
cable_operations = CableOperations()
# selct cable
selected_new_cable = cable_operations.select_cable(
load_voltage= 400,
load_current=30,
cable_run=100,
load_type='distribution_3ph',
installation_method='burried_direct',
cable_armour='sta',
installation_formation='flat',
ground_temperature=45
)
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
electrical_power-0.1.0.tar.gz
(506.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file electrical_power-0.1.0.tar.gz.
File metadata
- Download URL: electrical_power-0.1.0.tar.gz
- Upload date:
- Size: 506.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91b7f10e1452db231364bb9479632140dd14f2d112801a9614c235561af3cc0f
|
|
| MD5 |
9056d281bfe6ee6cb3a4ea6b481b3df5
|
|
| BLAKE2b-256 |
a870c22286054a3b4d9e416121d7ea65b022b510e4d2e756d47d639a2b726960
|
File details
Details for the file electrical_power-0.1.0-py3-none-any.whl.
File metadata
- Download URL: electrical_power-0.1.0-py3-none-any.whl
- Upload date:
- Size: 507.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e36ca4bc876891a6790a6b91016dda6dc15ef7b4226436b7e7393d786c693ba
|
|
| MD5 |
463e8b5066a9cf28c379264c22908216
|
|
| BLAKE2b-256 |
2b750e7a4d988de49064d74afddb015768e6337f909e529f6b97e93b4941a9a8
|