{
"info": {
"author": "Orestes Mas",
"author_email": "orestes@tsc.upc.edu",
"bugtrack_url": null,
"classifiers": [
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Multimedia :: Graphics :: Editors",
"Topic :: Scientific/Engineering"
],
"description": "# Description #\n\nPyCirkuit is a GUI/CLI front-end for [Circuit Macros] and [Dpic] by Dwight Aplevich, which make up a software chain for drawing high-quality line diagrams to include in LaTeX, web, LibreOffice or similar documents. PyCirkuit GUI builds a live preview of the source code and can export the resulting images in TikZ code, PDF, SVG, PNG and JPEG formats. More export formats are also planned. PyCirkuit CLI mode is useful for batch-processing multiple files.\n\nPyCirkuit is written in Python 3 using the PyQt5 libraries, but is largely inspired (in both ideas and code snippets) on [Cirkuit], a C++ application written by Matteo Agostinelli using KDE4 libraries, which is nowadays increasingly difficult to compile due to the switching, started in 2013, of KDE project from KDE4 platform to the Qt5-based KDE frameworks 5. A port of Cirkuit to KDE frameworks 5 [has begun], but's still not functional and its development appears to be stalled.\n\n[Circuit Macros]: \n(M4 Macros for diagram and circuit drawing)\n\n[Dpic]: \n(An implementation of the pic \"little language,\" with support for LaTeX, PDF, SVG, Postscript, and xfig 3.2 output)\n\n[Cirkuit]: \n(Cirkuit)\n\n[has begun]: \n\n\n# Source code #\n\nPyCirkuit source code is now hosted on github.com. The project homepage is [https://github.com/orestesmas/pycirkuit.git](https://github.com/orestesmas/pycirkuit.git).\n\n\n# Requirements #\n\nAs PyCirkuit is written in python 3 and uses multiplatform GUI libraries, it loads without problems on GNU/Linux, Windows and macOS. However, its execution relies on using some helper applications whose availability on non-GNU systems is irregular. Version 0.1 has been reported to work on MacOS using external tools provided by [MacPorts](https://www.macports.org/). Works on Windows from version 0.2 onwards, although it's not throughly tested.\n\nTo install and run this application you need to have the following applications/libraries installed:\n\n * Qt5 libraries\n * Python 3, with virtual environment support\n * PyQt5 python bindings to Qt libraries (*see note below*)\n * 'libmagic' and its Python bindings\n * (pdf)latex\n * m4\n * dpic\n * pdftoppm (from poppler project)\n * Circuit Macros\n\n\n# Installation #\n\n## Installing on recent Debian/Ubuntu systems ##\n\nPyCirkuit will hopefully enter Debian Sid/Bullseye shortly after the 0.5.0 release (September 2019). It will also probably be available on Ubuntu 20.04 onwards. On those systems, you can install it by the usual Debian spell (casted as root):\n\n apt-get install pycirkuit\n\nNote that if your system is Debian Stable you will probably have to use [*pinning*](https://jaqque.sbih.org/kplug/apt-pinning.html) to install selected packages from Debian Testing, or use the more generic methods described below.\n\n## Installing on older Debian/Ubuntu or other GNU/Linux systems ##\n\nTo install PyCirkuit in you computer, please follow this steps:\n\n 1. Install the auxiliary apps: On Debian-based systems1 (e.g. Ubuntu/Kubuntu)\n type the following command to install the required apps and dependencies (tested on Ubuntu\n 18.04 LTS / Debian Stretch): \n\n sudo apt-get install texlive-latex-base texlive-latex-recommended \\\n texlive-base-bin texlive-extra-utils texlive-latex-extra texlive-science texlive-pictures preview-latex-style \\\n m4 dpic poppler-utils python3-venv libmagic1\n\n 1 Debian Buster and older don't have ```dpic``` packaged, but Ubuntu 18.10 (cosmic) has (in\n the *universe* repository). If you are trying PyCirkuit in such a Debian system, you'll\n have to compile and install it yourself. Luckily, this is very easy because it's a\n little program with few/no dependencies. Download ```dpic``` from\n [https://ece.uwaterloo.ca/~aplevich/dpic/](https://ece.uwaterloo.ca/~aplevich/dpic/)\n and follow the instructions in the README file.\n\n There's no Debian package for the Circuit Macros, but if PyCirkuit doesn't find them at\n startup, it will offer the user to download and install them automatically. They don't\n require building.\n\n 2. In order to isolate PyCirkuit and its dependencies from other python packages on your system, it's advisable to install it into a Python's Virtual Environment. To do so, choose or create a directory somewhere and __change into it__. Do the following to create the Virtual Environment inside and activate it:\n\n python3 -m venv PyCirkuit\n source PyCirkuit/bin/activate\n\n 3. Install PyCirkuit. You have several ways to do so. Choose one of the following:\n\n 3.1 PyCirkuit is available at the [Python Package Index (PyPI)](https://pypi.org/), so you can install it using PIP. It will download and install alongside the required dependencies (PyQt5). After installation, PyCirkuit code and files will be under\n ```PyCirkuit/lib/python3.X/site-packages/pycirkuit```\n\n pip install pycirkuit\n\n 3.2 The former will install the lastest stable version on PyPI. If you prefer to install the latest development version, [download it from GitHub as a .ZIP file](https://github.com/orestesmas/pycirkuit/archive/master.zip) and install from it:\n\n pip install \n\n 4. If all went well, you can execute PyCirkuit by means of an executable script created under ```PyCirkuit/bin```. Test it with:\n\n pycirkuit\n\n## Installing on MacOS ##\n(These explanations were provided by some user. I cannot test them personally)\n\n 1. Prerequisites and dependencies:\n\n 1.1 You need to have installed Xcode and Xcode command tools. Of course, you will need also Python 3. To install it you can follow [https://www.python.org/downloads/release/python-372/](https://www.python.org/downloads/release/python-372/) or [https://docs.python-guide.org/starting/install3/osx/](https://docs.python-guide.org/starting/install3/osx/).\n\n 1.2 Then you have to install LaTeX using MacPorts: [https://docs.typo3.org/typo3cms/extensions/sphinx/AdministratorManual/RenderingPdf/InstallingLaTeXLinux.html](https://docs.typo3.org/typo3cms/extensions/sphinx/AdministratorManual/RenderingPdf/InstallingLaTeXLinux.html).\n\n 1.3 The M4 and DPIC are UNIX apps, so they run without much trouble on macOS. Similar with poppler. Some useful links are [https://ece.uwaterloo.ca/~aplevich/Circuit_macros/](https://ece.uwaterloo.ca/~aplevich/Circuit_macros/) and [https://www.google.es/amp/macappstore.org/poppler/amp/](https://www.google.es/amp/macappstore.org/poppler/amp/).\n\n 2. Finally, proceed as explained on the steps #2 and #3 of the previous section to create a Python virtual environment and to install PyCirkuit from PyPI there.\n\n## Installing on MS Windows ##\n 1. Install the dependencies and auxiliary programs:\n\n 1.1 Choose a LaTeX distribution for windows. I tested PyCirkuit with MikTeX. Download it from https://miktex.org/ and follow the instructions to install it.\n\n 1.2 Download and install a python 3 interpreter for windows from https://www.python.org/downloads/windows/.\n\n 1.3 Download and install the M4 macro processor and the DPIC executables for windows from https://ece.uwaterloo.ca/~aplevich/dpic/Windows/index.html\n\n 1.4 Finally, obtain and install a copy of the \"pdftoppm\" utility. It usually comes bundled along with other utilities from the \"Poppler\" library, although it can be found alone on some webs. For instance from http://blog.alivate.com.au/poppler-windows/.\n\n You have to put this utilities somewhere on your PATH, but alternatively you can put them inside PyCirkuit code. See #4 below.\n\n 2. Prepare a location where to install PyCircuit. It's advisable to install it inside a so-called python environment to isolate it from other python installations and libraries you may have on your system. To do so, choose a directory where to install PyCirkuit. Open a command line (I assume you have how to do it) and navigate to the chosen location. Then create the Python virtual environment and activate it using the commands below:\n\n python -m venv PyCirkuit\n PyCirkuit\\Scripts\\activate\n\n The console \"prompt\" should change and show \"(PyCirkuit)\" at the beginning indicating the environment is active.\n\n 3. To install PyCirkuit, proceed like Step 3 in the \"Linux Installation\" section\n\n 4. For convenience you can put the m4.exe, dpic.exe and pdftoppm.exe executables downloaded before inside the pycirkuit package you've just installed. Copy them to \"PyCirkuit\\Lib\\site-packages\\pycirkuit\\lib\\\". PyCirkuit will add this directory to the executable's PATH when running.\n\n 5. Test the executable:\n\n PyCirkuit\n\n You will find some examples inside \"PyCirkuit\\Lib\\site-packages\\pycirkuit\\examples\\\"\n\n 6. When you're done you can deactivate the virtual environment:\n\n deactivate\n\n or simply close the command line console.\n\n\n\n\n# Usage #\n\nTo execute PyCirkuit open a console/terminal window, navigate into the directory where PyCirkuit is installed and activate the virtual environment as in 2:\n\n```shell\n cd \n source PyCirkuit/bin/activate (for GNU/Linux systems)\n PyCirkuit\\Scripts\\activate (for Windows systems)\n```\n\nThen execute the program as above:\n\n```shell\n pycirkuit\n```\n\nUpon finished executing PyCirkuit, you should deactivate the virtual environment (and/or close the terminal window):\n\n```shell\n deactivate\n```\n\nHave fun!\n\n\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/orestesmas/pycirkuit",
"keywords": "",
"license": "GPLv3+",
"maintainer": "",
"maintainer_email": "",
"name": "pycirkuit",
"package_url": "https://pypi.org/project/pycirkuit/",
"platform": "",
"project_url": "https://pypi.org/project/pycirkuit/",
"project_urls": {
"Homepage": "https://github.com/orestesmas/pycirkuit"
},
"release_url": "https://pypi.org/project/pycirkuit/0.5.0/",
"requires_dist": [
"PyQt5",
"python-magic",
"wheel"
],
"requires_python": "",
"summary": "A front-end for Circuit Macros",
"version": "0.5.0"
},
"last_serial": 5797720,
"releases": {
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "20e0ad334b1332f418e70f9e38507753",
"sha256": "8d3a5cc072b02ee05ba7bd0817ca43a325c7361aad18e76a6e42ad4f8baa29f6"
},
"downloads": -1,
"filename": "pycirkuit-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20e0ad334b1332f418e70f9e38507753",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 164964,
"upload_time": "2019-02-23T18:18:38",
"url": "https://files.pythonhosted.org/packages/25/59/bad576c265ec2877ef9ab28da9d70555f3fa623d93bded62491cc13029eb/pycirkuit-0.2.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "9d8597e2864b152108e4dedc8e91d97c",
"sha256": "5a45cbb109a8e61ac17aaee96fbb50b911c019b87cdb98831e8da25a439434b7"
},
"downloads": -1,
"filename": "pycirkuit-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "9d8597e2864b152108e4dedc8e91d97c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 133967,
"upload_time": "2019-02-23T18:18:41",
"url": "https://files.pythonhosted.org/packages/18/77/29ece0c243766633eda6e8a6e4550b38e66a9fd18c43c8feb8f9213354a2/pycirkuit-0.2.0.tar.gz"
}
],
"0.2.0b2": [
{
"comment_text": "",
"digests": {
"md5": "8340769bc79e223c68e83083581b3a1c",
"sha256": "1f58e12c3165d2f37f3848b6d22be1fb65af3598c9c77506992ebd450426d352"
},
"downloads": -1,
"filename": "pycirkuit-0.2.0b2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8340769bc79e223c68e83083581b3a1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 162734,
"upload_time": "2019-02-10T22:05:13",
"url": "https://files.pythonhosted.org/packages/0c/c2/b1b581678903e092819c9b27e5da59de17322289e9ee1631a4996b555969/pycirkuit-0.2.0b2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a555b63fac44337cbfc07f29b46bc886",
"sha256": "808fe5cae95406fb6fdc6147ecbc6a4d9ffece106f5d5e6846a5c3121d9af375"
},
"downloads": -1,
"filename": "pycirkuit-0.2.0b2.tar.gz",
"has_sig": false,
"md5_digest": "a555b63fac44337cbfc07f29b46bc886",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 130761,
"upload_time": "2019-02-10T22:05:16",
"url": "https://files.pythonhosted.org/packages/aa/fb/e348d9d9028e68a168d35bd7c78a570d476508a7043984abceacf459db98/pycirkuit-0.2.0b2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "a4f7c9fd0794a01ee4797a8490b8bec8",
"sha256": "34c285b05d883db9aef547f6658b1b0a5f0e9461185a5642bae16fa9185f610e"
},
"downloads": -1,
"filename": "pycirkuit-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4f7c9fd0794a01ee4797a8490b8bec8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 166846,
"upload_time": "2019-03-09T10:30:43",
"url": "https://files.pythonhosted.org/packages/89/50/dd1fe6183fdf3a2fae6dbe597826fa2197435c5487e4b46fd6917890ce14/pycirkuit-0.2.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e76254ec6182b7a0e084637de312d53e",
"sha256": "e0b10203183c8b789e162928888519a8d4661695f66e502905858a6d7ef92476"
},
"downloads": -1,
"filename": "pycirkuit-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "e76254ec6182b7a0e084637de312d53e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 135636,
"upload_time": "2019-03-09T10:30:45",
"url": "https://files.pythonhosted.org/packages/e4/fb/1657adbb2ce01033c9c9e0585b766519b3c3f0671ae4605c71ed4a198d93/pycirkuit-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "fe83d5a769bf05c983127fb2f05f91dc",
"sha256": "a2ec8e642047b3f6d522ea2ab0908f4e14ecd6f5d6b7d0d7fe92263aa7ae2013"
},
"downloads": -1,
"filename": "pycirkuit-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fe83d5a769bf05c983127fb2f05f91dc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 166763,
"upload_time": "2019-03-09T23:14:24",
"url": "https://files.pythonhosted.org/packages/8b/28/f08e301881182200d7ab4847f5a80e148c7fbf4cfb9a4f4c79085d448987/pycirkuit-0.2.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4141c289d27d8163bea4088e20f40800",
"sha256": "9ceb37930ba163bc1eac813f3778f9dd09d3564cccd1b56989507706ca485396"
},
"downloads": -1,
"filename": "pycirkuit-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "4141c289d27d8163bea4088e20f40800",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 135695,
"upload_time": "2019-03-09T23:14:27",
"url": "https://files.pythonhosted.org/packages/9b/44/d897ed577a91db98fcbb4c94eb70c460990c8ed6b5d094008753993a102c/pycirkuit-0.2.2.tar.gz"
}
],
"0.2.3": [
{
"comment_text": "",
"digests": {
"md5": "5152f2e3b4f2e4aa9711320cd6315f41",
"sha256": "f4b9e690595dd6d0634a35874313a9a95737154be0159e8244f973817eb1d3c4"
},
"downloads": -1,
"filename": "pycirkuit-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5152f2e3b4f2e4aa9711320cd6315f41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 183867,
"upload_time": "2019-07-10T00:19:35",
"url": "https://files.pythonhosted.org/packages/d5/5d/dd5bae9d652cb8dbc29eb42e6ae13cacc7b2408691358ff7c1e9c86594d0/pycirkuit-0.2.3-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "64dc08aaa33dc59a6e83dd383707b8a9",
"sha256": "a8a76873e299b6a354ca718d1bfb79b8fa9a1b6d2a8ef51ee9a31d538571977b"
},
"downloads": -1,
"filename": "pycirkuit-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "64dc08aaa33dc59a6e83dd383707b8a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 152445,
"upload_time": "2019-07-10T00:19:38",
"url": "https://files.pythonhosted.org/packages/e0/33/ec496dfaeac8e2f1258d3154a94d15eb33b236268b727a2f0a2f8ee12c30/pycirkuit-0.2.3.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "2b36757cfc2aa0af8d29f55fb9371213",
"sha256": "ef02874d748136c129782aec5b6213b87047314a2148dc6a7b855daa4080bab3"
},
"downloads": -1,
"filename": "pycirkuit-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b36757cfc2aa0af8d29f55fb9371213",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 192185,
"upload_time": "2019-07-22T00:55:56",
"url": "https://files.pythonhosted.org/packages/62/b6/d5523503930ff1b5b0a144895b253de83247a6f2035ae5c4100a161dfdc4/pycirkuit-0.3.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "bb38a13c4f87dc6ebc130141d517e6cf",
"sha256": "f14da92594638369e94a1b9ee4a1ed0735019a5448d73a4dada9d6596504ebbd"
},
"downloads": -1,
"filename": "pycirkuit-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "bb38a13c4f87dc6ebc130141d517e6cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 159536,
"upload_time": "2019-07-22T00:57:31",
"url": "https://files.pythonhosted.org/packages/9c/b1/1ed1ed09bbffc18cb4f5afac940ae39b448ef16e7f4b694b79f71a300f3c/pycirkuit-0.3.0.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "56fcb504a54a3a2cf68a9ef1b31362d5",
"sha256": "9cd2c13711ec3ebff1100954bb019e9751b92e819ce0c638c3c9443ae830b7c4"
},
"downloads": -1,
"filename": "pycirkuit-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "56fcb504a54a3a2cf68a9ef1b31362d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 208014,
"upload_time": "2019-07-26T17:40:32",
"url": "https://files.pythonhosted.org/packages/27/61/bc7891e6b30b9b5484e100762b5289fe23b4d426c439cb59781bb5cd5d90/pycirkuit-0.3.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0f861bc5a0005b062166214b4e3cbd51",
"sha256": "f71928e4b252f88da6c26437da6ae684c6519ca200ea786c4f118b9ba3cc48df"
},
"downloads": -1,
"filename": "pycirkuit-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "0f861bc5a0005b062166214b4e3cbd51",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 174050,
"upload_time": "2019-07-26T17:40:34",
"url": "https://files.pythonhosted.org/packages/0a/e2/6ced8e411d2520f68e08f4d30d2201ddeb98251c2fd1395359eccf5ddcc6/pycirkuit-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "d36817b9237df09eadfd724daf615b13",
"sha256": "66a4464111b75af73aeefb44dc83b88a614cc29fecce0360cb3221057a044d88"
},
"downloads": -1,
"filename": "pycirkuit-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d36817b9237df09eadfd724daf615b13",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 208025,
"upload_time": "2019-08-26T09:30:49",
"url": "https://files.pythonhosted.org/packages/75/36/caca12e1c1edcd58ce341e92f3b489cc1049357786f9d322431acf6d4cfa/pycirkuit-0.3.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b62d814d8eaa8d601e1639286d6e7ebc",
"sha256": "15d7c5e6743c6d911ec5eb13badfdc7bab106dacd7dbd44c33ae06ebcd051be0"
},
"downloads": -1,
"filename": "pycirkuit-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "b62d814d8eaa8d601e1639286d6e7ebc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 173966,
"upload_time": "2019-08-26T09:30:51",
"url": "https://files.pythonhosted.org/packages/7f/09/3e50ebb19d559f22aae6afc3d298d5caa220259938cc108157a6e424693a/pycirkuit-0.3.2.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "d76e7593e8bb7fc664e809dde88642d8",
"sha256": "eb8a834858303898d31d3d38b51d3fdf5352d8ebcb17c88e997c73d2ed573394"
},
"downloads": -1,
"filename": "pycirkuit-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d76e7593e8bb7fc664e809dde88642d8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 209655,
"upload_time": "2019-09-06T11:37:59",
"url": "https://files.pythonhosted.org/packages/b9/0d/08031b665ea173713dc2b1ed86c5b1ceb395090a13036b7cfeaf363c56a8/pycirkuit-0.4.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "124df90640aec835cb759a59d60b5dfc",
"sha256": "7d2d21036e64cdaeb5ace8286dd8519772d5cd48ba85568e797d52abb936871b"
},
"downloads": -1,
"filename": "pycirkuit-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "124df90640aec835cb759a59d60b5dfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 535616,
"upload_time": "2019-09-06T11:38:01",
"url": "https://files.pythonhosted.org/packages/ae/fc/9d6a16165aaa0844fb9780976fbb9b962b6c3a952b26a0040f3026e2180b/pycirkuit-0.4.0.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "3cd58fc1bfc2609ccff8ebad11880fc6",
"sha256": "8f23640f5f556125d3a05f860a5a9b967e087b67277cabc2d866b2109d4b792a"
},
"downloads": -1,
"filename": "pycirkuit-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3cd58fc1bfc2609ccff8ebad11880fc6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 209401,
"upload_time": "2019-09-07T23:14:21",
"url": "https://files.pythonhosted.org/packages/0b/db/713b3d0f9184f9bb6b1816e868079a613d298a58fca99c101a338d5e90cc/pycirkuit-0.5.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f993644f7ee4cb36386735ee52f26f0b",
"sha256": "ae26a1ba9cbf8234590df9c1401eb297d79ac9766c7af69f460b3361112190d3"
},
"downloads": -1,
"filename": "pycirkuit-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "f993644f7ee4cb36386735ee52f26f0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 178719,
"upload_time": "2019-09-07T23:14:24",
"url": "https://files.pythonhosted.org/packages/6c/1d/f036e523bccc74847a879d2b5dbf1dffaeb5742fa204b8048fa8eb4c3e8a/pycirkuit-0.5.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "3cd58fc1bfc2609ccff8ebad11880fc6",
"sha256": "8f23640f5f556125d3a05f860a5a9b967e087b67277cabc2d866b2109d4b792a"
},
"downloads": -1,
"filename": "pycirkuit-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3cd58fc1bfc2609ccff8ebad11880fc6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 209401,
"upload_time": "2019-09-07T23:14:21",
"url": "https://files.pythonhosted.org/packages/0b/db/713b3d0f9184f9bb6b1816e868079a613d298a58fca99c101a338d5e90cc/pycirkuit-0.5.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f993644f7ee4cb36386735ee52f26f0b",
"sha256": "ae26a1ba9cbf8234590df9c1401eb297d79ac9766c7af69f460b3361112190d3"
},
"downloads": -1,
"filename": "pycirkuit-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "f993644f7ee4cb36386735ee52f26f0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 178719,
"upload_time": "2019-09-07T23:14:24",
"url": "https://files.pythonhosted.org/packages/6c/1d/f036e523bccc74847a879d2b5dbf1dffaeb5742fa204b8048fa8eb4c3e8a/pycirkuit-0.5.0.tar.gz"
}
]
}