This python module provides a generator for the IEC60063 Preferred Values. These are the ‘standard’ values for varius types of passive electrical components, such as resistors, capacitors, etc.
For more information about IEC60063, take a look at this Wikipedia page.
Usage Example
>>> import iec60063
>>> values = iec60063.gen_vals('resistor', 'E12', '1E', '10K')
>>> for value in values:
>>> print value
Installation
This package can be installed from pypi using pip:
$ pip install iec60063
Or using easy_install:
$ easy_install iec60063
Source Downloads and Documentation
The simplest way to obtain the source for this package is to clone the git repository:
https://github.com/chintal/iec60063
You can install it as usual, with:
python setup.py install
The latest version of the documentation can be found at ReadTheDocs.
License
iec60063 is distributed under the LGPLv3 license.
Release files for iec60063 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iec60063-0.2.tar.gz | 16.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iec60063-0.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 24.1 kB
Release files / iec60063-0.2.tar.gz
| Download URL | iec60063-0.2.tar.gz |
|---|---|
| Size | 16.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
99abd8b11e2497229ac82abe07728ee6d5e37c0b614909115a55baf9cbdd4e42
|
|
BLAKE2b-256 checksum How to use checksums |
25f9b30390e49b5c65f3f35ec00b8f102d4feb1651774bbba6060dff9aa83d8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
|
Release files / iec60063-0.2-py2.py3-none-any.whl
| Download URL | iec60063-0.2-py2.py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
148801159fd7f3cb250ddd78156c11d4990a574b5762e9ede8b95a53ec47d0cf
|
|
BLAKE2b-256 checksum How to use checksums |
1f4358fe922fde3dde77aa71fa9b71029c6675491066e30ef4376ff639f8bd4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
|