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.0.tar.gz
(2.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 telectric-0.1.0.tar.gz.
File metadata
- Download URL: telectric-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1acd0839a6d01a4669246d23f0c720d941ff060b548c3665164ab1329e55d682
|
|
| MD5 |
fe2b645529489d72f2dc1a136e52613e
|
|
| BLAKE2b-256 |
efc43622e46a8d45898cee790b48005ebdd8191c59499e2d120a84bcbeef5041
|
File details
Details for the file telectric-0.1.0-py3-none-any.whl.
File metadata
- Download URL: telectric-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 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 |
45e4543818817a7cbb4f4d1903fc98154572a87ad23a8f78445892166dc8bc4d
|
|
| MD5 |
8a4011b28ec7871caeaa080d2d67d19e
|
|
| BLAKE2b-256 |
52b8674c812227b2f0a87657e2df83017789a56ed98ba9be3d2bbb2c59c02d29
|