{ "info": { "author": "Chintalagiri Shashank", "author_email": "shashank@chintal.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Utilities" ], "description": "IEC60063 Preferred Values\n=========================\n\nThis python module provides a generator for the IEC60063 Preferred\nValues. These are the 'standard' values for varius types of passive\nelectrical components, such as resistors, capacitors, etc.\n\nFor more information about IEC60063, take a look at this\n`Wikipedia page `_.\n\nUsage Example\n-------------\n\n>>> import iec60063\n>>> values = iec60063.gen_vals('resistor', 'E12', '1E', '10K')\n>>> for value in values:\n>>> print value\n\n\n.. note:: Though this module provides the preferred values, there is no\n guarantee that the values generated will actually be something\n that you can find in a market near you. If this is something you\n intend to use to calculate values for components that you will\n physically need, you should first try to determine what ranges\n of values are easily available from wherever you normally obtain\n them for each series and component type.\n\n\nInstallation\n------------\n\nThis package can be installed from pypi using pip::\n\n $ pip install iec60063\n\nOr using easy_install::\n\n $ easy_install iec60063\n\n\nSource Downloads and Documentation\n----------------------------------\n\nThe simplest way to obtain the source for this package is to clone the git repository::\n\n https://github.com/chintal/iec60063\n\nYou can install it as usual, with::\n\n python setup.py install\n\nThe latest version of the documentation can be found at `ReadTheDocs `_.\n\nLicense\n-------\n\niec60063 is distributed under the LGPLv3 license.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chintal/iec60063", "keywords": "electronics standards iec60063", "license": "LGPLv3+", "maintainer": null, "maintainer_email": null, "name": "iec60063", "package_url": "https://pypi.org/project/iec60063/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iec60063/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/chintal/iec60063" }, "release_url": "https://pypi.org/project/iec60063/0.1/", "requires_dist": null, "requires_python": null, "summary": "Generator for IEC60063 Preferred Values", "version": "0.1" }, "last_serial": 1660303, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a01e2713ffdd51b17158db6e9cc60132", "sha256": "9d4dff2f554bff0198c323f7bfe535991a31474ae0bae5198432cd46ce059519" }, "downloads": -1, "filename": "iec60063-0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a01e2713ffdd51b17158db6e9cc60132", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6442, "upload_time": "2015-08-02T01:58:11", "url": "https://files.pythonhosted.org/packages/ec/7e/4953ef585820dbc7d8852b4023e80716abb690350b5a7dfcdfad9b557f92/iec60063-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8ac33fa78ff3770aa1567b108f8fca9", "sha256": "636bd8738ed8ec92a6b49c2a49b26e2a04aebc714e03994a518dcb1784cc1b93" }, "downloads": -1, "filename": "iec60063-0.1.tar.gz", "has_sig": true, "md5_digest": "e8ac33fa78ff3770aa1567b108f8fca9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5582, "upload_time": "2015-08-02T01:58:04", "url": "https://files.pythonhosted.org/packages/a5/a6/5840d26e9f69e3b113110f8b6a5b8da57784bf65c0e89c939f5f860b4d49/iec60063-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a01e2713ffdd51b17158db6e9cc60132", "sha256": "9d4dff2f554bff0198c323f7bfe535991a31474ae0bae5198432cd46ce059519" }, "downloads": -1, "filename": "iec60063-0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a01e2713ffdd51b17158db6e9cc60132", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6442, "upload_time": "2015-08-02T01:58:11", "url": "https://files.pythonhosted.org/packages/ec/7e/4953ef585820dbc7d8852b4023e80716abb690350b5a7dfcdfad9b557f92/iec60063-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8ac33fa78ff3770aa1567b108f8fca9", "sha256": "636bd8738ed8ec92a6b49c2a49b26e2a04aebc714e03994a518dcb1784cc1b93" }, "downloads": -1, "filename": "iec60063-0.1.tar.gz", "has_sig": true, "md5_digest": "e8ac33fa78ff3770aa1567b108f8fca9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5582, "upload_time": "2015-08-02T01:58:04", "url": "https://files.pythonhosted.org/packages/a5/a6/5840d26e9f69e3b113110f8b6a5b8da57784bf65c0e89c939f5f860b4d49/iec60063-0.1.tar.gz" } ] }