Skip to main content

Generator for IEC60063 Preferred Values

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iec60063-0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

iec60063-0.1-py2.py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page