{ "info": { "author": "Damian Rusinek", "author_email": "damian.rusinek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "License :: Freeware", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Security", "Topic :: Security :: Cryptography", "Topic :: System :: Monitoring" ], "description": "#AQoPA\n\nAutomated Quality of Protection Analysis tool of QoP-ML models. AQoPA is available in two modes: console and GUI mode.\n\n[Project Homepage](http://qopml.org)\n\n*Instruction for **pip** and **virtualenv** users is below.*\n\n\n##INSTRUCTIONS FOR GNU/LINUX\n\n### INSTALLATION\n\nInstalation steps for GNU/Linux (Debian, Ubuntu)\n\n1. Install **Python 2.7** ```sudo apt-get install python```\n2. Install **wxPython 2.8** ```sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n```\n3. Install pythpn **PLY** package ```sudo apt-get install python-ply```\n4. Download and extract AQoPA from [http://qopml.org/aqopa/](http://qopml.org/aqopa/)\n\nInstalation steps for GNU/Linux (CentOS, Fedora, OpenSUSE, RedHat)\n\n1. Install **Python 2.7** ```yum install python```\n2. Download and install **wxPython 2.8** from [http://www.wxpython.org/download.php](http://www.wxpython.org/download.php)\n3. Install pythpn **PLY** package ```yum install python-ply```\n4. Download and extract **AQoPA** from [http://qopml.org/aqopa/](http://qopml.org/aqopa/)\n\n### RUN\n\n####GNU/Linux GUI version:\npython bin/aqopa-gui\n\n####GNU/Linux console version:\npython bin/aqopa-console\n\nRun 'python bin/aqopa-console -h' to see all available options.\n\n\n##INSTRUCTIONS FOR MICROSOFT WINDOWS\n\nTested on Windows 7.\n\n### INSTALLATION \n\n1. Download and install **Python 2.7** from [http://www.python.org/download/releases/2.7.6/](http://www.python.org/download/releases/2.7.6/) (Python will be installed into \"C:\\Python27\" directory by default.)\n2. Add Python directory to environment variable PATH:\n - Open command line as Administrator: *Start > cmd (mouse right-click -> Run as Administrator)*\n - Run ```wmic ENVIRONMENT where \"name='Path' and username='<%USERNAME%>'\" set VariableValue=\"%Path%;C:\\Python27\\\"```\n - Restart Windows\n3. Download and install **wxPython 2.8** from [http://www.wxpython.org/download.php#stable](http://www.wxpython.org/download.php#stable)\n4. Download and extract python **PLY 3.4** package from [http://www.dabeaz.com/ply/](http://www.dabeaz.com/ply/)\n5. Install **PLY 3.4**:\n - Open command line: *Start > cmd*\n - Go to extracted directory with **ply-3.4**\n - Run ```python setup.py install```\n6. Download and extract **AQoPA** from website: [http://qopml.org/aqopa/](http://qopml.org/aqopa/)\n\n### RUN \n\n#### Microsoft Windows GUI version:\n1. Go to extracted AQoPA directory.\n2. Double click **aqopa-gui**\n\n\n#### Microsoft Windows console version:\n1. Open command line: *Start > cmd*\n2. Go to extracted AQoPA directory.\n3. Run **python bin/aqopa-console -h** to see all available options.\n\n---\n\n## INSTRUCTIONS FOR PIP & VIRTUALENV USERS\n\n\n## INSTRUCTIONS FOR GNU/LINUX\n\n### INSTALLATION\n\n#### Instalation steps for GNU/Linux (Debian, Ubuntu)\n\n1. Install **PIP** ```sudo apt-get install python-pip```\n2. Install **PLY 3.4** using pip ```sudo pip install PLY```\n3. Install **AQoPA** using pip ```sudo pip install AQoPA```\n\n#### Installing wxPython without virtualenv:\n4. Install **wxPython 2.8** ```sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n```\n\n####Installing wxPython with virtualenv:\nWhen using **virtualenv** the **wxPython** package may not be installed in the virtual environment. It is installed into the global python environment.\nIn order to make wxPython visible in virtual environment you need to create wx files in your virtual environment.\n\nWe assume that using **apt-get** the **wxPython** package has been installed in \"/usr/lib/python2.7/dist-packages/\" directory and the content of wx.pth file is \"wx-2.8-gtk2-unicode\". Otherwise, you have to find out where is wx.pth file and check its content.\n\n4. Install **wxPython 2.8** ```sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n```\n5. Update **wxPython paths**. Replace with the path of virtualenv you have created: \n - ```echo \"/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode\" > /lib/python2.7/site-packages/wx.pth```\n - ```ln -s /usr/lib/python2.7/dist-packages/wxversion.py /lib/python2.7/site-packages/wxversion.py```\n\n### RUN\n\n#### GNU/Linux GUI version:\nRun aqopa-gui command: **aqopa-gui**\n\n#### GNU/Linux console version:\nRun aqopa-console command: **aqopa-console**\nRun **aqopa-console -h** to see all available options.\n\n\n## INSTRUCTIONS FOR MICROSOFT WINDOWS\n\nTested on Windows 7.\n\n### INSTALLATION \n\n1. Download and install **Python 2.7** from [http://www.python.org/download/releases/2.7.6/](http://www.python.org/download/releases/2.7.6/) (Python will be installed into \"C:\\Python27\" directory by default.)\n2. Download and install **wxPython 2.8** from [http://www.wxpython.org/download.php#stable](http://www.wxpython.org/download.php#stable)\n3. Download and run **pip-win 1.6** from [https://sites.google.com/site/pydatalog/python/pip-for-windows](https://sites.google.com/site/pydatalog/python/pip-for-windows) (Pip-win win install some Python packages after first run.)\n4. Install **PLY** using **pip-win**. Write **pip install PLY** in the text input and click Run.\n5. Install **AQoPA** using **pip-win**. Write **pip install AQoPA** in the text input and click Run.\n\n### RUN \n\n#### Microsoft Windows GUI version:\n1. Open directory \"C:\\Python27\\Scripts\" (assuming that Python has been installed in \"C:\\Python27\").\n2. Double click **aqopa-gui.exe**\n\n#### Microsoft Windows console version:\n1. Open command line (cmd).\n2. Go to \"C:\\Python27\\Scripts\" (assuming that Python has been installed in \"C:\\Python27\").\n3. Run **aqopa-console.exe -h** to show the help of AQoPA console command.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://qopml.org/aqopa/", "keywords": null, "license": "Freeware", "maintainer": null, "maintainer_email": null, "name": "AQoPA", "package_url": "https://pypi.org/project/AQoPA/", "platform": "any", "project_url": "https://pypi.org/project/AQoPA/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://qopml.org/aqopa/" }, "release_url": "https://pypi.org/project/AQoPA/0.9.5/", "requires_dist": null, "requires_python": null, "summary": "Automated Quality of Protection Analysis Tool for QoP-ML models.", "version": "0.9.5" }, "last_serial": 1947875, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "a0a8a731a6a24a568dfc63e70efc8cbf", "sha256": "e6dd743122629bf70147fa38d681b9dcb9733762197d9cddf81b96b9cb253077" }, "downloads": -1, "filename": "AQoPA-0.5.tar.gz", "has_sig": false, "md5_digest": "a0a8a731a6a24a568dfc63e70efc8cbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60423, "upload_time": "2013-10-29T16:55:06", "url": "https://files.pythonhosted.org/packages/73/36/a5f83756413e0d0e4374076494595a47f83d12c59afd48ddb0ade5650659/AQoPA-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "1dbbe066b4a788fcc1825c61d60fcf50", "sha256": "4d702b4e436a720b809ff67d7d30844cc5271f382f20ba781cc35c1ccd71e056" }, "downloads": -1, "filename": "AQoPA-0.5.1.tar.gz", "has_sig": false, "md5_digest": "1dbbe066b4a788fcc1825c61d60fcf50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69867, "upload_time": "2013-10-30T17:02:38", "url": "https://files.pythonhosted.org/packages/08/aa/f7b44b01568e50137a6b09095ee41f3f3d25263ff0251e60c6354373908a/AQoPA-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "fc79d7f6f2df67dda277bb4f901af9f3", "sha256": "ef1611da20e65d106f32aa3f9418341a80d27798fc22102b6cc1bb838a09aaca" }, "downloads": -1, "filename": "AQoPA-0.5.2.tar.gz", "has_sig": false, "md5_digest": "fc79d7f6f2df67dda277bb4f901af9f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73124, "upload_time": "2013-11-11T11:58:46", "url": "https://files.pythonhosted.org/packages/07/e5/3fddb09cb4e6f540d029223751392fc4098615b8c8dca3782c60adb64101/AQoPA-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "685231328f99c8395ec2768cb7ba0a40", "sha256": "75a68775f04516be8f70f3d7551c027525cc0bcb6f9408edec0dc9dd8476e507" }, "downloads": -1, "filename": "AQoPA-0.5.3.tar.gz", "has_sig": false, "md5_digest": "685231328f99c8395ec2768cb7ba0a40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73186, "upload_time": "2013-11-14T12:28:53", "url": "https://files.pythonhosted.org/packages/6c/c7/d2ccba04b9ea840c1df4781bce5049a401619d7f50d2c3ab0a6163ae5a54/AQoPA-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "5b311b3fa255722b5e1304386d4444df", "sha256": "ffa810b01ecbf8546a20075a2569cdfd50a8c28e3e5a8c6268835628076fa147" }, "downloads": -1, "filename": "AQoPA-0.5.4.amd64.exe", "has_sig": false, "md5_digest": "5b311b3fa255722b5e1304386d4444df", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 226477, "upload_time": "2013-11-14T14:09:08", "url": "https://files.pythonhosted.org/packages/18/8f/dd9a5628a65a579f654a15cabd2c1a7e62837952a6683321b678c7634171/AQoPA-0.5.4.amd64.exe" }, { "comment_text": "", "digests": { "md5": "154f99ae50b88bb649b2d4da32909d90", "sha256": "a5fdfc7d35f8f7742f9ab365bf5dad2f2dd2f1220b2c43708e6f8045108f6f19" }, "downloads": -1, "filename": "AQoPA-0.5.4.tar.gz", "has_sig": false, "md5_digest": "154f99ae50b88bb649b2d4da32909d90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73202, "upload_time": "2013-11-14T12:53:14", "url": "https://files.pythonhosted.org/packages/74/77/5b11a76ad09531d2f131f9ad0c58eb2cb9ae04ec189b236ef7ee481ea270/AQoPA-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "da2362bbca2d5f4963e87e11955de3a3", "sha256": "441af7cf41cb252832a68223f7fee07d9cee4a2ce57cdd3e7c3bd1727d4d0266" }, "downloads": -1, "filename": "AQoPA-0.5.5.tar.gz", "has_sig": false, "md5_digest": "da2362bbca2d5f4963e87e11955de3a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76756, "upload_time": "2013-11-20T14:33:52", "url": "https://files.pythonhosted.org/packages/d0/71/09f21d25fd147bb43ae74c1b6f93f1310b1c51fde97144e709d3e924cc01/AQoPA-0.5.5.tar.gz" } ], "0.6": [ { "comment_text": "built for Linux-3.2.0-3-686-pae-i686-with-glibc2.4", "digests": { "md5": "0e617a6f0ae3d2e50fa0fa7bce34273f", "sha256": "9957911c01cb389e865fd58abbba2cca1a37bde86afc0e471a23fb9816a01616" }, "downloads": -1, "filename": "AQoPA-0.6.linux-i686.tar.gz", "has_sig": false, "md5_digest": "0e617a6f0ae3d2e50fa0fa7bce34273f", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 206690, "upload_time": "2014-01-13T17:38:02", "url": "https://files.pythonhosted.org/packages/02/1e/6c0ccd287eac9f3090b3a29405d929d1b45eff14dc8bf17c4b3497ec54b5/AQoPA-0.6.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "7893b19b22123297ca14cbc3e9bdf4d1", "sha256": "9cbd3847fb9f7c5fbd6f152eb4400b0a100db0c1055ca6d1a69854497fda8c2a" }, "downloads": -1, "filename": "AQoPA-0.6.tar.gz", "has_sig": false, "md5_digest": "7893b19b22123297ca14cbc3e9bdf4d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95082, "upload_time": "2014-01-13T17:38:21", "url": "https://files.pythonhosted.org/packages/61/7f/a506d738fa73dde8899c9b52e1af71a90d81f95231615d698b300ca12512/AQoPA-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "19af6da87c8c15430f35284865c9d189", "sha256": "1517af3cc7b3f8d7520180130460becbb44dddc77967868466ad5694229396d7" }, "downloads": -1, "filename": "AQoPA-0.6.1.tar.gz", "has_sig": false, "md5_digest": "19af6da87c8c15430f35284865c9d189", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94151, "upload_time": "2014-02-20T08:34:26", "url": "https://files.pythonhosted.org/packages/59/e3/77f930ed9a4a51016d6b9c8967efd701440ff38a5b798b286a24c9a0c0f7/AQoPA-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "ae1994a69e53aba9c156a94c7df3b73c", "sha256": "6dd6e352d09a50db5a09dd3d276d8aa008f8d78e1ce35c533af2af2214249ed8" }, "downloads": -1, "filename": "AQoPA-0.6.2.tar.gz", "has_sig": false, "md5_digest": "ae1994a69e53aba9c156a94c7df3b73c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94313, "upload_time": "2014-02-28T08:16:27", "url": "https://files.pythonhosted.org/packages/21/6a/1e5da95757f2f7ebd3b7551350e5b17e705228d3795abc7e467b744baeec/AQoPA-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "455e43b888fc2aa661a8a8f211c66162", "sha256": "df5da45c1000e61d82b4f9d557749d3ad07181ba3779084233648e7397738be4" }, "downloads": -1, "filename": "AQoPA-0.6.3.tar.gz", "has_sig": false, "md5_digest": "455e43b888fc2aa661a8a8f211c66162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94379, "upload_time": "2014-03-12T19:44:01", "url": "https://files.pythonhosted.org/packages/3b/47/9d7f3270d7f0a46a0263858d6fb0337cc032da2e21cc51fabf138efd8816/AQoPA-0.6.3.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e1ce094315719122b3bc7b6da04b52ea", "sha256": "388b74d02beb6d22cbdf644863e151518bee440fb2f6e5583c44a5a9728107d1" }, "downloads": -1, "filename": "AQoPA-0.7.tar.gz", "has_sig": false, "md5_digest": "e1ce094315719122b3bc7b6da04b52ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103414, "upload_time": "2014-04-18T08:32:29", "url": "https://files.pythonhosted.org/packages/2c/d9/98b3b24422209b934b9547af1651b08db1a1c6a2794cae9fa7e35293b614/AQoPA-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "852f043c355f37afde2df75750a2ec68", "sha256": "c87f9df3ce75aff65dd85d4e4b9b1107ded5959a83c095ee5d47fafdab83464a" }, "downloads": -1, "filename": "AQoPA-0.7.1.tar.gz", "has_sig": false, "md5_digest": "852f043c355f37afde2df75750a2ec68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106673, "upload_time": "2014-05-04T16:40:15", "url": "https://files.pythonhosted.org/packages/ec/a4/4e20bf86ae5e12c3236d7f2f7058a8860351146ed00333b886a4bda172be/AQoPA-0.7.1.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "fd74d3426f98748e51b7bcb85533924d", "sha256": "c9f4cc13c8c49bc1ce5913da9596998037ffd2af8f57fa14ef77aa5742e60d46" }, "downloads": -1, "filename": "AQoPA-0.7.3.tar.gz", "has_sig": false, "md5_digest": "fd74d3426f98748e51b7bcb85533924d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111508, "upload_time": "2014-05-31T15:01:57", "url": "https://files.pythonhosted.org/packages/ed/b2/dd4feae6eb02d2525b42814b5ee9ac1d014a7e7c134c6bcedaacacdd1eb0/AQoPA-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "c28816c8e21d86d630cf2de85ca4dba0", "sha256": "206db21b9271507aefc613cf6e48ea2c9b5dd887caaf975091060bbb0a239414" }, "downloads": -1, "filename": "AQoPA-0.7.4.tar.gz", "has_sig": false, "md5_digest": "c28816c8e21d86d630cf2de85ca4dba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111692, "upload_time": "2014-06-02T06:33:58", "url": "https://files.pythonhosted.org/packages/81/1e/d5efa4f53c952c9e976b8c26deaf266effeca542cdb5793b0656d150272c/AQoPA-0.7.4.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "861ec2944eb7a142be6d51a36a1e4ec3", "sha256": "36d42d589b6b68f9a71c10136a7c81bb6b5e7fceb9a4fc9c07a3b8b64929206b" }, "downloads": -1, "filename": "AQoPA-0.8.tar.gz", "has_sig": false, "md5_digest": "861ec2944eb7a142be6d51a36a1e4ec3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 441694, "upload_time": "2014-06-30T20:36:36", "url": "https://files.pythonhosted.org/packages/81/f0/34db0e845438db17e0c4d3d64fda3c7353cd9c40689186689a2f70746afd/AQoPA-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "95455769ea208803b5f2e3e5fd95e1be", "sha256": "d008aded08aa5bdb1d524e5bd6046c35485d6ea193b2487901b9637dbee1feed" }, "downloads": -1, "filename": "AQoPA-0.8.1.tar.gz", "has_sig": false, "md5_digest": "95455769ea208803b5f2e3e5fd95e1be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446639, "upload_time": "2014-07-10T14:24:23", "url": "https://files.pythonhosted.org/packages/4c/cd/389f5964683e61940a21003891b9f40d51099c6db6c554d32aeaf6fff88e/AQoPA-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "17a7db3c820b6143e2ccb99ece2f4aa2", "sha256": "25653ca759f9717cafa6547b88ad21d6beac0cc3d774aa976fe14aa8b82fc72f" }, "downloads": -1, "filename": "AQoPA-0.8.2.tar.gz", "has_sig": false, "md5_digest": "17a7db3c820b6143e2ccb99ece2f4aa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446748, "upload_time": "2014-09-30T19:05:32", "url": "https://files.pythonhosted.org/packages/5a/51/d03eff3a9ff1bd0c3beb956fd0e7f8537ea2c72a8c2ce5cd41a73f2d4959/AQoPA-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "0d943a805e84f8530192c3b8216c69fb", "sha256": "b51637256e7e12b587bb795d078fd3222793dd0a1f3e28cf2109a5f0cdb95b22" }, "downloads": -1, "filename": "AQoPA-0.8.3.tar.gz", "has_sig": false, "md5_digest": "0d943a805e84f8530192c3b8216c69fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447287, "upload_time": "2015-01-05T12:49:34", "url": "https://files.pythonhosted.org/packages/fa/38/73c81990774f100005ae9c331ff1201460246d3869e9d0957e219b5ec553/AQoPA-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "2340c45da47c9c140409b19cf1d8958b", "sha256": "a31cffdeb97400ff9a400b453172f15313deb59c6da72ec7d9e174746a227eb9" }, "downloads": -1, "filename": "AQoPA-0.8.4.tar.gz", "has_sig": false, "md5_digest": "2340c45da47c9c140409b19cf1d8958b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 450810, "upload_time": "2015-01-19T13:59:17", "url": "https://files.pythonhosted.org/packages/a4/56/dc85fb2f1ffe7606f52ca09233bfdbec79c3812d300294315f32b218e49e/AQoPA-0.8.4.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "24c0c37d7032863a48a7f562e91d1b23", "sha256": "62ff2173dd54209bc0a15d9772aea21da9dd607f89995e08a56a1f3cb975e0af" }, "downloads": -1, "filename": "AQoPA-0.9.1.tar.gz", "has_sig": false, "md5_digest": "24c0c37d7032863a48a7f562e91d1b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177741, "upload_time": "2015-02-13T16:30:54", "url": "https://files.pythonhosted.org/packages/19/81/3b7d74721fe66ba307ec2fe0551db7ffb88198ffcb4856c63dec139b146c/AQoPA-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "3d6274fa12f4e007def6c7fbbb3145aa", "sha256": "994d2a554c2e47c22910add444a20279d5fd570ff35259dd268d08c811086204" }, "downloads": -1, "filename": "AQoPA-0.9.2.tar.gz", "has_sig": false, "md5_digest": "3d6274fa12f4e007def6c7fbbb3145aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177798, "upload_time": "2015-06-20T12:14:36", "url": "https://files.pythonhosted.org/packages/fb/aa/ed8a08ce8448548e222ec0c14431926deeddfbf9f59a03eb9f58feb97fe4/AQoPA-0.9.2.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "7d62bfab03370d05230e126b688216f5", "sha256": "0c507fb3dd65d558e5c5b569565364eac4415b14e34881271d82321fd5e6c9aa" }, "downloads": -1, "filename": "AQoPA-0.9.5.tar.gz", "has_sig": false, "md5_digest": "7d62bfab03370d05230e126b688216f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182152, "upload_time": "2016-02-09T17:08:17", "url": "https://files.pythonhosted.org/packages/69/2a/881369ab97684ddf83345726423515c29c49d3f5a0d9d3ed69a9f62fbd5e/AQoPA-0.9.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d62bfab03370d05230e126b688216f5", "sha256": "0c507fb3dd65d558e5c5b569565364eac4415b14e34881271d82321fd5e6c9aa" }, "downloads": -1, "filename": "AQoPA-0.9.5.tar.gz", "has_sig": false, "md5_digest": "7d62bfab03370d05230e126b688216f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182152, "upload_time": "2016-02-09T17:08:17", "url": "https://files.pythonhosted.org/packages/69/2a/881369ab97684ddf83345726423515c29c49d3f5a0d9d3ed69a9f62fbd5e/AQoPA-0.9.5.tar.gz" } ] }