{
"info": {
"author": "Florent Rougon (fork author)",
"author_email": "f.rougon@free.fr",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: End Users/Desktop",
"License :: DFSG approved",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Games/Entertainment :: Simulation"
],
"description": "===============================================================================\nFFGo\n===============================================================================\nA powerful graphical launcher for FlightGear\n-------------------------------------------------------------------------------\n\nThis software is a fork of the excellent `FGo!`_ program written by\nRobert \u201cerobo\u201d Leda, see HISTORY in the ``docs/README/README_en`` file\nfor details. It is a graphical launcher for `FlightGear`_, *i.e.,* a\nprogram whose purpose is to allow easy assembling and running of an\n``fgfs`` command line.\n\n.. _FGo!: https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo\n.. _FlightGear: http://www.flightgear.org/\n.. _Python: https://www.python.org/\n.. _CondConfigParser: http://frougon.net/projects/CondConfigParser/\n\nFFGo is written in `Python`_ 3 and is based on `CondConfigParser`_,\nwhich allows many interesting things as shown at:\n\n http://frougon.net/projects/FFGo/doc/README-conditional-config/\n\n\nScreenshots\n-----------\n\nScreenshots are available from the `FFGo screenshots gallery page\n`_.\n\n.. _end-of-intro:\n\nHome page\n---------\n\nFFGo's home page is located at:\n\n http://frougon.net/projects/FFGo/\n\n(it was on people.via.ecp.fr before April 30, 2016)\n\n\nRequirements\n------------\n\nFFGo requires the following software:\n\n - Operating system:\n\n * works on Unix-like systems (including GNU/Linux);\n * works on Windows;\n * should also work on MacOS X, but no one has reported about this\n so far.\n\n - `FlightGear`_;\n - `Python`_ 3.4 or later;\n - `Tkinter`_ (part of the Python standard library; often known as\n ``python3-tk`` or ``python-tk`` in Linux package managers); very old\n versions that don't have the Ttk widget set are not supported\n starting from FFGo 1.8.0 (Tk 8.5 should be recent enough);\n - `CondConfigParser`_.\n\nIn addition to these mandatory dependencies, FFGo will take advantage of\nthe following software if installed:\n\n - `Pillow`_ (a PIL fork that supports Python\u00a03); the corresponding\n `Debian`_ package is ``python3-pil.imagetk``;\n - `GeographicLib`_\\'s ``MagneticField`` program, distributed with the\n GeographicLib C++ library. In Debian, this program is part of the\n ``geographiclib-tools`` package, but requires specific dataset files\n to be installed in order to work properly (the\n ``geographiclib-get-magnetic`` script may be helpful to get them\n installed);\n - `GeographicLib`_\\'s implementation for Python\u00a03 (present in Debian\n testing and unstable under the name ``python3-geographiclib`` at the\n time of this writing).\n\nIf some of these optional components are not installed, or if for some\nreason FFGo can't find them, some features will be disabled or work in\ndegraded mode. For instance, aircraft thumbnails won't be displayed if\nthe Pillow library isn't installed for the Python interpreter used to\nrun FFGo.\n\n.. _Tkinter: https://docs.python.org/3/library/tkinter.html\n.. _Pillow: http://python-pillow.github.io/\n.. _GeographicLib: http://geographiclib.sourceforge.net/\n\nNote:\n\n The home pages of FFGo's dependencies indicated here are current at\n the time of this writing (January 2016), but might change over time.\n\n\nDownload\n--------\n\nRelease tarballs or zip files can be downloaded from:\n\n http://frougon.net/projects/FFGo/dist/\n\n\nGit repository\n--------------\n\nFFGo is maintained in a `Git repository\n`_ that can be cloned with::\n\n git clone https://github.com/frougon/FFGo.git\n\n\nDebian packages\n---------------\n\nIf you use Debian_, the first thing to do is, as usual, to check whether\nthere is an ``ffgo`` package in Debian proper. If not (which is the case\nat the time of this writing), you can still install FFGo and its\ndependencies with a simple::\n\n apt-get install ffgo\n\nor\n\n::\n\n aptitude install ffgo\n\netc., depending on your package manager of choice. For this to work, you\nneed to:\n\n - add the following lines to your ``/etc/apt/sources.list`` (given for\n Debian *unstable* here)::\n\n deb http://frougon.net/debian-ffgo unstable main\n deb-src http://frougon.net/debian-ffgo unstable main\n\n Packages for Debian *stable* are also available. If this is what you\n need, just replace *unstable* with *jessie*, or whatever is the\n codename of the current Debian *stable* release, in these\n ``sources.list`` lines.\n\n - install `Florent Rougon's OpenPGP key`_ into the ``apt`` keyring.\n This is necessary to allow ``apt`` to authenticate the packages (if\n you don't do this, the installation should still be possible, but\n with warnings and, of course, reduced security).\n\n .. _Florent Rougon's OpenPGP key: http://frougon.net/keys.html\n\n In order to do this, you should first get the key using the above\n link, and save it to a file. Let's assume you have the key in file\n ``/tmp/OpenPGP-key.asc``. To add it to the ``apt`` keyring, you can\n run the following command as root::\n\n apt-key add /tmp/OpenPGP-key.asc\n\n Once this is done, there is no need to keep the ``OpenPGP-key.asc``\n file around anymore.\n\nAfter these two steps, don't forget to run::\n\n apt-get update\n\n(or ``aptitude update``, etc.), otherwise the package manager won't find\nthe packages available from the newly-added repository.\n\nNotes:\n\n - The ``ffgo`` package recommends ``python3-pil.imagetk``. This\n package is available in Debian_. If you don't install it, FFGo will\n still work but you won't be able to see the aircraft thumbnails.\n\n - The ``deb-src`` line in ``/etc/apt/sources.list`` is useful if you\n want to be able to run::\n\n apt-get source ffgo\n\n or similar for its dependencies available from the repository given\n above (currently and for the foreseeable future, only\n CondConfigParser_). Otherwise, you may safely omit that line.\n\n.. _Debian: https://www.debian.org/\n\n\nInstallation\n------------\n\nThe detailed installation guide for FFGo is in the ``docs/INSTALL``\ndirectory in any release tarball or zip file. In short:\n\n - If you are using Debian_, please see above.\n\n - FFGo may be run without installation, provided that all software\n requirements are installed.\n\n - Otherwise, FFGo can be installed in the standard way for Python\n packages, i.e. with::\n\n pip install FFGo\n\n If you have never used `pip`_ before, or if you need more details,\n read the guide in ``docs/INSTALL`` before running this command, and\n **don't invoke it as the superuser** unless you *really* know what\n you are doing!\n\n Besides FFGo, you may want to also install `Pillow`_ in order to see\n the aircraft thumbnails in FFGo. The presence of Pillow is detected\n at run time, therefore it doesn't matter if Pillow is installed\n before or after FFGo. Similarly, if you want to see magnetic\n variation and magnetic headings in addition to true headings, you'll\n need to install GeographicLib's ``MagneticField`` program. Finally,\n `GeographicLib`_\\'s Python implementation is used for some geodetic\n calculations if installed for the Python interpreter used to run\n FFGo. Most computations can normally be done without this module,\n but it may be necessary in some particular cases (computation of\n distance and bearings for the shortest path between nearly antipodal\n points).\n\n.. _pip: https://pypi.python.org/pypi/pip\n\nYou may also find the installation instructions from `FFGo's page on the\nFlightGear wiki`_ helpful. If you have a problem, you can always ask in\nFFGo's thread on the FlightGear forum (see below in `Getting help,\ndiscussing`_).\n\n.. _FFGo's page on the FlightGear wiki: http://wiki.flightgear.org/FFGo\n\n\nRunning\n-------\n\n- If you've installed FFGo using a ready-made package (Linux or BSD\n distribution, etc.), just run ``ffgo`` from the command line, or\n choose FFGo in your desktop menu, etc.\n\n- If you chose to run FFGo without installing it:\n\n From your file manager, you may click on the ``ffgo-launcher.py`` file\n in the top-level directory obtained after unpacking a release tarball\n or zip file. Alternatively, you can run it from a terminal with a\n command such as ``./ffgo-launcher.py`` or ``python3\n ffgo-launcher.py``. Just make sure you are running\n ``ffgo-launcher.py`` with the `Python`_ interpreter for which you\n installed the dependencies.\n\n- Otherwise, if you installed FFGo with `pip`_:\n\n pip should have installed an ``ffgo`` executable in the directory it\n normally installs scripts into. This directory may be a ``Scripts``\n subdirectory of your Python installation, or a ``bin`` subdirectory of\n the virtual environment if you ran pip in a venv, etc. It depends on\n how you ran pip (inside or outside a venv, etc.). More details are\n given in ``docs/INSTALL``, and if this is not enough, please refer to\n the `pip`_ documentation.\n\n Note for Windows users:\n\n On Windows, `pip`_ will install an ``ffgo-noconsole.exe`` executable\n along with ``ffgo.exe`` (typically in ``C:\\PythonXY\\Scripts`` for a\n Python installation with version X.Y). The difference between these\n two files is that ``ffgo.exe`` opens a Windows terminal (\u201cconsole\u201d)\n containing all FFGo messages, while ``ffgo-noconsole.exe`` doesn't.\n\nIn any case, it is suggested that you skim through the documentation\navailable from the Help menu after you start FFGo. This will direct you\nto the important first-time settings, hopefully give you useful tips,\netc.\n\n\nDocumentation\n-------------\n\n- Apart from this text (which corresponds to ``README.rst`` in a release\n tarball or zip file), FFGo's documentation can be found in the\n ``docs`` top-level directory after unpacking a release tarball or zip\n file. Once FFGo is installed, users should start by reading\n ``docs/README/README_`` (the language code is ``en``\n for English; this text is also accessible from FFGo's *Help* menu). In\n a second time, ``docs/README.conditional-config`` (`available online\n `_)\n explains how to use the full power of the configuration system used by\n FFGo.\n\n If you got FFGo from the `Git repository`_ instead of a release tarball,\n part of the documentation is in source form only (written for\n `Sphinx`_). There is a special section in ``docs/INSTALL`` which\n explains how to build it in this situation [#]_. In any case, this\n documentation (for the latest FFGo release) is always `available online\n `_.\n\n .. _Sphinx: http://sphinx-doc.org/\n\n .. [#] Basically, it boils down to installing a recent enough `Sphinx`_\n and running ``make doc`` from the top-level directory.\n\n- There is also some `FFGo documentation on the FlightGear wiki`_, in\n particular screenshots illustrating most features, and maybe more\n practically-oriented installation instructions than those from\n ``docs/INSTALL/INSTALL_en`` (at the time of this writing).\n\n .. _FFGo documentation on the FlightGear wiki: http://wiki.flightgear.org/FFGo\n\n\nGetting help, discussing\n------------------------\n\nAt the time of this writing, there is a thread dedicated to FFGo on the\n`FlightGear forum`_ at the following address:\n\n http://forum.flightgear.org/viewtopic.php?f=18&t=27054\n\n.. _FlightGear forum: http://forum.flightgear.org/\n\nThis is where most discussions about FFGo take place. If you have a\nquestion or a problem related to FFGo, this is a good place to ask.\n\n\nBugs\n----\n\nIf you think you have found a bug, you can `file an issue on GitHub\n`_. If you are not sure that\nwhat you are seeing is actually a bug, I suggest to discuss it instead\nin the `FFGo forum thread`_. In either case, be very precise telling:\n\n - your operating system;\n\n - the versions of FFGo and its dependencies (Python, CondConfigParser,\n FlightGear... also Pillow and GeographicLib if you have them\n installed);\n\n - how you installed FFGo (with `pip`_, or a distribution package,\n or...);\n\n - the exact contents of the FFGo log file, which is\n ``~/.ffgo/Logs/FFGo.log`` on every operating system except Windows,\n and ``%APPDATA%/FFGo/Logs/FFGo.log`` on Windows.\n\n Note for Windows users:\n\n Since Windows seems to hide the ``%APPDATA%`` folder nowadays,\n Windows users may have to use their favorite search engine in\n order to find how to access this folder on their computer (hint:\n maybe\n ``_,\n ``_\n and\n ``_\n can be helpful);\n\n - step-by-step instructions describing what you did to trigger the bug.\n\nThe FFGo log file normally contains the versions of all major\ndependencies of FFGo, therefore the second instruction above should be a\nno-brainer if you carried out the fourth one correctly. These versions\nshould also be available using Help\u00a0\u2192\u00a0About in FFGo.\n\n.. _FFGo forum thread: http://forum.flightgear.org/viewtopic.php?f=18&t=27054\n\n\nLicense\n-------\n\nFFGo is distributed under the terms of the `WTFPL`_ version 2, dated\nDecember 2004.\n\n.. _WTFPL: http://wtfpl.net/\n\n\n.. \n # Local Variables:\n # coding: utf-8\n # fill-column: 72\n # End:",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://frougon.net/projects/FFGo/",
"keywords": "FlightGear flightgear flight simulator launcher FFGo FGo!",
"license": "WTFPLv2",
"maintainer": "",
"maintainer_email": "",
"name": "FFGo",
"package_url": "https://pypi.org/project/FFGo/",
"platform": "",
"project_url": "https://pypi.org/project/FFGo/",
"project_urls": {
"Homepage": "http://frougon.net/projects/FFGo/"
},
"release_url": "https://pypi.org/project/FFGo/1.12.5/",
"requires_dist": null,
"requires_python": "",
"summary": "A powerful graphical launcher for the FlightGear flight simulator",
"version": "1.12.5"
},
"last_serial": 2738074,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "13eb52b4a3bb0c2fe7b1176b3a9a6078",
"sha256": "25c03aa7cba94ef81d51dff102ffb801ccf365cf64e5e7e3525b8127aad826ff"
},
"downloads": -1,
"filename": "FFGo-1.0.0.tar.gz",
"has_sig": true,
"md5_digest": "13eb52b4a3bb0c2fe7b1176b3a9a6078",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 472665,
"upload_time": "2015-08-21T09:29:58",
"url": "https://files.pythonhosted.org/packages/63/f0/c10c071dd6aae9fa79a6d93f3fcb00082a06ed4ee78ef85ee23838d68b8d/FFGo-1.0.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "5d2b7b889ca5277c884d9a07e540f3cb",
"sha256": "37104beb663b39b265370f697a7f9d1adfcb516809e843b69c1e6a1344554f7c"
},
"downloads": -1,
"filename": "FFGo-1.0.0.zip",
"has_sig": true,
"md5_digest": "5d2b7b889ca5277c884d9a07e540f3cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 564838,
"upload_time": "2015-08-21T09:30:24",
"url": "https://files.pythonhosted.org/packages/16/2c/c39e727d0745a923823fa0c30689807aa5cb4bb2f3cd34e62ce6d84d3700/FFGo-1.0.0.zip"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "23dae355c8061f172c44bb100e07a630",
"sha256": "0a195d42e3f0729a749a76a00c28fa349addce2cbe147efde6f075123cfdaa57"
},
"downloads": -1,
"filename": "FFGo-1.1.0.tar.gz",
"has_sig": true,
"md5_digest": "23dae355c8061f172c44bb100e07a630",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 491807,
"upload_time": "2015-09-03T19:53:44",
"url": "https://files.pythonhosted.org/packages/70/4d/e429eea895fc5da390531d9b751dcb295c535357dcab3216031a1523a11e/FFGo-1.1.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "84fd03e66ea887ec0aab252f77caed80",
"sha256": "20a8083257d6560e266c5845e733e01cb9aa615406b67980fc04bfbcf84915dc"
},
"downloads": -1,
"filename": "FFGo-1.1.0.zip",
"has_sig": true,
"md5_digest": "84fd03e66ea887ec0aab252f77caed80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 585317,
"upload_time": "2015-09-03T19:53:53",
"url": "https://files.pythonhosted.org/packages/56/d6/25238d7084f31bf92250dfe926e7f35a1f6775a8c9233a1ee9d18d891353/FFGo-1.1.0.zip"
}
],
"1.10.0": [
{
"comment_text": "",
"digests": {
"md5": "cc8750494c06fe579ab216759fea49e0",
"sha256": "9d1d08a8a2915d985d795748d5921762e5830eae03eddff079b37b34817286b4"
},
"downloads": -1,
"filename": "FFGo-1.10.0.tar.gz",
"has_sig": true,
"md5_digest": "cc8750494c06fe579ab216759fea49e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 796219,
"upload_time": "2016-02-16T07:21:12",
"url": "https://files.pythonhosted.org/packages/72/a2/d72a48504ae2dc05ef080b7642471aab4d55a2f1c1eac278ec76d53e317b/FFGo-1.10.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "179b51b14e5ba7a461ff42662f0607d9",
"sha256": "c471f9641ec527fbc78f4a6854cd48b08a45dbd440e888ca159167697cd5ca24"
},
"downloads": -1,
"filename": "FFGo-1.10.0.zip",
"has_sig": true,
"md5_digest": "179b51b14e5ba7a461ff42662f0607d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 878230,
"upload_time": "2016-02-16T07:21:42",
"url": "https://files.pythonhosted.org/packages/de/2d/de57f5513412563a385974cc5e94a450a61c86fd9d651c7c5f49974dc666/FFGo-1.10.0.zip"
}
],
"1.10.0rc1": [
{
"comment_text": "",
"digests": {
"md5": "61108de2e30cb59851214bd9763d84d9",
"sha256": "e1898652cd9e769282c6543cd275e9696123b8b5b1c370f30b90c0e35a24e7ac"
},
"downloads": -1,
"filename": "FFGo-1.10.0rc1.tar.gz",
"has_sig": true,
"md5_digest": "61108de2e30cb59851214bd9763d84d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 792948,
"upload_time": "2016-02-14T20:59:51",
"url": "https://files.pythonhosted.org/packages/6e/cc/c1859f6f6feb12d878ce4d936d283d427f4cdea510e4139d1e8bea3c1cf8/FFGo-1.10.0rc1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ef1d2a863e19b249164c0940fdee6ba8",
"sha256": "b64e4768968d851085b06a6a6995cf8b6dc7451b9311b16bc07ac38a99e6725d"
},
"downloads": -1,
"filename": "FFGo-1.10.0rc1.zip",
"has_sig": true,
"md5_digest": "ef1d2a863e19b249164c0940fdee6ba8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 876060,
"upload_time": "2016-02-14T21:00:06",
"url": "https://files.pythonhosted.org/packages/ea/0b/9bae6cc31f8446adbdf4cccf31072fe890b39cc4e5c1a6582965c58e6d87/FFGo-1.10.0rc1.zip"
}
],
"1.10.1": [
{
"comment_text": "",
"digests": {
"md5": "9589c68cd4f30b5151064009da40f264",
"sha256": "49a58ec286a7df6d856101d250338f8e200c485454b69a775646365c36bb5c66"
},
"downloads": -1,
"filename": "FFGo-1.10.1.tar.gz",
"has_sig": true,
"md5_digest": "9589c68cd4f30b5151064009da40f264",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 796474,
"upload_time": "2016-02-16T16:00:31",
"url": "https://files.pythonhosted.org/packages/26/0b/5b7cbe52ac97fcc655ef99a526b8f293b3e13add2f67340176c9510ce707/FFGo-1.10.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "c4256f5ac4bce4a607992cf620b42d61",
"sha256": "1627cf392263ab71d6d34bb6e6598c623073acca3034faf309a799674123e2e4"
},
"downloads": -1,
"filename": "FFGo-1.10.1.zip",
"has_sig": true,
"md5_digest": "c4256f5ac4bce4a607992cf620b42d61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 878399,
"upload_time": "2016-02-16T16:00:46",
"url": "https://files.pythonhosted.org/packages/9d/e9/9832555f2e4af99d652e680965e6ae9c0051b9be2b5bdf0be3732fcdcc2a/FFGo-1.10.1.zip"
}
],
"1.11.0": [
{
"comment_text": "",
"digests": {
"md5": "6a032fc6c0ab93f0c24d07b0224df375",
"sha256": "76234aac8147b2b38e5f63aaef222c8a606a7a94d39c77c951f97235a939c532"
},
"downloads": -1,
"filename": "FFGo-1.11.0.tar.gz",
"has_sig": true,
"md5_digest": "6a032fc6c0ab93f0c24d07b0224df375",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 869210,
"upload_time": "2016-03-14T12:35:04",
"url": "https://files.pythonhosted.org/packages/e2/5d/ee7398ac0480e77d92bc7f451467f0d41ae06b103a79500e9e82396137bf/FFGo-1.11.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "a224dcecfb5e2f4d6bda1cbde6b7acef",
"sha256": "e91bd0ed2fd01da2d768982373e75b758b6b2660fe099c39b9a3ac65512cd6ba"
},
"downloads": -1,
"filename": "FFGo-1.11.0.zip",
"has_sig": true,
"md5_digest": "a224dcecfb5e2f4d6bda1cbde6b7acef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 954397,
"upload_time": "2016-03-14T12:35:21",
"url": "https://files.pythonhosted.org/packages/8d/e3/bfb55c5d770f87fddcd74155a3cbb3287531a6f0c712e0e8e7be991784d0/FFGo-1.11.0.zip"
}
],
"1.11.1": [
{
"comment_text": "",
"digests": {
"md5": "897f312538631276a304cfd968a39f13",
"sha256": "8b153f96add00a66a7f4000f59b833f1bc75c6c9c1f50c3b3b91cb4bf703cf88"
},
"downloads": -1,
"filename": "FFGo-1.11.1.tar.gz",
"has_sig": true,
"md5_digest": "897f312538631276a304cfd968a39f13",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 870090,
"upload_time": "2016-03-19T21:49:43",
"url": "https://files.pythonhosted.org/packages/63/8d/00529383fe6d592678b5de7900c038fc7ca0139973e6aa20bfb60f7193e4/FFGo-1.11.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ef650e1d8043b8d6978afe2caf0c069d",
"sha256": "939f4a834b7b59146bc87e744538079090424ff503885c470a5aa22951f8179d"
},
"downloads": -1,
"filename": "FFGo-1.11.1.zip",
"has_sig": true,
"md5_digest": "ef650e1d8043b8d6978afe2caf0c069d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 955264,
"upload_time": "2016-03-19T21:49:59",
"url": "https://files.pythonhosted.org/packages/6a/ec/1dd375f739829768115e3c6395ebe9257cc7d12f988c07a3b2a9181fe194/FFGo-1.11.1.zip"
}
],
"1.11.2": [
{
"comment_text": "",
"digests": {
"md5": "c9884bcb042042d52477927b944fda91",
"sha256": "88475e4e6a1c7efbfd48fd9a80712d5f425e2b7af7db786288adc1b85702225e"
},
"downloads": -1,
"filename": "FFGo-1.11.2.tar.gz",
"has_sig": true,
"md5_digest": "c9884bcb042042d52477927b944fda91",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 877413,
"upload_time": "2016-03-26T23:06:35",
"url": "https://files.pythonhosted.org/packages/75/51/1bf1b8095b6f89c5800d03f4c75d49db1940697369d0b3fb53da75f0d0d2/FFGo-1.11.2.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ee41d318c0f52af32dda7adabfc1028b",
"sha256": "773e750cafdc2a0b7ecf5347102f5d672c92683f3445759cd71ee108b3aa0e7e"
},
"downloads": -1,
"filename": "FFGo-1.11.2.zip",
"has_sig": true,
"md5_digest": "ee41d318c0f52af32dda7adabfc1028b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 963007,
"upload_time": "2016-03-26T23:06:56",
"url": "https://files.pythonhosted.org/packages/3a/1d/5e8e8f8a3b6604fef3e1f5f456ccdf134a16f09ecb4aac103eefe2c2c1ec/FFGo-1.11.2.zip"
}
],
"1.11.3": [
{
"comment_text": "",
"digests": {
"md5": "6331b6bdb88423c781b4b437ec90cc6f",
"sha256": "b69061e891cbddb467ce92fc1d0260aa5c25ba8265639a2160959def650f2f4e"
},
"downloads": -1,
"filename": "FFGo-1.11.3.tar.gz",
"has_sig": true,
"md5_digest": "6331b6bdb88423c781b4b437ec90cc6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 819444,
"upload_time": "2016-04-30T16:00:30",
"url": "https://files.pythonhosted.org/packages/ce/bf/c10fbe31a4870fa06280363dee8cba3b7c8791a10716730445fb78d8859d/FFGo-1.11.3.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "1b36c5d1f67ce7c34f9e408e616f69af",
"sha256": "e047e1deb62a0355e10403789369c3c8dadac660af99fb76d6ac30b192b0552f"
},
"downloads": -1,
"filename": "FFGo-1.11.3.zip",
"has_sig": true,
"md5_digest": "1b36c5d1f67ce7c34f9e408e616f69af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 903923,
"upload_time": "2016-04-30T16:00:50",
"url": "https://files.pythonhosted.org/packages/75/42/3ebf18a04847a855825ecdaf3c99a3a7932cf9be0b74b0d51db20bb84a84/FFGo-1.11.3.zip"
}
],
"1.12.0": [
{
"comment_text": "",
"digests": {
"md5": "0e04c51f6dc86e8b0fd76b298582a3e3",
"sha256": "93524765bf3d41ccc3af4774da9093de6181f4603f1f47256f5e48c7b2b258b6"
},
"downloads": -1,
"filename": "FFGo-1.12.0.tar.gz",
"has_sig": true,
"md5_digest": "0e04c51f6dc86e8b0fd76b298582a3e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 923019,
"upload_time": "2016-11-14T10:11:12",
"url": "https://files.pythonhosted.org/packages/c8/c8/6b211c36567196160db343924b5b87fab78ce8869f9e7c99fc07010c45d7/FFGo-1.12.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "543acc4de1ceef86a7a9b6328b6b2f10",
"sha256": "d9a9150b3b34cc207c81f63ecf34a970e3f5f7e5b5bf3ad577f09d23325fb8ee"
},
"downloads": -1,
"filename": "FFGo-1.12.0.zip",
"has_sig": true,
"md5_digest": "543acc4de1ceef86a7a9b6328b6b2f10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 987515,
"upload_time": "2016-11-14T10:11:28",
"url": "https://files.pythonhosted.org/packages/a7/64/75d629b3b8fc9f9bad270e4de49e2279472ce8600e0742341dcf22d6600b/FFGo-1.12.0.zip"
}
],
"1.12.1": [
{
"comment_text": "",
"digests": {
"md5": "36304798317d467d189d99ad4c7da41f",
"sha256": "daeee0e919804514b9704f76f3ce3e179253d51e6f8654bf609acfa22eccc419"
},
"downloads": -1,
"filename": "FFGo-1.12.1.tar.gz",
"has_sig": true,
"md5_digest": "36304798317d467d189d99ad4c7da41f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 923026,
"upload_time": "2016-11-14T10:48:13",
"url": "https://files.pythonhosted.org/packages/4c/64/fbe6822eaa065474f37b1e2bcf3a52addbd42301bdfeadeee21a1f7fb8bc/FFGo-1.12.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "c73aa6076022ad8a3adf477dbd61ae67",
"sha256": "6d03ebef0c45ede88fcbab3ef22dcef2c7af3a470010b7926448ab289c589cc4"
},
"downloads": -1,
"filename": "FFGo-1.12.1.zip",
"has_sig": true,
"md5_digest": "c73aa6076022ad8a3adf477dbd61ae67",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 987669,
"upload_time": "2016-11-14T10:48:30",
"url": "https://files.pythonhosted.org/packages/4d/99/0f447ab6de2f4b0cffb1d5632ae18360f8965f386ce9874f913a6339a4b1/FFGo-1.12.1.zip"
}
],
"1.12.2": [
{
"comment_text": "",
"digests": {
"md5": "6aa9eb2499eefc8775b99519dfb53cc3",
"sha256": "d13bc246b665aaa4a4c8a03bd4acdffeffad5f14709dd5ea0ff8e6e72ba6e642"
},
"downloads": -1,
"filename": "FFGo-1.12.2.tar.gz",
"has_sig": true,
"md5_digest": "6aa9eb2499eefc8775b99519dfb53cc3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 924712,
"upload_time": "2016-11-24T09:56:35",
"url": "https://files.pythonhosted.org/packages/b4/16/85c3344a505fde89c032b09081f4ea26b413d5620f170933d63951af7ea4/FFGo-1.12.2.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ceb51ab3201973376f9848a18d3b3f79",
"sha256": "10c6bdc09a87c17224b36b63c19950f6a39c20efa83f067b670058a6eaff3236"
},
"downloads": -1,
"filename": "FFGo-1.12.2.zip",
"has_sig": true,
"md5_digest": "ceb51ab3201973376f9848a18d3b3f79",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 989421,
"upload_time": "2016-11-24T09:56:48",
"url": "https://files.pythonhosted.org/packages/2f/a1/1da86107d05301bfb8f5ccd4457a0aefe5ba55ff5ac82cb00f149a8c195e/FFGo-1.12.2.zip"
}
],
"1.12.3": [
{
"comment_text": "",
"digests": {
"md5": "ab67e2e83d8829d3f86be907285718c0",
"sha256": "48f7d94be8410cc8d8ff116e4f3b181c098e66a266cfbcec19dd93d4ab59abab"
},
"downloads": -1,
"filename": "FFGo-1.12.3.tar.gz",
"has_sig": true,
"md5_digest": "ab67e2e83d8829d3f86be907285718c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 929730,
"upload_time": "2016-12-06T23:29:19",
"url": "https://files.pythonhosted.org/packages/93/c7/5ef2de340f3f9363f955a913f71f9077c6811ecbaf809d2270181cd1220f/FFGo-1.12.3.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "61d80e2b5491b278764d6f4fc36e1262",
"sha256": "bf0c6effb49c9ea69cdbb3fafa89e0fef141dd34b1a2cac3f33437bed644d8df"
},
"downloads": -1,
"filename": "FFGo-1.12.3.zip",
"has_sig": true,
"md5_digest": "61d80e2b5491b278764d6f4fc36e1262",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 993870,
"upload_time": "2016-12-06T23:29:34",
"url": "https://files.pythonhosted.org/packages/89/ba/5e71453283d07799e59c6f3c313b80b03c93c5e284be9de2872a9ee28916/FFGo-1.12.3.zip"
}
],
"1.12.4": [
{
"comment_text": "",
"digests": {
"md5": "669a9ad71a74a5e0ca1891e574b39222",
"sha256": "34adac16ef385b60fc2c3980a946142c2ea10d2f8d28ba1b8d948a6c974236ed"
},
"downloads": -1,
"filename": "FFGo-1.12.4.tar.gz",
"has_sig": true,
"md5_digest": "669a9ad71a74a5e0ca1891e574b39222",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 930844,
"upload_time": "2017-03-10T19:47:43",
"url": "https://files.pythonhosted.org/packages/c4/77/af920c032ffe7403cc6ae61137ab4eb73926b2194ad74709f2546700bde3/FFGo-1.12.4.tar.gz"
}
],
"1.12.5": [
{
"comment_text": "",
"digests": {
"md5": "ccdc3cbb0fa8cbb31221e99c912fb519",
"sha256": "77aff153a74ccfd09a3126e3e181bbb9f3f7f45e5974acda56cde8ca4fffbc05"
},
"downloads": -1,
"filename": "FFGo-1.12.5.tar.gz",
"has_sig": true,
"md5_digest": "ccdc3cbb0fa8cbb31221e99c912fb519",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 953510,
"upload_time": "2017-03-29T08:49:24",
"url": "https://files.pythonhosted.org/packages/c3/a8/28bef127468656df7a25707d1860005dc7d6e38741d6d5ddcc5813869e59/FFGo-1.12.5.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "c5c381b8a87762ee7dab47d97a3b652a",
"sha256": "4db4e5e4e648ca0263b71af66076da0af53ac7b3f0a81dce53ba076b821741ad"
},
"downloads": -1,
"filename": "FFGo-1.2.0.tar.gz",
"has_sig": true,
"md5_digest": "c5c381b8a87762ee7dab47d97a3b652a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 504891,
"upload_time": "2015-09-12T12:50:29",
"url": "https://files.pythonhosted.org/packages/4a/02/f8655c5ea0dffb843e60d824997d2ae339dd4e629d3104c9e39b799a2ed9/FFGo-1.2.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "8084afaa27c06414d3a8e98b43adcf80",
"sha256": "12c6f752886d50a500b702d6686cfb3250a03363915250be68ab2410e8f2d7bb"
},
"downloads": -1,
"filename": "FFGo-1.2.0.zip",
"has_sig": true,
"md5_digest": "8084afaa27c06414d3a8e98b43adcf80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 598653,
"upload_time": "2015-09-12T12:51:28",
"url": "https://files.pythonhosted.org/packages/ac/51/db881488215ad654c8319aec041b42742e0b76fd09e2445ff033de9f7859/FFGo-1.2.0.zip"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "d67997fb7a22c628e632f8b3bb86af8e",
"sha256": "5fd9034243bd8851391c3723c447f7c994d2cfe38f467b359ad9baad25c818d4"
},
"downloads": -1,
"filename": "FFGo-1.2.1.tar.gz",
"has_sig": true,
"md5_digest": "d67997fb7a22c628e632f8b3bb86af8e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 504974,
"upload_time": "2015-09-12T20:16:20",
"url": "https://files.pythonhosted.org/packages/c3/42/5bee7630f703134e7e737e4aab5560f374d481f4767f1c9916c59455e421/FFGo-1.2.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "3ee6086f2b0bd2d755773c157fcdd38c",
"sha256": "87491f82496afb252de611a965f931d5fbfd6a1a052f63ba5790ee4d5a529f3b"
},
"downloads": -1,
"filename": "FFGo-1.2.1.zip",
"has_sig": true,
"md5_digest": "3ee6086f2b0bd2d755773c157fcdd38c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 598753,
"upload_time": "2015-09-12T20:16:30",
"url": "https://files.pythonhosted.org/packages/11/c1/036c2d1482f59e565df41a4530f99cbb9cb59122c449b0d348fdd20c1632/FFGo-1.2.1.zip"
}
],
"1.3.0": [
{
"comment_text": "",
"digests": {
"md5": "978474d05fed6defc12c16f0ba38a9a3",
"sha256": "a3237295bb33af16f93b70089a84c9762c8bef8a1d44fc0978319ac5cf37ad37"
},
"downloads": -1,
"filename": "FFGo-1.3.0.tar.gz",
"has_sig": true,
"md5_digest": "978474d05fed6defc12c16f0ba38a9a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 524954,
"upload_time": "2015-09-22T13:51:50",
"url": "https://files.pythonhosted.org/packages/5c/36/a82cad23398953823c0f85537a74ec5277125b938b2ff855a0546df2f4e2/FFGo-1.3.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "4a865526da44fa63827e0107bc8aaf0d",
"sha256": "911d938580272cb43a874e6be0cedc8e17788e976a370c7cc0d433825dc6ee9a"
},
"downloads": -1,
"filename": "FFGo-1.3.0.zip",
"has_sig": true,
"md5_digest": "4a865526da44fa63827e0107bc8aaf0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619805,
"upload_time": "2015-09-22T13:52:01",
"url": "https://files.pythonhosted.org/packages/72/35/db5a6f52168207c072d92fb0fd01f2ab1824ec1860dfc6452ec843e8d59a/FFGo-1.3.0.zip"
}
],
"1.4.0": [
{
"comment_text": "",
"digests": {
"md5": "e488e721a214ed9a4b726722cf34b209",
"sha256": "8fff067e5d9449ad63ef1b30bd71c84e6bc75596d7cd9397acb037980301e457"
},
"downloads": -1,
"filename": "FFGo-1.4.0.tar.gz",
"has_sig": true,
"md5_digest": "e488e721a214ed9a4b726722cf34b209",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 536810,
"upload_time": "2015-10-09T22:28:38",
"url": "https://files.pythonhosted.org/packages/31/64/59e7b76f6830d14b19426cf101f18157ccbae6d40d9bb86fc351f0cb937d/FFGo-1.4.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ae0b0b1bb0bd18052a2eafee6cc64346",
"sha256": "0bccdffcb932eb79781c91d401082f8afc9f2a71d6b784dd497b66c756eccc0b"
},
"downloads": -1,
"filename": "FFGo-1.4.0.zip",
"has_sig": true,
"md5_digest": "ae0b0b1bb0bd18052a2eafee6cc64346",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 632316,
"upload_time": "2015-10-09T22:28:48",
"url": "https://files.pythonhosted.org/packages/00/ec/f071e8ddcc606588ddd7d0b419aad30e67db68e18ce283f094142a0d8a3c/FFGo-1.4.0.zip"
}
],
"1.5.0": [
{
"comment_text": "",
"digests": {
"md5": "b4e012609c6c8213dc960b04c238a794",
"sha256": "580b6093f32e4cd6a71a873191118490f79a94b33604a5e836df1d5422c56168"
},
"downloads": -1,
"filename": "FFGo-1.5.0.tar.gz",
"has_sig": true,
"md5_digest": "b4e012609c6c8213dc960b04c238a794",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 549049,
"upload_time": "2015-10-18T08:28:13",
"url": "https://files.pythonhosted.org/packages/8b/1e/8b6c891bea62f264e6696559b299493c3152e9a9b8e8b675d651ec77029c/FFGo-1.5.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "7d4c27586ba12c8b82d6bba53a75be04",
"sha256": "57f0e2ed199ee7240da624dfe50281bbb2bb78236fd74c302b0c8f4a55f84163"
},
"downloads": -1,
"filename": "FFGo-1.5.0.zip",
"has_sig": true,
"md5_digest": "7d4c27586ba12c8b82d6bba53a75be04",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 639610,
"upload_time": "2015-10-18T08:28:26",
"url": "https://files.pythonhosted.org/packages/95/e5/bb341e5fd0f95c876d500fe779f46b193051a6b409cbf2b6ed25006791ae/FFGo-1.5.0.zip"
}
],
"1.6.0": [
{
"comment_text": "",
"digests": {
"md5": "8cfb1e2313216e88f1aa5237cfb5a3da",
"sha256": "9db00852372c737f756c5150208177dd32e08913f65ad3f8387e952152da51fe"
},
"downloads": -1,
"filename": "FFGo-1.6.0.tar.gz",
"has_sig": true,
"md5_digest": "8cfb1e2313216e88f1aa5237cfb5a3da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 587665,
"upload_time": "2015-10-28T12:59:42",
"url": "https://files.pythonhosted.org/packages/2e/42/97aaede85da86b0338aa485899afb8fb7d9a4c443df635e319b52db140e7/FFGo-1.6.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "8af424b12e97236e6bcf556d7cd78571",
"sha256": "781a1e726a045d3e3f96c4dee0292e68c6035271f2b49201a1085ed17f998a36"
},
"downloads": -1,
"filename": "FFGo-1.6.0.zip",
"has_sig": true,
"md5_digest": "8af424b12e97236e6bcf556d7cd78571",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 673231,
"upload_time": "2015-10-28T12:59:56",
"url": "https://files.pythonhosted.org/packages/f4/2e/e9f513f1bf736ffcc46e6a8abf3e927a59569e42e926e05846f0d542496a/FFGo-1.6.0.zip"
}
],
"1.6.1": [
{
"comment_text": "",
"digests": {
"md5": "ee82afdf4850188712cc49411fd87152",
"sha256": "bf71087123fd2e23b80081f0385022657521ce07b727c545fbfc9060385d9a99"
},
"downloads": -1,
"filename": "FFGo-1.6.1.tar.gz",
"has_sig": true,
"md5_digest": "ee82afdf4850188712cc49411fd87152",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 588787,
"upload_time": "2015-11-04T23:13:28",
"url": "https://files.pythonhosted.org/packages/e3/53/0997f3202f377e493ee48db91c2627ab852ec0eab3f55819edf6b92bd991/FFGo-1.6.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "88a46b8545c53bfcf2c922d0bd7a1ec3",
"sha256": "eb2273324068044c0f1fa48c63595517abcbe7f71c766fef96b904889337ec2c"
},
"downloads": -1,
"filename": "FFGo-1.6.1.zip",
"has_sig": true,
"md5_digest": "88a46b8545c53bfcf2c922d0bd7a1ec3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 674168,
"upload_time": "2015-11-04T23:13:41",
"url": "https://files.pythonhosted.org/packages/cf/c9/9bf84429f359258c043daaebb93609e4f0c5fb18260abd3176ee5cc614fd/FFGo-1.6.1.zip"
}
],
"1.6.1.dev1": [
{
"comment_text": "",
"digests": {
"md5": "f0b299654ab693b737b82d8592760905",
"sha256": "66257b630e35ff3ac3207859107df7cfcad4849ba3a99af0f0adb7ee2b6843e9"
},
"downloads": -1,
"filename": "FFGo-1.6.1.dev1.tar.gz",
"has_sig": true,
"md5_digest": "f0b299654ab693b737b82d8592760905",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 588425,
"upload_time": "2015-11-01T23:28:56",
"url": "https://files.pythonhosted.org/packages/8b/8c/6f3345e1109b4cff3d8a34f323b5e9e7b349b25074ea24e94f287d9ceabe/FFGo-1.6.1.dev1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "ab551cd7a01e7ec5133376f7886760ac",
"sha256": "9b5e898dfbb1657b4da128b68c9c99159741f72d54b9964c21cfaf79011af70c"
},
"downloads": -1,
"filename": "FFGo-1.6.1.dev1.zip",
"has_sig": true,
"md5_digest": "ab551cd7a01e7ec5133376f7886760ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 674751,
"upload_time": "2015-11-01T23:29:09",
"url": "https://files.pythonhosted.org/packages/7a/44/c3295704f5a666b335a1a7c2f9c9f06a22f0e805239a38c0b66e3857dd95/FFGo-1.6.1.dev1.zip"
}
],
"1.7.0": [
{
"comment_text": "",
"digests": {
"md5": "9e7befb37a4fe028c3fa3005f5151426",
"sha256": "50d8083ea7f195c7ce58fd0e2cd63a5d76f74950620b07cee346d3dff4e711aa"
},
"downloads": -1,
"filename": "FFGo-1.7.0.tar.gz",
"has_sig": true,
"md5_digest": "9e7befb37a4fe028c3fa3005f5151426",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 660082,
"upload_time": "2015-11-22T20:28:49",
"url": "https://files.pythonhosted.org/packages/3c/67/ffba530e64e3ef3582a25c33398fe04d9383476d6fbf9052e4cbaa8d833a/FFGo-1.7.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "755ed59d0d613f6126575f465a6e4436",
"sha256": "768f659b50e5cf96bf319af2ccb2becce519d16495363af8ce2638deadb84bfc"
},
"downloads": -1,
"filename": "FFGo-1.7.0.zip",
"has_sig": true,
"md5_digest": "755ed59d0d613f6126575f465a6e4436",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 738958,
"upload_time": "2015-11-22T20:29:03",
"url": "https://files.pythonhosted.org/packages/15/03/597ee79381d7306ecd6a099d2accb970b9dd10efc4b24a71272219f41883/FFGo-1.7.0.zip"
}
],
"1.8.0": [
{
"comment_text": "",
"digests": {
"md5": "4c23cdbb9994eb38e97155f83a178b74",
"sha256": "8adbbe2366373a372acb5ddcd0b5cb106011eaf395d68330bbfceaca245e2d11"
},
"downloads": -1,
"filename": "FFGo-1.8.0.tar.gz",
"has_sig": true,
"md5_digest": "4c23cdbb9994eb38e97155f83a178b74",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 701143,
"upload_time": "2015-12-21T09:07:15",
"url": "https://files.pythonhosted.org/packages/90/c7/947604487669d6052cea5c91c717a013441dd9d2088e72c012bf3972862f/FFGo-1.8.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "3271b1819cb37d7b61bcd02becc26780",
"sha256": "15c9fa7c38a347d7e1d3c3dca5b0bdc70e293eab820b70158628a8e642856ff7"
},
"downloads": -1,
"filename": "FFGo-1.8.0.zip",
"has_sig": true,
"md5_digest": "3271b1819cb37d7b61bcd02becc26780",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 780892,
"upload_time": "2015-12-21T09:07:35",
"url": "https://files.pythonhosted.org/packages/9c/38/551e423f0c031173551f39ccac3c6723ff2bd37c7af072d2ed32f4381c7f/FFGo-1.8.0.zip"
}
],
"1.8.1": [
{
"comment_text": "",
"digests": {
"md5": "8b2f106b3d126514d89c219646314d67",
"sha256": "a19e0e067a341493e6e30849e37e0f104b178031c531317d71d0ce8c366b14b5"
},
"downloads": -1,
"filename": "FFGo-1.8.1.tar.gz",
"has_sig": true,
"md5_digest": "8b2f106b3d126514d89c219646314d67",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 703108,
"upload_time": "2015-12-31T09:08:42",
"url": "https://files.pythonhosted.org/packages/56/bb/6ffb9428563c6c5650b82c1e554a8256d2c5f8e7e87f14516411c087a8eb/FFGo-1.8.1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "5dbda142e344673cd10f3682e0272a27",
"sha256": "5dda1fb002078b31cd21f947d82192c66b9b327809acaa0dd1c850d07809cde2"
},
"downloads": -1,
"filename": "FFGo-1.8.1.zip",
"has_sig": true,
"md5_digest": "5dbda142e344673cd10f3682e0272a27",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 782527,
"upload_time": "2015-12-31T09:08:55",
"url": "https://files.pythonhosted.org/packages/80/17/402a75ed8d4adb9019bcf75ad54248c59618e6f907abc6a6f05571b85482/FFGo-1.8.1.zip"
}
],
"1.9.0": [
{
"comment_text": "",
"digests": {
"md5": "ff62b1eb4cfcd9279bc01b3a65e986e1",
"sha256": "6eefeecf5f0eed1cc7af289a4ca1aad037b9e61c3e93a2f492637282028f963b"
},
"downloads": -1,
"filename": "FFGo-1.9.0.tar.gz",
"has_sig": true,
"md5_digest": "ff62b1eb4cfcd9279bc01b3a65e986e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 767360,
"upload_time": "2016-01-20T20:42:10",
"url": "https://files.pythonhosted.org/packages/e5/a2/0f709c4a53aba743dd14c2e4e779ed6e960f6a24e0f3f4293e2b23d72133/FFGo-1.9.0.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "7c11c9c73398a2fb9036a18ce9d43127",
"sha256": "39a636366772082458d1f287c40f3091301f14ff8362a23f7c53d8e63dee9be0"
},
"downloads": -1,
"filename": "FFGo-1.9.0.zip",
"has_sig": true,
"md5_digest": "7c11c9c73398a2fb9036a18ce9d43127",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 848107,
"upload_time": "2016-01-20T20:42:24",
"url": "https://files.pythonhosted.org/packages/8b/20/924aa481c0d120aaa6fafe2da560518af98a104e16dc8a0dde6fd067ce7c/FFGo-1.9.0.zip"
}
],
"1.9.0rc1": [
{
"comment_text": "",
"digests": {
"md5": "da58c3056bcfabad5bfaff1893758ae8",
"sha256": "2ee3ad3d181d865649447a5023a4fe8eedd512873ed63fde67efa557289e28ca"
},
"downloads": -1,
"filename": "FFGo-1.9.0rc1.tar.gz",
"has_sig": true,
"md5_digest": "da58c3056bcfabad5bfaff1893758ae8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 763540,
"upload_time": "2016-01-20T11:51:51",
"url": "https://files.pythonhosted.org/packages/6d/8f/6c70ce238783012bb41c57e381cdedaef5361390dd20582e1ed161fbd706/FFGo-1.9.0rc1.tar.gz"
}
],
"1.9.0rc2.dev1": [
{
"comment_text": "",
"digests": {
"md5": "4e8e8faa8bddff99246f870dc04ae7fe",
"sha256": "575f941f98c3417e0b171d3126909a9b5e81db70c72d9ddaec92c8df3069c888"
},
"downloads": -1,
"filename": "FFGo-1.9.0rc2.dev1.tar.gz",
"has_sig": true,
"md5_digest": "4e8e8faa8bddff99246f870dc04ae7fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 763993,
"upload_time": "2016-01-20T17:18:32",
"url": "https://files.pythonhosted.org/packages/88/bb/11bbef769559726a0bb5b76c5fee08843273f826b8e536fde9d653b56189/FFGo-1.9.0rc2.dev1.tar.gz"
}
],
"1.9.1": [
{
"comment_text": "",
"digests": {
"md5": "0ae0ac1e5d9a35d1be589175450724c9",
"sha256": "113aa5534cecf542270c41a2cf4c574059ee0533fda91af6d6785d52badaf0c2"
},
"downloads": -1,
"filename": "FFGo-1.9.1.tar.gz",
"has_sig": true,
"md5_digest": "0ae0ac1e5d9a35d1be589175450724c9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 769611,
"upload_time": "2016-01-27T18:16:52",
"url": "https://files.pythonhosted.org/packages/9e/cc/bf1f16b7e04c13fd69fd1df052775fd1581a1e0d1eb7c0649094bf6775a3/FFGo-1.9.1.tar.gz"
}
],
"1.9.1.dev1": [
{
"comment_text": "",
"digests": {
"md5": "f43687485086a501834b56dab3db7bdf",
"sha256": "f82a678ae54aa97de4686506023cee1ce9f427342d70a5391a9ebb66900ed263"
},
"downloads": -1,
"filename": "FFGo-1.9.1.dev1.tar.gz",
"has_sig": true,
"md5_digest": "f43687485086a501834b56dab3db7bdf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 767969,
"upload_time": "2016-01-21T09:53:44",
"url": "https://files.pythonhosted.org/packages/53/47/dfef47703583d1fb4c6be46068fa635cde8eb50829dcac1836aceba8e3c7/FFGo-1.9.1.dev1.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "a14bb514675b552d10114083ff605c7e",
"sha256": "92602c8486f9539491a57fe2f16edb34fb2f938f1affdcc35bfc94ded2dbdd4c"
},
"downloads": -1,
"filename": "FFGo-1.9.1.dev1.zip",
"has_sig": true,
"md5_digest": "a14bb514675b552d10114083ff605c7e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 850029,
"upload_time": "2016-01-21T09:54:01",
"url": "https://files.pythonhosted.org/packages/f9/68/e6f91b2d31b31c186ec80633984bf74d604e72270ba1e1f32f029d5537dd/FFGo-1.9.1.dev1.zip"
}
],
"1.9.1.dev2": [
{
"comment_text": "",
"digests": {
"md5": "23ba562409346b5c02d6abdea9dcf8df",
"sha256": "2aa4bfd8067ddb8add7442196632b05848199f4edcea7c529bacb7b039d365e4"
},
"downloads": -1,
"filename": "FFGo-1.9.1.dev2.tar.gz",
"has_sig": true,
"md5_digest": "23ba562409346b5c02d6abdea9dcf8df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 767971,
"upload_time": "2016-01-22T20:58:07",
"url": "https://files.pythonhosted.org/packages/26/28/2c6770f17dd9b07104d4dee783657499c0caa43709581489d453c40e27ff/FFGo-1.9.1.dev2.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "1d3565356e98d34bd26c99dc5eef45b9",
"sha256": "1cbbf85a1a6e8608c11499752e4f5915c001527191aacbd65800f7d629139653"
},
"downloads": -1,
"filename": "FFGo-1.9.1.dev2.zip",
"has_sig": true,
"md5_digest": "1d3565356e98d34bd26c99dc5eef45b9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 850076,
"upload_time": "2016-01-22T20:58:25",
"url": "https://files.pythonhosted.org/packages/0f/4f/c0acd39109dabe580be92c627de0b270dd647de7d4062b5c383d0b572f9d/FFGo-1.9.1.dev2.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ccdc3cbb0fa8cbb31221e99c912fb519",
"sha256": "77aff153a74ccfd09a3126e3e181bbb9f3f7f45e5974acda56cde8ca4fffbc05"
},
"downloads": -1,
"filename": "FFGo-1.12.5.tar.gz",
"has_sig": true,
"md5_digest": "ccdc3cbb0fa8cbb31221e99c912fb519",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 953510,
"upload_time": "2017-03-29T08:49:24",
"url": "https://files.pythonhosted.org/packages/c3/a8/28bef127468656df7a25707d1860005dc7d6e38741d6d5ddcc5813869e59/FFGo-1.12.5.tar.gz"
}
]
}