Electrical calculations with the TElectric library
Project description
TElectric Simple and practical libraries for performing basic electrical calculations using Ohm's law and common electrical formulas.
- Installation pip install TElectric If you had the setup.py file : pip install -e .
- Example import TElectric
power = TElectric.power(current=5, voltage=220) print(power)
Output: 1100
- Project structure TElectric/ ├── TElectric/ │ ├── init.py │ └── core.py ├── tests/ │ └── test_core.py ├── README.md ├── setup.py └── LICENSE
- License This project is released under the MIT license. See the LICENSE file for more information.
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
telectric-0.1.1.tar.gz
(3.6 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 telectric-0.1.1.tar.gz.
File metadata
- Download URL: telectric-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16c6d2878dd90807c8b223bbe20e06f1a7c768872324639de7a4b278f15bf74b
|
|
| MD5 |
f407e6048a60ef3212df162d07dbc17c
|
|
| BLAKE2b-256 |
0b5993cbcb75e42db7b4f969d0a0ffcf5449d58200421bf38bfbb8af99749db9
|
File details
Details for the file telectric-0.1.1-py3-none-any.whl.
File metadata
- Download URL: telectric-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
792de6ccec61ce13bce57b35ddf6d8e241b38fdd915d8673c3dab48097b5dbb9
|
|
| MD5 |
473e0313648120ad454620a6473551f4
|
|
| BLAKE2b-256 |
dd48e46e302c590d79640c42689f985a3a70f3e3b8bb8e45d4f2bb6ddf487598
|