{ "info": { "author": "Scott Torborg", "author_email": "storborg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License" ], "description": "PyEAGLE - Read / Write Cadsoft EAGLE Files\n==========================================\n\n`Scott Torborg `_\n\nPyEAGLE is an interchange API to read and write Cadsoft EAGLE XML (v6 and\nlater) schematic, library, and PCB layout files.\n\nDocumentation is\n`hosted at Read The Docs `_.\n\n\nInstallation\n============\n\nInstall with pip::\n\n $ pip install pyeagle\n\nLicense\n=======\n\nPyEAGLE is licensed under an MIT license. Please see the LICENSE file for more\ninformation.\n\n\nExample Usage\n=============\n\n.. code-block:: python\n\n schematic = pyeagle.open('hello.sch')\n\n lib = pyeagle.open('SparkFun-Sensors.lbr')\n for part in lib:\n print part", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/storborg/pyeagle", "keywords": "eagle pcb cadsoft schematic eda", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyeagle", "package_url": "https://pypi.org/project/pyeagle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyeagle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/storborg/pyeagle" }, "release_url": "https://pypi.org/project/pyeagle/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Read/write EAGLE 6 CAD files", "version": "0.1.1" }, "last_serial": 1708571, "releases": { "0.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "08d1afadec164226166e407c01eb127e", "sha256": "d0472d5bf4f16c232986fb123fad97eac89c9024bf5d1bb1e9e053ca695981c0" }, "downloads": -1, "filename": "pyeagle-0.1.1.tar.gz", "has_sig": false, "md5_digest": "08d1afadec164226166e407c01eb127e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285847, "upload_time": "2015-09-04T19:32:08", "url": "https://files.pythonhosted.org/packages/bb/ac/75191f66de1cff3939ef5d666e88457529fdd2672e83bb91eb60f53749e3/pyeagle-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08d1afadec164226166e407c01eb127e", "sha256": "d0472d5bf4f16c232986fb123fad97eac89c9024bf5d1bb1e9e053ca695981c0" }, "downloads": -1, "filename": "pyeagle-0.1.1.tar.gz", "has_sig": false, "md5_digest": "08d1afadec164226166e407c01eb127e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285847, "upload_time": "2015-09-04T19:32:08", "url": "https://files.pythonhosted.org/packages/bb/ac/75191f66de1cff3939ef5d666e88457529fdd2672e83bb91eb60f53749e3/pyeagle-0.1.1.tar.gz" } ] }