{ "info": { "author": "Alex Clark", "author_email": "aclark@aclark.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Programming Language :: Python :: 2.7" ], "description": "plock\n=====\n\n.. image:: https://travis-ci.org/aclark4life/plock.png?branch=master\n\n\"Pip installs Plock. Plock installs Plone.\"\n\n \u2014Alex Clark\n\n.. image:: https://raw.githubusercontent.com/plock/plock/master/Plocktastic.png\n :align: center\n\nPlock installs Plone for *experimentation purposes only*. **This is not your production Plone.**\n\nInstall\n-------\n\n::\n\n pip install plock && plock `tmp`\n\nFAQ\n---\n\nSetuptools errors?\n~~~~~~~~~~~~~~~~~~\n\nPlock only supports the latest version of setuptools. If you're setuptools is older than the latest version, update it. You can update setuptools via::\n\n wget https://bootstrap.pypa.io/ez_setup.py -O - | python\n\nSee: https://pypi.python.org/pypi/setuptools#unix-wget for more installation instructions.\n\nMissing requirements?\n~~~~~~~~~~~~~~~~~~~~~\n\nPlock only supports installation of Plone's *Python* requirements. To satisfy your operating system's requirements e.g. Ubuntu, please see:\n\n- http://docs.plone.org/manage/installing/installation.html#install-the-operating-system-software-and-libraries-needed-to-run-plone\n\nWhy use pip? \n~~~~~~~~~~~~\n\nPython web developers who use popular Python web frameworks (e.g. Django, Pyramid, Flask) are generally more familiar with pip than Buildout.\n\nWhy build Plock on top of Buildout? \n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nPlock is a workaround for ``pip install Plone`` which *technically* works but requires a lengthy ``requirements.txt`` file and is missing features provided by Buildout e.g. **Zope2 instance creation**.\n\nWhy the name Plock?\n~~~~~~~~~~~~~~~~~~~\n\nPlock is a `single by the band Plone `_. It is also the name of a `city in Poland `_.\n\nPlone version?\n~~~~~~~~~~~~~~\n\nPlock only supports the latest version of Plone, but with `Plock Pins `_ you can run any version by editing the ``extends`` parameter in the ``buildout`` section in ``buildout.cfg``.\n\nChangelog\n=========\n\n0.6.5 (2016-07-29)\n------------------\n\n- Write requirements.txt containing zc.buildout\n\n0.6.4 (2016-07-25)\n------------------\n\n- Plone 5.0.5\n- Remove DEV_URL from buildout.cfg\n\n0.6.3 (2016-07-13)\n------------------\n\n- Fix AttributeError: 'Namespace' object has no attribute 'list_addons'\n\n0.6.2 (2016-07-13)\n------------------\n\n- Remove yolk & list addons feature, use pip instead.\n\n0.6.1 (2016-05-12)\n------------------\n\n- Restore PLOCK_EXPERT (set PLOCK_EXPERT to configure --no-cache default)\n\n0.6.0 (2016-04-18)\n------------------\n\n- Add Plone 5 latest version 5.0.4\n\n0.5.0 (2015-10-10)\n------------------\n\n- Add Plone 5 support. Since Plock only supports a single version of Plone (\"latest\"), Plone 5 is now the default.\n\n0.4.4 (2015-07-04)\n------------------\n\n- Configure https://raw.githubusercontent.com/plock/pins/master/relstorage in ``heroku.cfg``\n\n0.4.3 (2015-07-04)\n------------------\n\n- Configure ``USERNAME`` and ``PASSWORD`` env in ``heroku.cfg``\n\n0.4.2 (2015-07-04)\n------------------\n\n- Create ``heroku.cfg``\n\n0.4.1 (2015-07-02)\n------------------\n\n- Add ``-u, --use`` to run Plock with existing Plock buildout.cfg files.\n\n0.4.0 (2015-06-26)\n------------------\n\n- Update GitHub content URL to https://raw.githubusercontent.com\n- Rebrand: \"Pip installs Plock. Plock installs Plone.\"\n- Rename ``--write-only`` to ``--write``\n- Rename ``--list-addons`` to ``--list``\n- Rename ``--unified-only`` to ``--cache``\n- Rename ``--no-unified`` to ``--no-cache``\n- (Re)add ``--no-buildout`` option\n\n0.3.0 (2015-04-23)\n------------------\n\n- Fix unified installer dir\n\n0.2.9 (2015-04-23)\n------------------\n\n- (Re)add ``-w,--write-only`` option to write buildout.cfg and exit\n- Add ``-f,--force`` option to overwrite existing buildout.cfg\n- Remove ``--no-buildout`` option\n- Support multiple extends e.g. ``-e \"http://extend-one http://extend-two\"``\n- Add commented additional default extends https://raw.github.com/plock/pins/master/dev\n- Change add-on installation syntax from ``-a, --add-on`` to ``-i, --install-addon``\n- \"Installing add-on\" output now prints PyPI URL of add-on\n- Rename ``-e, --extra`` to ``-e, --extends``\n\n0.2.8 (2014-10-09)\n------------------\n\n- Print \"this may take a while\" message when ``--no-unified``.\n\n0.2.7 (2014-10-08)\n------------------\n\n- Make ``--unified`` the default and add ``--no-unified``.\n [href]\n\n0.2.6 (2014-10-04)\n------------------\n\n- Add ``--unified-only`` option to download Unified Installer cache & quit.\n\n0.2.5 (2014-10-04)\n------------------\n\n- Add ``--no-buildout`` option to skip Buildout installation.\n\n0.2.4 (2014-10-04)\n------------------\n\n- Re-add ``--no-venv`` option to allow skipping virtualenv creation.\n\n0.2.3 (2014-10-04)\n------------------\n- Add ability to use Unified Installer download cache via ``--unified``.\n [pigeonflight]\n- Add ability to pass an extra extends file via ``--extends``.\n [href]\n- Remove ``--unstable``.\n- Remove BUILDOUT_OPT\n\n0.2.2 (2014-06-15)\n------------------\n\n- Fix bug in check_command try/except\n\n0.2.1 (2014-06-14)\n------------------\n\n- Remove PLOCK_EXPERT\n- Remove PLOCK_TIMEOUT\n- Remove create_dirs\n- Remove first_time\n- Remove write_config\n- Re-add create_venv\n\n0.2.0 (2014-02-22)\n------------------\n\n- Change remote plone URL from https://raw.github.com/plock/pins/master/plone-4.3 to https://raw.github.com/plock/pins/master/plone-4-3\n\n0.1.9 (2013-12-29)\n------------------\n\n- Try bin/command before command\n\n0.1.8 (2013-12-28)\n------------------\n\n- Support mutually exclusive options ``plock .`` and ``plock -l``\n- Restore preserve add-ons functionality and make it default\n\n0.1.7 (2013-12-28)\n------------------\n\n- Create install_dir if it does not exist\n- Use Plock Pins instead of PythonPackages as zc.buildout configuration host\n- Add -v, ``--version`` to display version\n- Bug fix: don't break ``--list-addons``\n- Bug fix: don't break ``--install-addons``\n- Remove ``--insecure``\n- Remove ``--virtualenv``\n- Remove ``--zope2-only``\n\n0.1.6 (2013-08-12)\n------------------\n\n- Bug fix: Buildout command execution\n\n0.1.5 (2013-08-12)\n------------------\n\n- Bug Fix: Buildout command execution\n\n0.1.4 (2013-08-12)\n------------------\n\n- Add ``--expert`` command line argument, does same thing as PLOCK_EXPERT environment variable\n- Add ``--insecure`` command line argument to allow extending remote hosted configuration files\n- Bug fix: prevent inadvertently switching from Plone to Zope2 or vice versa\n- Bug fix: configure Buildout command relative to current working directory, instead of relying on source bin/activate\n\n0.1.3 (2013-07-31)\n------------------\n\n- Add experimental feature ``--zope2-only`` option to install Zope2 only.\n- Bug fix: exit Plock when egg count remains the same for longer than or equal to PLOCK_TIMEOUT\n\n0.1.2 (2013-07-29)\n------------------\n\n- Document PLOCK_EXPERT environment variable to respect ``.buildout/default.cfg``.\n- Bug fix: fix reference to ``args.add_on`` via ``--preserve``.\n\n0.1.1 (2013-07-28)\n------------------\n\n- Fix \"brown bag\"\n\n0.1.0 (2013-07-28)\n------------------\n\n- Make \"secure\": all Buildout configuration files (for Plone, Zope2, the ZTK, etc.) are included in plock; this eliminates the possibility of a MITM-attack via remote extends (now you just need to trust PyPI and dist.plone.org.)\n- Renamed script: ``install-plone`` to ``plock``.\n- Renamed arg: ``--install-addons`` to ``--add-on`` (to improve argparse-provided usage statement).\n\n0.0.9 (2013-07-25)\n------------------\n\n- Bug fix: don't print \"Wrote buildout.cfg\" if buildout.cfg exists.\n\n0.0.8 (2013-07-25)\n------------------\n\n- Added ``--write-config`` to write buildout.cfg and exit.\n\n0.0.7 (2013-07-24)\n------------------\n\n- Bug fix: re-add -U\n\n0.0.6 (2013-07-24)\n------------------\n\n- Bug fix: sort add-ons list. \n\n0.0.5 (2013-07-24)\n------------------\n\n- Added ``--raw``, for use with ``--list-addons`` e.g. ``bin/install-plone --list--addons --raw``\n- Added ``--preserve`` for use with ``--install-addons`` e.g. ``bin/install-plone --install-addons Products.PloneFormGen --preserve``\n- Bug fix: ``bin/install-plone --install-addons PACKAGE(S)`` can now be run the first time to install both Plone and add-ons.\n- Bug fix: ``bin/install-plone --install-addons PACKAGE(S)`` saves a copy of buildout.cfg and reverts changes if a Buildout run fails.\n\n0.0.4 (2013-07-23)\n------------------\n\n- Provide updated add-on installation instructions\n- Install add-ons with bin/install-plone ``--install-addons`` PACKAGE(S)\n\n0.0.3 (2013-07-22)\n------------------\n\n- List add-ons with bin/install-plone ``--list-addons``\n\n0.0.2 (2013-07-19)\n------------------\n\n- Provide add-on installation instructions\n- Write local ``buildout.cfg`` instead of relying on -c remote_cfg.cfg\n\n0.0.1 (2013-07-15)\n------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plock/plock", "keywords": "buildout pip plone virtualenv zope", "license": "Whatever license Plone is", "maintainer": null, "maintainer_email": null, "name": "plock", "package_url": "https://pypi.org/project/plock/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plock/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/plock/plock" }, "release_url": "https://pypi.org/project/plock/0.6.5/", "requires_dist": null, "requires_python": null, "summary": "Pip installs Plock. Plock installs Plone.", "version": "0.6.5" }, "last_serial": 2251141, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "abb41a9fbe825a70b92773a10bda5760", "sha256": "a7fa4665886d3f295ed7b4507dc6708dbc0e735daefb8ba0fc3e0d16d525d597" }, "downloads": -1, "filename": "plock-0.0.1.zip", "has_sig": false, "md5_digest": "abb41a9fbe825a70b92773a10bda5760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5284, "upload_time": "2013-07-16T00:30:33", "url": "https://files.pythonhosted.org/packages/b2/e0/e73d0fc1eacbfd7b4026ea35da0d4930d17402a6c23ab7bd371b5eeadd45/plock-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c04613e1bf3eb41a785c7a6c57ac5ccb", "sha256": "aa0e89737106621ca1a7731ff5227d8fd24a484c5947c055cb6fc644eeb33926" }, "downloads": -1, "filename": "plock-0.0.2.zip", "has_sig": false, "md5_digest": "c04613e1bf3eb41a785c7a6c57ac5ccb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7076, "upload_time": "2013-07-19T22:51:47", "url": "https://files.pythonhosted.org/packages/87/f6/eafe25738de9ac28642149bc2b8b3d84710adeb8c8eaadb66ff6704b936f/plock-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "3b1424407d5b960bffd8b7bf65fc81fd", "sha256": "dc349324e7cf5396898e7a564445a1e6ff67470234abfdbf1b2dcab7bbe3dd04" }, "downloads": -1, "filename": "plock-0.0.3.zip", "has_sig": false, "md5_digest": "3b1424407d5b960bffd8b7bf65fc81fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8271, "upload_time": "2013-07-22T21:31:49", "url": "https://files.pythonhosted.org/packages/3c/bc/bf8bec380de3f0dfc7306dfc53048f612212725bacefbf82d852b3281b5a/plock-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "3bafb0291a5dcc29f8a6c5b5cdf24f86", "sha256": "1db13027ba60666621273b9d635552a67c052296260a3122ae3419aa97fa8e78" }, "downloads": -1, "filename": "plock-0.0.4.zip", "has_sig": false, "md5_digest": "3bafb0291a5dcc29f8a6c5b5cdf24f86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8734, "upload_time": "2013-07-24T00:55:15", "url": "https://files.pythonhosted.org/packages/e9/00/ea72e076c084c118124289f3614d71ccd143b782928f0f21311fd2bf078e/plock-0.0.4.zip" } ], "0.0.5": [], "0.0.6": [ { "comment_text": "", "digests": { "md5": "3cbc4f9c6904899520d4fb84ca570a11", "sha256": "634ddfb45d06e667fbb68aa0b90f9f6e844222cb9ecad3d11cda72226fb429c7" }, "downloads": -1, "filename": "plock-0.0.6.zip", "has_sig": false, "md5_digest": "3cbc4f9c6904899520d4fb84ca570a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11113, "upload_time": "2013-07-24T23:56:17", "url": "https://files.pythonhosted.org/packages/75/f9/ebbe116286712c85da3f044a0f62258b8087ff62bd4f3d6f9fd0bc3156ef/plock-0.0.6.zip" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "f079133116a3dcfdd6aeaa8e54574b95", "sha256": "b670b2bdff015245915af63ac41543183ad26a9ee8cbd519506ac1c99c7fe1f6" }, "downloads": -1, "filename": "plock-0.0.7.zip", "has_sig": false, "md5_digest": "f079133116a3dcfdd6aeaa8e54574b95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11154, "upload_time": "2013-07-25T00:04:49", "url": "https://files.pythonhosted.org/packages/cf/d9/e3dc982d70ec1e2f6b33ef70d9de2d21e24e1543c2c8270d1048f400f117/plock-0.0.7.zip" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "af166e12279529f39b281afcda5e0b36", "sha256": "00d75df5372a48cda44a4ef533e20e55228431c80db28cdc1a4f1ecda866049d" }, "downloads": -1, "filename": "plock-0.0.8.zip", "has_sig": false, "md5_digest": "af166e12279529f39b281afcda5e0b36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11288, "upload_time": "2013-07-25T11:19:55", "url": "https://files.pythonhosted.org/packages/9e/22/e37204290ca4104eb28264d6fa24c411895bcce2725024522d514b2b397a/plock-0.0.8.zip" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "0b788d1a6532d6f4b50c6ce00054d30f", "sha256": "3fb2baf43b39b1f675cd4a69d1f8497518ee9917d5690c6f2bb7e7a0df044b05" }, "downloads": -1, "filename": "plock-0.0.9.zip", "has_sig": false, "md5_digest": "0b788d1a6532d6f4b50c6ce00054d30f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11446, "upload_time": "2013-07-25T11:29:36", "url": "https://files.pythonhosted.org/packages/86/a4/ea6dd19aeec7c9ee7dbcf21024f14554741a9dec066698c301bc938e711e/plock-0.0.9.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "d159e8b70355df3e827dce0f9f913539", "sha256": "ec4217a3b2bfc6e2c81794a1a4a17faae48a3827762573f660e5c3f949f4678d" }, "downloads": -1, "filename": "plock-0.1.0.zip", "has_sig": false, "md5_digest": "d159e8b70355df3e827dce0f9f913539", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16427, "upload_time": "2013-07-29T01:23:20", "url": "https://files.pythonhosted.org/packages/e3/cb/e65e1dd55dfeecc4d6e37e074463f85d1457cabd0586ba694dae7a9df300/plock-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b34feb5f2c1ef1f1bf92ca62759d7324", "sha256": "cafc9731ba38fbf8a7e4b2b700de6d8cdbdb00c00d37146f78be5faaf87e0e71" }, "downloads": -1, "filename": "plock-0.1.1.zip", "has_sig": false, "md5_digest": "b34feb5f2c1ef1f1bf92ca62759d7324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16465, "upload_time": "2013-07-29T01:32:52", "url": "https://files.pythonhosted.org/packages/20/af/284273a7e840327d428db4443597b532d30bcbc6dbe8388ee46f05d25d70/plock-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "45054d49239615772fa58aabac4f8aad", "sha256": "8efbf1de586d33afa86567718fa8c6e54ee148669ebc3acbb5c0cbf8e030659a" }, "downloads": -1, "filename": "plock-0.1.2.zip", "has_sig": false, "md5_digest": "45054d49239615772fa58aabac4f8aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18716, "upload_time": "2013-07-29T23:32:50", "url": "https://files.pythonhosted.org/packages/b4/04/bc178dd6e929b131ef39989dcd804b8b8a565ff70fabd130f78efa12c420/plock-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a8d08304b95296a829e1e8cd41ab1c21", "sha256": "f7fc928b2a9f4630ffa05c3571c09f40a1167234d2204a1c9df2909cee42a317" }, "downloads": -1, "filename": "plock-0.1.3.zip", "has_sig": false, "md5_digest": "a8d08304b95296a829e1e8cd41ab1c21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20065, "upload_time": "2013-07-31T23:48:02", "url": "https://files.pythonhosted.org/packages/f6/a0/825d2b28b300c0c5f70e45316bb34d9e4b604770e2e71eea872876f881c4/plock-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a8b1548c2b56ee0c0e9729e33c467ca2", "sha256": "37a289e535406a41ba289587bfc50c72755e4b90280bc86ec301d8c73f30fbd2" }, "downloads": -1, "filename": "plock-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a8b1548c2b56ee0c0e9729e33c467ca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15334, "upload_time": "2013-08-13T00:30:32", "url": "https://files.pythonhosted.org/packages/13/83/56e89c7c2e0c18d9066a91eaf09fd2c7c5412ef5083476bf834a8ce39f67/plock-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "3b76af2dfa080eca4812a2ef49e753e6", "sha256": "9f111a7dced4854c0f6a70283395989539d296ca03ef418b6fee9f128b08447a" }, "downloads": -1, "filename": "plock-0.1.5.tar.gz", "has_sig": false, "md5_digest": "3b76af2dfa080eca4812a2ef49e753e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15426, "upload_time": "2013-08-13T00:52:14", "url": "https://files.pythonhosted.org/packages/7a/bd/ea27eff7fc11888549a28a2149ee5b4c2248b2cfd8cb82a2b20e5ef01894/plock-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "574830a6c6c9ca975b8979c61dc8fd4b", "sha256": "0e1e870f3edbc47ec39b020ea1ecf9447a2d4f4b4dfb19cb4d4f168ad41ea9a3" }, "downloads": -1, "filename": "plock-0.1.6.tar.gz", "has_sig": false, "md5_digest": "574830a6c6c9ca975b8979c61dc8fd4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15478, "upload_time": "2013-08-13T01:11:47", "url": "https://files.pythonhosted.org/packages/d7/dd/ea4b4d27442a1b38f45d39a6fa1426a3a59c12a1594a1f4ef4c8f4b63e70/plock-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "952b877787b56637fc817fff68603b26", "sha256": "9c1bede0dcc14047c294f0282e509bbb64e0b22ca2b2d2aa4e22d93b6ba091a1" }, "downloads": -1, "filename": "plock-0.1.7.zip", "has_sig": false, "md5_digest": "952b877787b56637fc817fff68603b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16312, "upload_time": "2013-12-28T21:11:19", "url": "https://files.pythonhosted.org/packages/27/47/ccb392a7b06b0e63756c8cbfc3776e38ca2cb0ad0e8adcac6ddeeb4c0431/plock-0.1.7.zip" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "08716faf66cdd3adb780f27fe560736b", "sha256": "504d908f56e074bf5f37975cc85ff37ceeb7723d5257c9bdf30bdb1a98de0283" }, "downloads": -1, "filename": "plock-0.1.8.zip", "has_sig": false, "md5_digest": "08716faf66cdd3adb780f27fe560736b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16382, "upload_time": "2013-12-28T22:10:19", "url": "https://files.pythonhosted.org/packages/3c/2c/d2956feda036eb21dbe021e6190f4d4683282e272c7a4e7fe12fc9472cd0/plock-0.1.8.zip" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "9688ed5d74a6d1872213cacf96342689", "sha256": "281c691e1b463a20497085462bb6aaba13624162694d55643ec312616d47f455" }, "downloads": -1, "filename": "plock-0.1.9.zip", "has_sig": false, "md5_digest": "9688ed5d74a6d1872213cacf96342689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16713, "upload_time": "2013-12-29T15:51:22", "url": "https://files.pythonhosted.org/packages/c9/53/ae385e1b7c3750127d2e45e839a825cb2d995c207e7f50c5768359a3a744/plock-0.1.9.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0d56904d309dcd9601ba493634a363e2", "sha256": "bc0c0f7656b696086e97bcbb52719e1950f8d53bfb2711e45cd63086350b4d19" }, "downloads": -1, "filename": "plock-0.2.0.zip", "has_sig": false, "md5_digest": "0d56904d309dcd9601ba493634a363e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16878, "upload_time": "2014-02-22T15:11:50", "url": "https://files.pythonhosted.org/packages/cf/85/ba0af27faa54bfedbe0fdbe8a6a7c9e560a50201f03ee679082579bc3072/plock-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2fdf0586fecf89300b886066c6f84ce9", "sha256": "7cdb97188dffc2608266abd9c2f80da9c63c2b45bde7f1f5d1e4c5cb0c983df0" }, "downloads": -1, "filename": "plock-0.2.1.zip", "has_sig": false, "md5_digest": "2fdf0586fecf89300b886066c6f84ce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12916, "upload_time": "2014-06-15T00:12:05", "url": "https://files.pythonhosted.org/packages/d2/a9/979d82379e0a3167de06220456e5f3604d703990f2c73bc4a04f57a3f7d2/plock-0.2.1.zip" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "01c596f881f89bd5d4983db92dd7679e", "sha256": "a12d5ac9cf6c8ec24e58039e5f617c82d41b1370f2ffa7646060111c02df15da" }, "downloads": -1, "filename": "plock-0.2.2.zip", "has_sig": false, "md5_digest": "01c596f881f89bd5d4983db92dd7679e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13125, "upload_time": "2014-06-15T13:36:12", "url": "https://files.pythonhosted.org/packages/b8/ea/a691d6669fce532a930d752641a685c184d04573cae41b81313ab13dea57/plock-0.2.2.zip" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "f7f69ab53f9fa063f5a963b289c8f5e7", "sha256": "4da87679ec75eaee32acdab0b1d0d15b840756fccd7814ac17d89337802ee28f" }, "downloads": -1, "filename": "plock-0.2.3.zip", "has_sig": false, "md5_digest": "f7f69ab53f9fa063f5a963b289c8f5e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138537, "upload_time": "2014-10-04T22:24:07", "url": "https://files.pythonhosted.org/packages/29/91/aac00f19b163a54278270d05d7aef0213e965711f73a4863f1057a753eed/plock-0.2.3.zip" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3a14e95275ccb97da25f2db625e3a937", "sha256": "ba39124d1128101a86970fe42a86397f511c257f5195a4f55738de79832635de" }, "downloads": -1, "filename": "plock-0.2.4.zip", "has_sig": false, "md5_digest": "3a14e95275ccb97da25f2db625e3a937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138690, "upload_time": "2014-10-04T23:14:50", "url": "https://files.pythonhosted.org/packages/de/32/a464f772b118a6d4e3d78e86b8ae27d6f2db57873784483e5456e469ce26/plock-0.2.4.zip" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "84cd1b47d70973c8b36952b3bc1a30f9", "sha256": "be8c3ad6812d6e2b67e8ef9cd656d41ed3570800c8b426bf8e5706886db0baba" }, "downloads": -1, "filename": "plock-0.2.5.zip", "has_sig": false, "md5_digest": "84cd1b47d70973c8b36952b3bc1a30f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138758, "upload_time": "2014-10-04T23:28:42", "url": "https://files.pythonhosted.org/packages/b2/34/0cee48feb2bf3b8664097dfc0b9fd1441d96eade823f0c2b097ca0980ffc/plock-0.2.5.zip" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "da729dae8bb1019b5259620d7310d94e", "sha256": "d715f213a6e77bad4f5febbf3d5be57954af9d44ac49e3e5b279a83fab7eaf5b" }, "downloads": -1, "filename": "plock-0.2.6.zip", "has_sig": false, "md5_digest": "da729dae8bb1019b5259620d7310d94e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138909, "upload_time": "2014-10-05T00:04:42", "url": "https://files.pythonhosted.org/packages/e7/8c/9cdba482e1f90a640944459360411174a9369c3864ccf4b433d73e1c9db6/plock-0.2.6.zip" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "0bc5316937f14ad7c66b0b0255834c8f", "sha256": "5382b0c7596e0e66e865a47854c92c403d7cb569a8ffa5d0827db6c25fef5b53" }, "downloads": -1, "filename": "plock-0.2.7.zip", "has_sig": false, "md5_digest": "0bc5316937f14ad7c66b0b0255834c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139302, "upload_time": "2014-10-08T12:20:43", "url": "https://files.pythonhosted.org/packages/b4/8a/dd7fc1b802602c62fa2a9d58e8808e0b38b58f88b5ac3956347419d39242/plock-0.2.7.zip" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "5fb56d7fd7dfc58560d404af89074bc3", "sha256": "9843fa8baefda3754758ec871af05ad27e398a91f077ac500030210eafd1e20a" }, "downloads": -1, "filename": "plock-0.2.8.zip", "has_sig": false, "md5_digest": "5fb56d7fd7dfc58560d404af89074bc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139356, "upload_time": "2014-10-09T18:16:24", "url": "https://files.pythonhosted.org/packages/f9/d3/9294b52b37a8a448e653d26b7c97113677631a36d06793e7c1d19bc31472/plock-0.2.8.zip" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "c09e7adf42db20f4de524dc1d0d151fd", "sha256": "1ac16073f5a1b51756262f338b4e357276eb45c0b8e5fb470b183f20025180d8" }, "downloads": -1, "filename": "plock-0.2.9.tar.gz", "has_sig": false, "md5_digest": "c09e7adf42db20f4de524dc1d0d151fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114416, "upload_time": "2015-04-23T22:51:23", "url": "https://files.pythonhosted.org/packages/2b/89/d10e1ed1e62b1467fbf669664fc06ce6b7389bc9bdb94f9e344d5d9a086e/plock-0.2.9.tar.gz" }, { "comment_text": "", "digests": { "md5": "04d6ce7b6f348c498b183d2e9bcf0a6b", "sha256": "44eccca364985f091deb1dc8c3c442a923bd8455bc4cb37f8853b7f9764eecd8" }, "downloads": -1, "filename": "plock-0.2.9.zip", "has_sig": false, "md5_digest": "04d6ce7b6f348c498b183d2e9bcf0a6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120018, "upload_time": "2015-04-23T22:51:33", "url": "https://files.pythonhosted.org/packages/79/1f/6a5aad12f0dac4aedf4b5fef92b1d03f724dde57bc846621ef89b4296207/plock-0.2.9.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "98750c54771c0f11703da747453ede5b", "sha256": "74c7151a3b7d5a5cdf2cd9cee1f62b9111dde1832e5c583a286aca11aba90596" }, "downloads": -1, "filename": "plock-0.3.0.zip", "has_sig": false, "md5_digest": "98750c54771c0f11703da747453ede5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120064, "upload_time": "2015-04-23T23:03:40", "url": "https://files.pythonhosted.org/packages/4e/e9/0e2c7ed629c83bdf5ec57f23f704fea25f7d856f76fc071c3a46c711f937/plock-0.3.0.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "83866159d5ce6d453047ebf91489a199", "sha256": "5b1a7706a2272578eef65546b3b54ee98bcc72e2102a0572187baf4a98ad8b2e" }, "downloads": -1, "filename": "plock-0.4.0.zip", "has_sig": false, "md5_digest": "83866159d5ce6d453047ebf91489a199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115703, "upload_time": "2015-06-27T23:08:03", "url": "https://files.pythonhosted.org/packages/6e/cc/8e47a011ec301244d1bbf53633b5908e35bec89bf01b81a30ca6a4789cb4/plock-0.4.0.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "ce57d3245d3200c38d0cc575a990ea33", "sha256": "89c28ab46f6cfe97593e0b4645dfa5b79c1cccd73d24ec329c75dc55b3862b0a" }, "downloads": -1, "filename": "plock-0.4.1.zip", "has_sig": false, "md5_digest": "ce57d3245d3200c38d0cc575a990ea33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115648, "upload_time": "2015-07-02T12:45:40", "url": "https://files.pythonhosted.org/packages/1e/bb/de7a7c2fffa37262c93358eb7737915dcf9c07b80f72f464f78d56999477/plock-0.4.1.zip" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "ace3c729d791859db8351ee39ddc277d", "sha256": "60d943e8fd38fe8ce669f1f109d923449b1a85e8d45e8b86410be8a33acee3f8" }, "downloads": -1, "filename": "plock-0.4.2.zip", "has_sig": false, "md5_digest": "ace3c729d791859db8351ee39ddc277d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116058, "upload_time": "2015-07-04T14:19:29", "url": "https://files.pythonhosted.org/packages/b0/77/92a1f59c55a41d26b9c164a985fcbbc8cc1be4e0f2055c7eb365dfdab6ac/plock-0.4.2.zip" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "5f2305478f6a2026d499a4e583887e3d", "sha256": "d40073fc0d84178f67be4c56a7abc7d73d0fb1e8af6193b7aee0cb1ed80e5e1b" }, "downloads": -1, "filename": "plock-0.4.3.zip", "has_sig": false, "md5_digest": "5f2305478f6a2026d499a4e583887e3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116189, "upload_time": "2015-07-04T19:17:36", "url": "https://files.pythonhosted.org/packages/0d/cc/36608085c97e8bbc94e1570486139ecbd912715dbf72131e1f8b9001d197/plock-0.4.3.zip" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "18a9c981b7aa743a1d2827a0b5ad0695", "sha256": "231e914e219e065b757cde1ca2eedfee1c62fce53c9e93eb89518f49efc0c060" }, "downloads": -1, "filename": "plock-0.4.4.zip", "has_sig": false, "md5_digest": "18a9c981b7aa743a1d2827a0b5ad0695", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116256, "upload_time": "2015-07-04T19:51:28", "url": "https://files.pythonhosted.org/packages/f4/aa/bc19f6fc364baf78d6abc38f225b3e8d5a903996c0b1d822e0f7fa9ba54b/plock-0.4.4.zip" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "0add28d74ba35f8a444807406e172254", "sha256": "5dd7598fe0378d493fc36010337e39915962e86f74bad3c508a77611430df18f" }, "downloads": -1, "filename": "plock-0.5.0.zip", "has_sig": false, "md5_digest": "0add28d74ba35f8a444807406e172254", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116249, "upload_time": "2015-10-10T11:50:18", "url": "https://files.pythonhosted.org/packages/62/23/8fcfae3a49ebfcc03d688d0c34bc97cc348a3fbfbb4b0993ce61b7346cf9/plock-0.5.0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "da8ca4f8887fa6003e52c12a18be9dc7", "sha256": "fd86d91712a0dc672ec364a901a062dd31e2064cb3df00954c092ba1da038bb8" }, "downloads": -1, "filename": "plock-0.6.0.zip", "has_sig": false, "md5_digest": "da8ca4f8887fa6003e52c12a18be9dc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119628, "upload_time": "2016-04-18T23:38:42", "url": "https://files.pythonhosted.org/packages/9d/2a/0cb03c6498967168f4ef8c786da0c1b5253327724dc3be85688b31ee06ae/plock-0.6.0.zip" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "b8ba107f09bc903f9c76996d9b91487a", "sha256": "2eb23c0bf1c2be68a4d5a18d3acd2102eca48b53877fd4feb4c493f6ef3c95a6" }, "downloads": -1, "filename": "plock-0.6.1.tar.gz", "has_sig": false, "md5_digest": "b8ba107f09bc903f9c76996d9b91487a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116306, "upload_time": "2016-05-12T21:43:31", "url": "https://files.pythonhosted.org/packages/6d/0d/0aa1a3b2fa86caf281f94f08b44b7567e5e777de051d1f4e2e03b19d2218/plock-0.6.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "acbfb6e2c1aa909322d00232c9eff037", "sha256": "a1b84e7b1c013e19af88d1efe297b68d0edfd397a50d47bcd224e5149a7b4aa6" }, "downloads": -1, "filename": "plock-0.6.1.zip", "has_sig": false, "md5_digest": "acbfb6e2c1aa909322d00232c9eff037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119684, "upload_time": "2016-05-12T21:43:55", "url": "https://files.pythonhosted.org/packages/80/a4/b56ec84c679ecd0927f0c9b246dce932a277337ca669c928a746a2201a0e/plock-0.6.1.zip" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b31820435e7b1a1f1c43c1219f9444b5", "sha256": "f786343aa4b46dcc8604ac35578c155047290b0d1384a5de79a409d78eb88d3a" }, "downloads": -1, "filename": "plock-0.6.2.tar.gz", "has_sig": false, "md5_digest": "b31820435e7b1a1f1c43c1219f9444b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116255, "upload_time": "2016-07-13T11:56:47", "url": "https://files.pythonhosted.org/packages/7b/6c/1d23bd3dacfd45fd505cb122c0284ac330075873a53305edaa4ba4ac983c/plock-0.6.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "6dbeb8710fe0bbb4c24f3bd4df266681", "sha256": "37b1d5d57d2a4052c1f2572ca5a76a7de5caf74f19058c7fd4076ed1c512c86f" }, "downloads": -1, "filename": "plock-0.6.2.zip", "has_sig": false, "md5_digest": "6dbeb8710fe0bbb4c24f3bd4df266681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119634, "upload_time": "2016-07-13T11:56:50", "url": "https://files.pythonhosted.org/packages/f2/16/72664ffe3badcccdec7a33fced7479d4b8015d76a9928bc9bbb4a2551288/plock-0.6.2.zip" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "7884a58f4d3c77a863e05c55e4c21c5d", "sha256": "cf2ccac38bee36b4d1b23b0b3d75031ce9806cc5540a87421088cecf4ef5f68a" }, "downloads": -1, "filename": "plock-0.6.3.tar.gz", "has_sig": false, "md5_digest": "7884a58f4d3c77a863e05c55e4c21c5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116278, "upload_time": "2016-07-13T12:17:33", "url": "https://files.pythonhosted.org/packages/55/ff/ddc8135b2c29e64de5a63a2a7604434f2a6bb72fa82b8b7213306d1c13c5/plock-0.6.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "59d532fa5ef5b475ca2b9e1fbd1caa6a", "sha256": "d058ab75ba39e1039db276d4ef03eaf527294a30333c782ae95655925c2ff4b3" }, "downloads": -1, "filename": "plock-0.6.3.zip", "has_sig": false, "md5_digest": "59d532fa5ef5b475ca2b9e1fbd1caa6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119698, "upload_time": "2016-07-13T12:17:36", "url": "https://files.pythonhosted.org/packages/76/6a/71dbabbc8a5b4883e3789488740f1849a487eda7bfa9b6d68072847ca2b5/plock-0.6.3.zip" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "f4c08863e7f27431a75a8974f5880206", "sha256": "b72d11727e50358ace118e74992aa595733ae60d2be756521854be897bb0e376" }, "downloads": -1, "filename": "plock-0.6.4.tar.gz", "has_sig": false, "md5_digest": "f4c08863e7f27431a75a8974f5880206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116364, "upload_time": "2016-07-25T11:45:56", "url": "https://files.pythonhosted.org/packages/3e/30/d14ba5d5d50bce5593573369e00bfb978eb4b65691cf4eea37c66aede746/plock-0.6.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "2eef814c12436767f0f0674cb0b0fa10", "sha256": "09add082be90260e628cfe7ec1e7fb65ec55615428330ac5d475cc16dcce205c" }, "downloads": -1, "filename": "plock-0.6.4.zip", "has_sig": false, "md5_digest": "2eef814c12436767f0f0674cb0b0fa10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119752, "upload_time": "2016-07-25T11:45:59", "url": "https://files.pythonhosted.org/packages/43/09/2af98e407e5ca7aecf209a14eb03d8f4f8e7c9276ad8ade92e4bcbf2c253/plock-0.6.4.zip" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "6451ff04ab4fd81b733946f5abd43ebb", "sha256": "fb382e3c1942bc560449e67ea650ac296c37ff4c6123e126b5ebe9987a2b71f8" }, "downloads": -1, "filename": "plock-0.6.5.tar.gz", "has_sig": false, "md5_digest": "6451ff04ab4fd81b733946f5abd43ebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116592, "upload_time": "2016-07-29T12:08:02", "url": "https://files.pythonhosted.org/packages/4c/82/baa63a0611367086d776678c714a68eb80fd458550b27b43a5b9e7ad10de/plock-0.6.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "c589fc9c04d635a16841662dc8760fd0", "sha256": "09639685f98d7d31e7de405c487c56f7b00d465dae5484bf5c02451ea1544845" }, "downloads": -1, "filename": "plock-0.6.5.zip", "has_sig": false, "md5_digest": "c589fc9c04d635a16841662dc8760fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120050, "upload_time": "2016-07-29T12:08:05", "url": "https://files.pythonhosted.org/packages/3c/de/930a754c42c69a4c563a19a8d9f648b6c65651cbc650f8e151ef2bbc1e3f/plock-0.6.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6451ff04ab4fd81b733946f5abd43ebb", "sha256": "fb382e3c1942bc560449e67ea650ac296c37ff4c6123e126b5ebe9987a2b71f8" }, "downloads": -1, "filename": "plock-0.6.5.tar.gz", "has_sig": false, "md5_digest": "6451ff04ab4fd81b733946f5abd43ebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116592, "upload_time": "2016-07-29T12:08:02", "url": "https://files.pythonhosted.org/packages/4c/82/baa63a0611367086d776678c714a68eb80fd458550b27b43a5b9e7ad10de/plock-0.6.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "c589fc9c04d635a16841662dc8760fd0", "sha256": "09639685f98d7d31e7de405c487c56f7b00d465dae5484bf5c02451ea1544845" }, "downloads": -1, "filename": "plock-0.6.5.zip", "has_sig": false, "md5_digest": "c589fc9c04d635a16841662dc8760fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120050, "upload_time": "2016-07-29T12:08:05", "url": "https://files.pythonhosted.org/packages/3c/de/930a754c42c69a4c563a19a8d9f648b6c65651cbc650f8e151ef2bbc1e3f/plock-0.6.5.zip" } ] }