{ "info": { "author": "Steven Arcangeli", "author_email": "stevearc@stevearc.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pyramid", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: System :: Systems Administration" ], "description": "PyPI Cloud\n==========\n:Build: |build|_ |coverage|_\n:Documentation: |docs|_\n:PyPI: |downloads|_\n\n.. |build| image:: https://travis-ci.org/stevearc/pypicloud.png?branch=master\n.. _build: https://travis-ci.org/stevearc/pypicloud\n.. |coverage| image:: https://coveralls.io/repos/stevearc/pypicloud/badge.png?branch=master\n.. _coverage: https://coveralls.io/r/stevearc/pypicloud?branch=master\n.. |docs| image:: https://readthedocs.org/projects/pypicloud/badge/?version=latest\n.. _docs: http://pypicloud.readthedocs.org/\n.. |downloads| image:: http://pepy.tech/badge/pypicloud\n.. _downloads: http://pypi.python.org/pypi/pypicloud\n\nThis package is a Pyramid web app that provides a PyPI server where the packages\nare stored on Amazon's Simple Storage Service (S3) or Google's Cloud Storage\n(GCS).\n\nQuick Start\n===========\n::\n\n pip install pypicloud[server]\n pypicloud-make-config -t server.ini\n pserve server.ini\n\nGo to http://localhost:6543/ to view the web interface.\n\nFor more detailed step-by-step instructions, check out the `getting started\n`_\nsection of the docs.\n\nDocker\n------\nThere is a docker image if you're into that sort of thing:\nhttps://github.com/stevearc/pypicloud-docker\n\n\nChangelog\n=========\nIf you are upgrading an existing installation, read the instructions\n\n1.0.11 - 2019/4/5\n-----------------\n* Add ability to stream files through pypicloud \n* Support spaces in ``auth.ldap.admin_value`` values \n\n1.0.10 - 2018/11/26\n-------------------\n* Strip non-ASCII characters from summary for S3 backend \n* Fix an issue with production log format \n* Add ``auth.ldap.fallback`` to use config file configure groups and permissions with LDAP access backend \n\n1.0.9 - 2018/9/6\n----------------\n* Fix: Exception during LDAP reconnect \n* Fix: LDAP on Python 3 could not detect admins \n* Feature: New ``pypi.auth.admin_group_dn`` setting for LDAP (for when memberOf is unavailable)\n\n1.0.8 - 2018/8/27\n-----------------\n* Feature: Google Cloud Storage support \n\n1.0.7 - 2018/8/14\n-----------------\n* Feature: ``/health`` endpoint checks health of connection to DB backends \n* Feature: Options for LDAP access backend to ignore referrals and ignore multiple user results \n* Fix: Exception when ``storage.cloud_front_key_file`` was set \n* Fix: Bad redirect to the fallback url when searching the ``/json`` endpoint \n* Deprecation: ``pypi.fallback_url`` has been deprecated in favor of ``pypi.fallback_base_url`` \n\n1.0.6 - 2018/6/11\n-----------------\n* Fix: Support ``auth.profile_name`` passing in a boto profile name \n* Fix: Uploading package with empty description using twine crashes DynamoDB backend \n* Fix: Config file generation for use with docker container (using %(here)s was not working)\n* Use cryptography package instead of horrifyingly old and deprecated pycrypto \n* Add ``storage.public_url`` to S3 backend \n\n1.0.5 - 2018/4/24\n-----------------\n* Fix: Download ACL button throws error in Python 3 \n* New access backend: AWS Secrets Manager \n* Add ``storage.storage_class`` option for S3 storage \n* Add ``db.tablenames`` option for DynamoDB cache \n* Reduce startup race conditions on empty caches when running multiple servers \n\n1.0.4 - 2018/4/1\n----------------\n* Fix: Fix SQL connection issues with uWSGI \n* Miscellaneous python 3 fixes\n\n1.0.3 - 2018/3/26\n-----------------\n* Fix: uWSGI hangs in python 3 \n* Fix: Crash when using ``ppc-migrate`` to migrate from S3 to S3\n* Add warnings and documentation for edge case where S3 bucket has a dot in it \n* Admin can create signup tokens \n\n1.0.2 - 2018/1/26\n-----------------\n* Fix: Hang when rebuilding Postgres cache \n* Fix: Some user deletes fail with Foreign Key errors \n* Fix: Incorrect parsing of version for wheels \n* Configuration option for number of rounds to use in password hash \n* Make request errors visible in the browser \n* Add a Create User button to admin page \n* SQL access backend defaults to disallowing anonymous users to register\n\n1.0.1 - 2017/12/3\n-----------------\n* Support for LDAP anonymous bind \n* Fix a crash in Python 3 \n\n1.0.0 - 2017/10/29\n------------------\n* Python3 support thanks to boto3\n* Removing stable/unstable version from package summary\n* Changing and removing many settings\n* Performance tweaks\n* ``graceful_reload`` option for caches, to refresh from the storage backend while remaining operational\n* Complete rewrite of LDAP access backend\n* Utilities for hooking into S3 create & delete notifications to keep multiple caches in sync\n\n**NOTE** Because of the boto3 rewrite, many settings have changed. You will need\nto review the settings for your storage, cache, and access backends to make sure\nthey are correct, as well as rebuilding your cache as per usual.\n\n0.5.6 - 2017/10/29\n------------------\n* Add ``storage.object_acl`` for S3 \n\n0.5.5 - 2017/9/9\n----------------\n* Allow search endpoint to have a trailing slash \n\n0.5.4 - 2017/8/10\n-----------------\n* Allow overriding the displayed download URL in the web interface \n* Bump up the DB size of the version field (SQL-only) \n\n0.5.3 - 2017/4/30\n-----------------\n* Bug fix: S3 uploads failing from web interface and when fallback=cache \n\n0.5.2 - 2017/4/22\n-----------------\n* Bug fix: The ``/pypi`` path was broken for viewing & uploading packages \n* Update docs to recommend ``/simple`` as the install/upload URL\n* Beaker session sets ``invalidate_corrupt = true`` by default\n\n0.5.1 - 2017/4/17\n-----------------\n* Bug fix: Deleting packages while using the Dynamo cache would sometimes remove the wrong package from Dynamo \n\n0.5.0 - 2017/3/29\n-----------------\n**Upgrade breaks**: SQL caching database. You will need to rebuild it.\n\n* Feature: Pip search works now \n\n0.4.6 - 2017/4/17\n-----------------\n* Bug fix: Deleting packages while using the Dynamo cache would sometimes remove the wrong package from Dynamo \n\n0.4.5 - 2017/3/25\n-----------------\n* Bug fix: Access backend now works with MySQL family \n* Bug fix: Return http 409 for duplicate upload to work better with twine \n* Bug fix: Show upload button in interface if ``default_write = everyone``\n* Confirm prompt before deleting a user or group in the admin interface\n* Do some basica sanity checking of username/password inputs\n\n0.4.4 - 2016/10/5\n-----------------\n* Feature: Add optional AWS S3 Server Side Encryption option \n\n0.4.3 - 2016/8/2\n----------------\n* Bug fix: Rebuilding cache always ends up with correct name/version \n* Feature: /health endpoint (nothing fancy, just returns 200) \n\n0.4.2 - 2016/6/16\n-----------------\n* Bug fix: Show platform-specific versions of wheels \n\n0.4.1 - 2016/6/8\n----------------\n* Bug fix: LDAP auth disallows empty passwords for anonymous binding \n* Config generator sets ``pypi.default_read = authenticated`` for prod mode\n\n0.4.0 - 2016/5/16\n-----------------\n**Backwards incompatibility**: This version was released to handle a change in\nthe way pip 8.1.2 handles package names. If you are upgrading from a previous\nversion, there are detailed instructions for how to upgrade safely.\n\n0.3.13 - 2016/6/8\n-----------------\n* Bug fix: LDAP auth disallows empty passwords for anonymous binding \n\n0.3.12 - 2016/5/5\n-----------------\n* Feature: Setting ``auth.ldap.service_account`` for LDAP auth \n\n0.3.11 - 2016/4/28\n------------------\n* Bug fix: Missing newline in config template \n* Feature: ``pypi.always_show_upstream`` for tweaking fallback behavior \n\n0.3.10 - 2016/3/21\n------------------\n* Feature: S3 backend setting ``storage.redirect_urls``\n\n0.3.9 - 2016/3/13\n-----------------\n* Bug fix: SQL cache works with MySQL \n* Feature: S3 backend can use S3-compatible APIs \n\n0.3.8 - 2016/3/10\n-----------------\n* Feature: Cloudfront storage \n* Bug fix: Rebuilding cache from storage won't crash on odd file names \n\n0.3.7 - 2016/1/12\n-----------------\n* Feature: ``/packages`` endpoint to list all files for all packages \n\n0.3.6 - 2015/12/3\n-----------------\n* Bug fix: Settings parsed incorrectly for LDAP auth \n\n0.3.5 - 2015/11/15\n------------------\n* Bug fix: Mirror mode: only one package per version is displayed \n\n0.3.4 - 2015/8/30\n-----------------\n* Add docker-specific option for config creation\n* Move docker config files to a separate repository\n\n0.3.3 - 2015/7/17\n-----------------\n* Feature: LDAP Support \n* Bug fix: Incorrect package name/version when uploading from web \n\n0.3.2 - 2015/7/7\n----------------\n* Bug fix: Restore direct links to S3 to fix easy_install \n\n0.3.1 - 2015/6/18\n-----------------\n* Bug fix: ``pypi.allow_overwrite`` causes crash in sql cache \n\n0.3.0 - 2015/6/16\n-----------------\n* Fully defines the behavior of every possible type of pip request. See Fallbacks for more detail.\n* Don't bother caching generated S3 urls.\n\n0.2.13 - 2015/5/27\n------------------\n* Bug fix: Crash when mirror mode serves private packages\n\n0.2.12 - 2015/5/14\n------------------\n* Bug fix: Mirror mode works properly with S3 storage backend\n\n0.2.11 - 2015/5/11\n------------------\n* Bug fix: Cache mode will correctly download packages with legacy versioning \n* Bug fix: Fix the fetch_requirements endpoint \n* Bug fix: Incorrect expire time comparison with IAM roles \n* Feature: 'mirror' mode. Caches packages, but lists all available upstream versions.\n\n0.2.10 - 2015/2/27\n------------------\n* Bug fix: S3 download links expire incorrectly with IAM roles \n* Bug fix: ``fallback = cache`` crashes with distlib 0.2.0 \n\n0.2.9 - 2014/12/14\n------------------\n* Bug fix: Connection problems with new S3 regions \n* Usability: Warn users trying to log in over http when ``session.secure = true`` \n\n0.2.8 - 2014/11/11\n------------------\n* Bug fix: Crash when migrating packages from file storage to S3 storage \n\n0.2.7 - 2014/10/2\n-----------------\n* Bug fix: First download of package using S3 backend and ``pypi.fallback = cache`` returns 404 \n\n0.2.6 - 2014/8/3\n----------------\n* Bug fix: Rebuilding SQL cache sometimes crashes \n\n0.2.5 - 2014/6/9\n----------------\n* Bug fix: Rebuilding SQL cache sometimes deadlocks \n\n0.2.4 - 2014/4/29\n-----------------\n* Bug fix: ``ppc-migrate`` between two S3 backends \n\n0.2.3 - 2014/3/13\n-----------------\n* Bug fix: Caching works with S3 backend \n\n0.2.2 - 2014/3/13\n-----------------\n* Bug fix: Security bug in user auth \n* Bug fix: Package caching from pypi was slightly broken \n* Bug fix: ``ppc-migrate`` works when migrating to the same storage type \n\n0.2.1 - 2014/3/12\n-----------------\n* Bug fix: Pre-existing S3 download links were broken by 0.2.0 \n\n0.2.0 - 2014/3/12\n-----------------\n**Upgrade breaks**: caching database\n\n* Bug fix: Timestamp display on web interface \n* Bug fix: User registration stores password as plaintext \n* Feature: ``ppc-migrate``, command to move packages between storage backends \n* Feature: Adding support for more than one package with the same version. Now you can upload wheels! \n* Feature: Allow transparently downloading and caching packages from pypi \n* Feature: Export/Import access-control data via ``ppc-export`` and ``ppc-import`` \n* Feature: Can set default read/write permissions for packages \n* Feature: New cache backend: DynamoDB \n* Hosting all js & css ourselves (no more CDN links) \n* Obligatory miscellaneous refactoring\n\n0.1.0 - 2014/1/20\n-----------------\n* First public release\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypicloud.readthedocs.org/", "keywords": "pypi s3 cheeseshop package", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pypicloud", "package_url": "https://pypi.org/project/pypicloud/", "platform": "any", "project_url": "https://pypi.org/project/pypicloud/", "project_urls": { "Homepage": "http://pypicloud.readthedocs.org/" }, "release_url": "https://pypi.org/project/pypicloud/1.0.11/", "requires_dist": [ "boto3 (>=1.7.0)", "cryptography", "distlib (==0.2.5)", "passlib (>=1.7)", "paste", "pyramid", "pyramid-beaker", "pyramid-duh (>=0.1.1)", "pyramid-jinja2", "pyramid-rpc", "pyramid-tm", "six", "transaction", "zope.sqlalchemy", "flywheel (>=0.2.0) ; extra == 'all_plugins'", "google-cloud-storage (>=1.10.0) ; extra == 'all_plugins'", "python-ldap ; extra == 'all_plugins'", "redis ; extra == 'all_plugins'", "numpydoc ; extra == 'doc'", "sphinx ; extra == 'doc'", "sphinx-rtd-theme ; extra == 'doc'", "flywheel (>=0.2.0) ; extra == 'dynamo'", "google-cloud-storage (>=1.10.0) ; extra == 'gcs'", "python-ldap ; extra == 'ldap'", "black ; extra == 'lint'", "pylint (==2.3.1) ; extra == 'lint'", "redis ; extra == 'redis'", "waitress ; extra == 'server'", "flywheel (>=0.2.0) ; extra == 'test'", "google-cloud-storage (>=1.10.0) ; extra == 'test'", "mock ; extra == 'test'", "mockldap ; extra == 'test'", "moto ; extra == 'test'", "mysqlclient ; extra == 'test'", "nose ; extra == 'test'", "psycopg2-binary ; extra == 'test'", "python-ldap ; extra == 'test'", "redis ; extra == 'test'", "requests ; extra == 'test'", "webtest ; extra == 'test'" ], "requires_python": "", "summary": "Private PyPI backed by S3", "version": "1.0.11" }, "last_serial": 5106409, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "281879df65b1fba8194c36ea475b033f", "sha256": "78d0e3483138bb32f09bb302e36f2848dfd67a8f2ae34b74304f85d4584a70a3" }, "downloads": -1, "filename": "pypicloud-0.1.0.tar.gz", "has_sig": false, "md5_digest": "281879df65b1fba8194c36ea475b033f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57852, "upload_time": "2014-01-21T07:59:28", "url": "https://files.pythonhosted.org/packages/4b/dc/e5ad50df49a5c604f1ccebadb7de94b69f1771e4573fcb94d88d7a9b6c92/pypicloud-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9709430b7b43bddbc6b5aedac9488ef8", "sha256": "8f135a49f46b471722433b853d479f6b976e97df05ff7fd1c1c3ae54f1cfa7a4" }, "downloads": -1, "filename": "pypicloud-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9709430b7b43bddbc6b5aedac9488ef8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 702188, "upload_time": "2014-03-12T10:29:04", "url": "https://files.pythonhosted.org/packages/58/e9/057199070bd0aa8565a58c32ecfe06581ae7c093b87a63334e9c5e1d8d73/pypicloud-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e8389f75e2ff77936db4af6a57aff57", "sha256": "fbf20bedfe49a068118b73f1601fee0f16a937ed486a5279638fcebd776c444b" }, "downloads": -1, "filename": "pypicloud-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7e8389f75e2ff77936db4af6a57aff57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 672235, "upload_time": "2014-03-12T10:28:59", "url": "https://files.pythonhosted.org/packages/3c/36/e6a745488435eaec72827e325e0e41e015404fca4da1b3b4bf2f3a850193/pypicloud-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "36a791929e49ec2529b3c96290f12571", "sha256": "dfe28306b7fa625a78764e76287dfae452879fb4b2aa2177c034f38a9b5645df" }, "downloads": -1, "filename": "pypicloud-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36a791929e49ec2529b3c96290f12571", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 702253, "upload_time": "2014-03-12T11:18:04", "url": "https://files.pythonhosted.org/packages/ae/23/6e3d76743bac9dd1d4f4fd3909622e169aab747942baebfc79839cea2d48/pypicloud-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "378b16e250b6afbc4acb4a39cd985d9f", "sha256": "06f9b8c9c76d3e1e23f60d17992bb3a0edd51f0b5381c451653cb99bf7f6e256" }, "downloads": -1, "filename": "pypicloud-0.2.1.tar.gz", "has_sig": false, "md5_digest": "378b16e250b6afbc4acb4a39cd985d9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 672292, "upload_time": "2014-03-12T11:18:01", "url": "https://files.pythonhosted.org/packages/4e/88/038c50161c0a3901455a94bc2dc4325cfd963e77ece9359efdf9e895cc80/pypicloud-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "e6152cdc7ae3437ef9b56090ca1a5970", "sha256": "25726a90528ee298c2a1319a2e6dc39ada5726d17c6f0234a1b86de7a5fff3a4" }, "downloads": -1, "filename": "pypicloud-0.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6152cdc7ae3437ef9b56090ca1a5970", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 501357, "upload_time": "2015-02-28T05:06:15", "url": "https://files.pythonhosted.org/packages/31/22/55b84e492806ec02c1cc1a8d3309e608e7384dd75cd68e97f9cd32075e51/pypicloud-0.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6687bf9560f38e20ba606f417e8af53b", "sha256": "0b942b9551a10bae1c42375cf3c85038f5a8a0eacb1e1501fd0193ecd5c94c17" }, "downloads": -1, "filename": "pypicloud-0.2.10.tar.gz", "has_sig": false, "md5_digest": "6687bf9560f38e20ba606f417e8af53b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477134, "upload_time": "2015-02-28T05:06:11", "url": "https://files.pythonhosted.org/packages/bb/fd/3553a59da8e4b8f14af9a194c07856b197615a6c6e28e10b750cd2d3d436/pypicloud-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "13948c7aa801b2c6c52e506ad81dbe0e", "sha256": "ef0c852cef256206b8c45f894170b08e4c3ea77b69ff9b153753937a471c1280" }, "downloads": -1, "filename": "pypicloud-0.2.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "13948c7aa801b2c6c52e506ad81dbe0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502059, "upload_time": "2015-05-12T04:20:11", "url": "https://files.pythonhosted.org/packages/5f/55/70c91c4dc7ac891629e4aab0a3fdc2b543cc49972eaca7a3f20f57c1e5bf/pypicloud-0.2.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88dd3df19a82856463bfe6a30d206939", "sha256": "a8f8c44d06aa40d94c819902ae02353a12167b3a7510114335b361ae4468095a" }, "downloads": -1, "filename": "pypicloud-0.2.11.tar.gz", "has_sig": false, "md5_digest": "88dd3df19a82856463bfe6a30d206939", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477735, "upload_time": "2015-05-12T04:20:17", "url": "https://files.pythonhosted.org/packages/86/b5/d12adde3a251b5ca1b16ea735f1381648be9b3f0fae2ea7496fc045472e0/pypicloud-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "d9ddc69da325d788540697a7fd45339b", "sha256": "7f6a5102d3bec6b78639745b31e6965ed2ef87f26874ab0692148764040a47f3" }, "downloads": -1, "filename": "pypicloud-0.2.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d9ddc69da325d788540697a7fd45339b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502304, "upload_time": "2015-05-14T17:01:26", "url": "https://files.pythonhosted.org/packages/2d/55/0875408611f6ad961e142104135e8e2611c6595ab0b2c622388b5820ff5a/pypicloud-0.2.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d20785ff7df1a4efc8449003856fa8d9", "sha256": "7c9788dd0e228b1874e4e876cd369b32b2b4e0c029f43bcfe00f0f28c8f93048" }, "downloads": -1, "filename": "pypicloud-0.2.12.tar.gz", "has_sig": false, "md5_digest": "d20785ff7df1a4efc8449003856fa8d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478065, "upload_time": "2015-05-14T17:02:36", "url": "https://files.pythonhosted.org/packages/83/0f/a504935d06ca69e59eccc54289050aba98fd7ce9fb80f95345d9027290b7/pypicloud-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "51d91e0e71a93aef7607765d207d9dd8", "sha256": "f4412477f2a23e603f9e9f66cc45d4c6a9bf86b8631ebc70491463918d03c3b2" }, "downloads": -1, "filename": "pypicloud-0.2.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51d91e0e71a93aef7607765d207d9dd8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502359, "upload_time": "2015-05-27T17:10:17", "url": "https://files.pythonhosted.org/packages/1f/34/c6c997807fdf9d90c003ea666e9e9cb073347e13807c17823b450e605640/pypicloud-0.2.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e69b814529878e49568aed48754700c9", "sha256": "a2334a2a3fd497e6b2eac8035dce60239bf027f89343f1180198cb0d0fd68d17" }, "downloads": -1, "filename": "pypicloud-0.2.13.tar.gz", "has_sig": false, "md5_digest": "e69b814529878e49568aed48754700c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478108, "upload_time": "2015-05-27T17:10:22", "url": "https://files.pythonhosted.org/packages/05/78/bcb4dbdd213e182c0e50d8f6929f69f130cc118c84171d6266bcd8a6c0f1/pypicloud-0.2.13.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "c5c584fe04a89f0e5ffa225fd85ca556", "sha256": "ed48d5237eed504d0f2b6ae916f1fd1adf919233d3666a30e9ecf17a249127ba" }, "downloads": -1, "filename": "pypicloud-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5c584fe04a89f0e5ffa225fd85ca556", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 702797, "upload_time": "2014-03-13T10:43:49", "url": "https://files.pythonhosted.org/packages/11/83/8ef9f740a0c38bf32d2e7bee4aea7f5793d28195a7326e9b6e8b85de0ad7/pypicloud-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88836e135f7a996e73f565d9f4aa3c0c", "sha256": "7bd4413babb69639531b1a897069e663ea1ddcbbe32ecad5f567f6e2ba95426a" }, "downloads": -1, "filename": "pypicloud-0.2.2.tar.gz", "has_sig": false, "md5_digest": "88836e135f7a996e73f565d9f4aa3c0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 672637, "upload_time": "2014-03-13T10:43:45", "url": "https://files.pythonhosted.org/packages/ac/e8/31e15b193e51af785546308eefcd884a2176a4e9f993613bd0ca823d20f6/pypicloud-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "db555be60fc3dd65ed3e9440151f4c6f", "sha256": "815c7ac617208a44da46f64ad4172db56e48cb6a1ac1b70d1f18cfbddc09a693" }, "downloads": -1, "filename": "pypicloud-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db555be60fc3dd65ed3e9440151f4c6f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 702900, "upload_time": "2014-03-13T11:52:50", "url": "https://files.pythonhosted.org/packages/86/5c/309e6581a8444674839b137b5c2d489d6f99a95d2dd4c07f78bffb1ad15d/pypicloud-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "40ff760a9e2834ed27ce55c9a9dd1ca0", "sha256": "49e8298fce9c7a7f5b90de1253e49f2627f8d322a31c64289f4d6d42c65942d8" }, "downloads": -1, "filename": "pypicloud-0.2.3.tar.gz", "has_sig": false, "md5_digest": "40ff760a9e2834ed27ce55c9a9dd1ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477866, "upload_time": "2014-03-13T11:52:47", "url": "https://files.pythonhosted.org/packages/6c/44/515d1a55d52ebf4ea913a89d2fe9475510179b763415fcf1a7c3eef367ff/pypicloud-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "5a3eccd50bf4940db3ca5601d18759da", "sha256": "4b72f77346b745e0f528c00fc7a4ed1c38e6856281688ea08f8537761a862835" }, "downloads": -1, "filename": "pypicloud-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a3eccd50bf4940db3ca5601d18759da", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 702984, "upload_time": "2014-04-29T20:12:10", "url": "https://files.pythonhosted.org/packages/c8/a6/5df931d857b24411b208d29cabccd035219680848c89ba68634e1bb9909f/pypicloud-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b71480eac51dc83eea55e00b74dd891c", "sha256": "8b23663065a64918b06cdbb0aadb6a527528250562a086922034b4a878c72e4d" }, "downloads": -1, "filename": "pypicloud-0.2.4.tar.gz", "has_sig": false, "md5_digest": "b71480eac51dc83eea55e00b74dd891c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478019, "upload_time": "2014-04-29T20:12:07", "url": "https://files.pythonhosted.org/packages/6b/40/bbbe1c2181cf72f405889ce01528a909d4fa35c25c86ed5df0f587738885/pypicloud-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "46fed88b31ff21d1c2971ca078302ed5", "sha256": "4a1d230c3a880235129df17cf906bd449fca7194c3a9f00bd395e0617d25307d" }, "downloads": -1, "filename": "pypicloud-0.2.5.tar.gz", "has_sig": false, "md5_digest": "46fed88b31ff21d1c2971ca078302ed5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478795, "upload_time": "2014-06-10T01:28:38", "url": "https://files.pythonhosted.org/packages/4e/d7/881db9ece5a618df0c38fd4b8ec35982fbafae3b0053bf19de37b6a272ba/pypicloud-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "9d025be2720c85bd842309b6027b7d72", "sha256": "2a820ac66da6f3262079467fc0ff8e869fee9f2005ba80aad3d40408cee3467d" }, "downloads": -1, "filename": "pypicloud-0.2.6.tar.gz", "has_sig": false, "md5_digest": "9d025be2720c85bd842309b6027b7d72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 473813, "upload_time": "2014-08-03T20:43:24", "url": "https://files.pythonhosted.org/packages/56/11/12e050fcb5b4e1a49b4f75f964f941c9cfdde9a9d37a0e5368c105ebd374/pypicloud-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "4c6990d76527989b6d9661f644de0a48", "sha256": "6df40e15d519f593cd9b1757b7fbe021efa9832a2f25fab56bce2f7127eaad27" }, "downloads": -1, "filename": "pypicloud-0.2.7.tar.gz", "has_sig": false, "md5_digest": "4c6990d76527989b6d9661f644de0a48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475755, "upload_time": "2014-10-03T05:55:31", "url": "https://files.pythonhosted.org/packages/89/2f/6aeaea92429709e4e06b00fa20e18800dfb91072850c1c84b67b4fb23573/pypicloud-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "89323f6e4f5a97c94c6342131110b366", "sha256": "00a070658724efc50b82590953fcadf26d983d48b26995bea9aa4efb42146bcb" }, "downloads": -1, "filename": "pypicloud-0.2.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89323f6e4f5a97c94c6342131110b366", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 500038, "upload_time": "2014-11-11T18:48:34", "url": "https://files.pythonhosted.org/packages/a3/b9/762893cc6ca809acf0da591b8070beb2c84f8c524e8ae80d10dce17995bb/pypicloud-0.2.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1e1aa4da4a1ec77bbe11f64ad6f7b9d", "sha256": "2933ed4f318cd363a0df2664d51d991909da76da8488c1e645fc5a6e6c068615" }, "downloads": -1, "filename": "pypicloud-0.2.8.tar.gz", "has_sig": false, "md5_digest": "f1e1aa4da4a1ec77bbe11f64ad6f7b9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475809, "upload_time": "2014-11-11T18:48:31", "url": "https://files.pythonhosted.org/packages/47/1e/e589f4ee83bd68de514d095270d3f5f6571d19cc7e1bc5f3cb26a3181689/pypicloud-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "07b039be8f072001cb88ed5f41afa0b6", "sha256": "474bf44241896401957fc4a3d1bf52c862602b80e915190860191bdf54f9fc4b" }, "downloads": -1, "filename": "pypicloud-0.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "07b039be8f072001cb88ed5f41afa0b6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 500811, "upload_time": "2014-12-14T19:22:46", "url": "https://files.pythonhosted.org/packages/2e/bf/787276c5589333ef1de18ce1950cf4c39565f131d80ac90136261acabf76/pypicloud-0.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35e656fd9f64a97c80926486a7c43b25", "sha256": "951317603931116b660bf38d5bf6f1b01921bafe948baf93cbf64f21dd79b088" }, "downloads": -1, "filename": "pypicloud-0.2.9.tar.gz", "has_sig": false, "md5_digest": "35e656fd9f64a97c80926486a7c43b25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477319, "upload_time": "2014-12-14T19:22:43", "url": "https://files.pythonhosted.org/packages/d2/ac/b0471108397330e5ce72685f9a0d29c0743c18781307b925f0a638f812b4/pypicloud-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "38da87f4373d141a0073ff3ef467f969", "sha256": "5b87f6cef8941318d71c06f1df3d35934d94b4ba087a3534caf5a8043bced198" }, "downloads": -1, "filename": "pypicloud-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38da87f4373d141a0073ff3ef467f969", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502036, "upload_time": "2015-06-17T15:36:01", "url": "https://files.pythonhosted.org/packages/c8/c1/ed6e0449725be929bbcd9cd778ce92922f88bca7d9096706366b769801a7/pypicloud-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e1ac95934bf7c9cb685fd0745f225bc", "sha256": "d537920b3baf867075828aa215110b3cf930d0dd2191493fa00d177a11bc8b0d" }, "downloads": -1, "filename": "pypicloud-0.3.0.tar.gz", "has_sig": false, "md5_digest": "4e1ac95934bf7c9cb685fd0745f225bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477618, "upload_time": "2015-06-17T15:36:22", "url": "https://files.pythonhosted.org/packages/00/18/7a92d7d14a8d8fdff56aad37543c13344c2a21b0c475092350464569b779/pypicloud-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "1d095c3dd12e12504106a67415fb147f", "sha256": "f0de4a59b2af6b079a298c76debadc72fbcc45a1c796f65d0539bfecf0efbe92" }, "downloads": -1, "filename": "pypicloud-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d095c3dd12e12504106a67415fb147f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502098, "upload_time": "2015-06-19T05:02:09", "url": "https://files.pythonhosted.org/packages/8f/24/6cb1ad4a83aee2c960806d381b09abaf70fecfb2951179bc5155ff2a69dd/pypicloud-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3068e4a5525dac1a22d9c74de2cfe14", "sha256": "27cfb5f46c1e62fa0b4b0eedab6e9aa5f4693b1e9b961060a744c3ebbc81ec9b" }, "downloads": -1, "filename": "pypicloud-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a3068e4a5525dac1a22d9c74de2cfe14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477647, "upload_time": "2015-06-19T05:02:19", "url": "https://files.pythonhosted.org/packages/42/59/462a2c11e1c75981f87cbe10c6f8f04349228d127dbb1f2cad40bbb29481/pypicloud-0.3.1.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "14984df52934d431616a34b480fe60bc", "sha256": "f2ce9de3f8385616396a2a9dc43f91412987410d27efcf0211749d4e615e6e83" }, "downloads": -1, "filename": "pypicloud-0.3.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14984df52934d431616a34b480fe60bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 507419, "upload_time": "2016-03-22T06:19:45", "url": "https://files.pythonhosted.org/packages/ae/b3/a02f6947dc5acce0da046f1c1bec6d637534dabb4a0d6b8c930ab60ed7c1/pypicloud-0.3.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6d25cd6ea83dd813e051bcbcbae3492", "sha256": "ee3e76a15c29de9348172f0f41905a3b2549f32a6eb10eb74e5fca5591962d50" }, "downloads": -1, "filename": "pypicloud-0.3.10.tar.gz", "has_sig": false, "md5_digest": "c6d25cd6ea83dd813e051bcbcbae3492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481699, "upload_time": "2016-03-22T06:19:52", "url": "https://files.pythonhosted.org/packages/03/9e/7f98c6ea56a86c753b44b0817d4f8555e4cb1b8f4081c5b38a94db110600/pypicloud-0.3.10.tar.gz" } ], "0.3.11": [ { "comment_text": "", "digests": { "md5": "358314995b9fbb8f645ba096901ae479", "sha256": "579c5dece687d40b3fdf409cf853cf6b0ad8f4b36f820c988a12d26fc2f8cce3" }, "downloads": -1, "filename": "pypicloud-0.3.11-py2-none-any.whl", "has_sig": false, "md5_digest": "358314995b9fbb8f645ba096901ae479", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 507706, "upload_time": "2016-04-29T02:25:49", "url": "https://files.pythonhosted.org/packages/95/a7/a3cf5c9bac458d21cb6cedc31f0921ae5c4041973d5321a786ef6f882e1f/pypicloud-0.3.11-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fce4ad35ef38c135c603bfec72bfc8c", "sha256": "54e7c3caf739fa0d8d411e06e4f12617861ec08f1ca35104a54fe971a2d35009" }, "downloads": -1, "filename": "pypicloud-0.3.11.tar.gz", "has_sig": false, "md5_digest": "2fce4ad35ef38c135c603bfec72bfc8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481943, "upload_time": "2016-04-29T02:26:00", "url": "https://files.pythonhosted.org/packages/49/15/4a0c29b15f4dbd9db953575ec3e2bd31a1fe976f4a9376a4d94443241c65/pypicloud-0.3.11.tar.gz" } ], "0.3.12": [ { "comment_text": "", "digests": { "md5": "639315cbaef5b932869bf60388ab7813", "sha256": "762d4cfd6096256ed4cadab590d773a28d80ac787f15f61f8f42f6627906d25d" }, "downloads": -1, "filename": "pypicloud-0.3.12-py2-none-any.whl", "has_sig": false, "md5_digest": "639315cbaef5b932869bf60388ab7813", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 507787, "upload_time": "2016-05-05T16:41:19", "url": "https://files.pythonhosted.org/packages/1d/9a/8b30819fad73873f7199922be2e131b962ca9d56b7a513a42b645003b920/pypicloud-0.3.12-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad4dc13b80588da0fc28ace3d7080914", "sha256": "db0b378656d06c0fb87f7cf698406097d4e0a4180023585eff64592d76ae79bb" }, "downloads": -1, "filename": "pypicloud-0.3.12.tar.gz", "has_sig": false, "md5_digest": "ad4dc13b80588da0fc28ace3d7080914", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 484363, "upload_time": "2016-05-05T16:41:29", "url": "https://files.pythonhosted.org/packages/c6/6f/20b6fa40ce6c6df7d571e18e25801781d1129b2116ac1ad8af979dfa13e7/pypicloud-0.3.12.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "38a03f11dde4dc98a0c8d30277e972eb", "sha256": "0d91c24ec5eac6ffa9378926f6c5bc261708eec1e1d9316402d407c7c8e78479" }, "downloads": -1, "filename": "pypicloud-0.3.13-py2-none-any.whl", "has_sig": false, "md5_digest": "38a03f11dde4dc98a0c8d30277e972eb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 507917, "upload_time": "2016-06-08T16:48:37", "url": "https://files.pythonhosted.org/packages/ff/43/e5221b9fb656b9fb5cfff7c3e192bf166100f35b59a18016fbd98bd96fb1/pypicloud-0.3.13-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "274b3d14426fde32e14b4817c737f6ac", "sha256": "83005d59eb09f48d65600e224e21dbc71b48f9afffc26a08cb1be9b16ab68a40" }, "downloads": -1, "filename": "pypicloud-0.3.13.tar.gz", "has_sig": false, "md5_digest": "274b3d14426fde32e14b4817c737f6ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 484552, "upload_time": "2016-06-08T16:48:43", "url": "https://files.pythonhosted.org/packages/68/56/af9a459c0441e0e2b11299a0616824d1cbd9b83fa8f33218899e07d57f7b/pypicloud-0.3.13.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "935df871115a383886085cd788b7cc73", "sha256": "777e46b8f0959f1a797173ee590758c1243b820baff5600cc96bcf8c4bc80030" }, "downloads": -1, "filename": "pypicloud-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "935df871115a383886085cd788b7cc73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 502507, "upload_time": "2015-07-07T18:37:27", "url": "https://files.pythonhosted.org/packages/cc/e2/61715f7d35e0bfd316185162bb44b43d469de3e92b15763c3e205529356d/pypicloud-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf5cf642c83e8d96db8986c3305aabdb", "sha256": "56d945e4069f2aa7072c0ee017c2ebab7ab1961563f9f0a3127e1cf8e403f439" }, "downloads": -1, "filename": "pypicloud-0.3.2.tar.gz", "has_sig": false, "md5_digest": "bf5cf642c83e8d96db8986c3305aabdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 478120, "upload_time": "2015-07-07T18:37:31", "url": "https://files.pythonhosted.org/packages/97/19/61a82111bdfd7db66740e1e2b87247f51fa88f15638684699e5dcb378fc8/pypicloud-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "9747338585108b956838168f9a8b34dc", "sha256": "f73c50aa5a99480f67f86756245773c950658b5da0da355d46b142751ec63438" }, "downloads": -1, "filename": "pypicloud-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9747338585108b956838168f9a8b34dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 504938, "upload_time": "2015-07-17T18:55:56", "url": "https://files.pythonhosted.org/packages/a7/a9/a20a9c684d9e6931a1fae8d27d64df110206d305103cfcba9e9f87e15e96/pypicloud-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85f647475e3be0ac38d0815b0ac7b669", "sha256": "3f603bc0ad4f092a6e5b52e8e6ec4baa211ff6814eaabc09a51394d6c42dd2ab" }, "downloads": -1, "filename": "pypicloud-0.3.3.tar.gz", "has_sig": false, "md5_digest": "85f647475e3be0ac38d0815b0ac7b669", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 479849, "upload_time": "2015-07-17T18:56:07", "url": "https://files.pythonhosted.org/packages/1c/8c/15e81ec53b4bc301fcc4a15d3661be30dc79bd68fe932f532257f7d8948e/pypicloud-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "440d47cd3667554ab234d82c8529b0c1", "sha256": "0010e6c6d94e7c68f43423ffb2ce3a9d6b8eb7a93f6377545127383f3dee7563" }, "downloads": -1, "filename": "pypicloud-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "440d47cd3667554ab234d82c8529b0c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 505113, "upload_time": "2015-08-31T02:48:58", "url": "https://files.pythonhosted.org/packages/00/2b/27e0036af16a9bd9a9257351b6f0a75b8010537c84af33cce71aa91a9e67/pypicloud-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ab9fae20ee19743c6c8c5fb3a9f1790", "sha256": "c68e583226a109084db46e897e26ec71cc11241aaaa0d153f3315eb6272bb1c1" }, "downloads": -1, "filename": "pypicloud-0.3.4.tar.gz", "has_sig": false, "md5_digest": "5ab9fae20ee19743c6c8c5fb3a9f1790", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 479962, "upload_time": "2015-08-31T02:49:04", "url": "https://files.pythonhosted.org/packages/c3/68/1db5fd2755cd0d6850a510eecf94659dd267c6ef61556617514fc53e5f2d/pypicloud-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "3df609a73f13a10e385a45b0a31f5e65", "sha256": "ae075b962c0b064344f9ed431c62062324709610a655771739df7d1ea3054b7d" }, "downloads": -1, "filename": "pypicloud-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3df609a73f13a10e385a45b0a31f5e65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 505167, "upload_time": "2015-11-16T03:54:44", "url": "https://files.pythonhosted.org/packages/fe/22/853cf309c32e062f9c0009e63edd591a5a00ec3176f5c5d84c8d76952b3f/pypicloud-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8f8a611ad2c20ad07c7e9f7164f2496", "sha256": "7c0594f1666257932e991b790e754a80eb1fde8ea9f7552471d89a91c1ca7f04" }, "downloads": -1, "filename": "pypicloud-0.3.5.tar.gz", "has_sig": false, "md5_digest": "e8f8a611ad2c20ad07c7e9f7164f2496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480008, "upload_time": "2015-11-16T03:54:57", "url": "https://files.pythonhosted.org/packages/d6/1d/5a004459f1506742d681cc91a54c76d14152892d2afde97f937cffe6cce0/pypicloud-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "a4fc3ed92aab1c8987d04a7efb126577", "sha256": "dce36af4d599c56ac8ec6afd00d68e93f5b797eb671a6dd89b2ff3136b180106" }, "downloads": -1, "filename": "pypicloud-0.3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a4fc3ed92aab1c8987d04a7efb126577", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 505274, "upload_time": "2015-12-03T18:36:34", "url": "https://files.pythonhosted.org/packages/5d/45/42f4410f5a1f272ae8c38c2a9b8c9c59d9c2c2fad6fd7f4f32f1e38503ae/pypicloud-0.3.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21e3217fb3c664cd8d3b404a63b387cb", "sha256": "1447472ac6f17069ec0ddd6d66cec114d87848f89b13ab09fca659a13e7a1bdb" }, "downloads": -1, "filename": "pypicloud-0.3.6.tar.gz", "has_sig": false, "md5_digest": "21e3217fb3c664cd8d3b404a63b387cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480108, "upload_time": "2015-12-03T18:36:40", "url": "https://files.pythonhosted.org/packages/f0/64/eb62df546193342a180014b4773320243d615e199b9220e761fec3fedd26/pypicloud-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "3b4d2d5b69b5a2dd14a202af8d99ce46", "sha256": "b09ae87182585c0344d54f03763393ab67fd8db3f11cbbf4f217bb420f44b7e7" }, "downloads": -1, "filename": "pypicloud-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b4d2d5b69b5a2dd14a202af8d99ce46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 506293, "upload_time": "2016-01-13T06:12:57", "url": "https://files.pythonhosted.org/packages/65/37/5b13637d39fc1257f3c729bd9f77207421237019dd73f1fa383d6366f437/pypicloud-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0410ae60b4a1885796fb520efbbc00c", "sha256": "e43cafe84c3d4774b65c5272855346165d471be0a71ea35f65deee7f4346029d" }, "downloads": -1, "filename": "pypicloud-0.3.7.tar.gz", "has_sig": false, "md5_digest": "e0410ae60b4a1885796fb520efbbc00c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480559, "upload_time": "2016-01-13T06:13:14", "url": "https://files.pythonhosted.org/packages/7e/a8/df69f0fffc8ff41d9c59bdb3a7b9b33c2c88dfdf6370131209940b609606/pypicloud-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "2a0730ecbdcd4b6b2daa773647737d52", "sha256": "83141198c6e79c7f80ceb989dd844f5cf950129beefffeb87a813ab367f9ea55" }, "downloads": -1, "filename": "pypicloud-0.3.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a0730ecbdcd4b6b2daa773647737d52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 506807, "upload_time": "2016-03-11T03:53:04", "url": "https://files.pythonhosted.org/packages/bd/24/a5c723192f2d47ffad081f17cb9c7af00e75d1f8ca7df470001d494e7aed/pypicloud-0.3.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8849627376d0cbec86f9d1052fde55f7", "sha256": "40f15317c8187c35b9af5a344ca061befaf0ce3c30e861269decd908015e20c5" }, "downloads": -1, "filename": "pypicloud-0.3.8.tar.gz", "has_sig": false, "md5_digest": "8849627376d0cbec86f9d1052fde55f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481101, "upload_time": "2016-03-11T03:53:27", "url": "https://files.pythonhosted.org/packages/6a/40/07b5f5112a81c574fcb02a1e53a235c5078069e3cc175255ec238615f50d/pypicloud-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "d779b345e103852b53ca049904c9d0e5", "sha256": "f5ea15c00e1ba16247b9164b4de67683cb6ae441bd6e40307b714009534d8b80" }, "downloads": -1, "filename": "pypicloud-0.3.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d779b345e103852b53ca049904c9d0e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 507163, "upload_time": "2016-03-14T04:11:54", "url": "https://files.pythonhosted.org/packages/e7/c9/0f4468d48763100fd9815e7e6e0e1ea278ac9dd36e4a8b48f65d5c06957b/pypicloud-0.3.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be3c0ac929d04191c5fb2e6f302bae0d", "sha256": "4ac3704101a2384246ff98586fe43fbf53724d5c015e1ed00fef20410c59288c" }, "downloads": -1, "filename": "pypicloud-0.3.9.tar.gz", "has_sig": false, "md5_digest": "be3c0ac929d04191c5fb2e6f302bae0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481499, "upload_time": "2016-03-14T04:12:01", "url": "https://files.pythonhosted.org/packages/80/68/6cd6394530ba05ec65d6c1d351410f0dd9f48cd36c8652926c377fcc97c1/pypicloud-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "9ac1cbbc10f3303772c5195d3898e553", "sha256": "4e012216438ad8c8cdcd9d1f4ef9872696a9938490b5311d58eeadb79d212f55" }, "downloads": -1, "filename": "pypicloud-0.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "9ac1cbbc10f3303772c5195d3898e553", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 508731, "upload_time": "2016-05-16T16:11:27", "url": "https://files.pythonhosted.org/packages/b6/59/f7fb5989cc686e8b27649311725e4e5f3d568797b8ed9555b9d17392fccf/pypicloud-0.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bc8a20120709dcf2c3a1b20e3c6d41f", "sha256": "4030404d6449f5576e93047e56c23a5b77a6c63c74093502d0f583591d0ebfd3" }, "downloads": -1, "filename": "pypicloud-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6bc8a20120709dcf2c3a1b20e3c6d41f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485467, "upload_time": "2016-05-16T16:11:53", "url": "https://files.pythonhosted.org/packages/e6/16/63a22f41751cf8c9b9526a35d5cc18b65dbdae6880fe8d71a920116ab12e/pypicloud-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "13001615fa439178fa6169d616481e7a", "sha256": "f2d211d70940309d7f69cec8366860a65fb61e2453d567862deb78b1dd3f8aba" }, "downloads": -1, "filename": "pypicloud-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "13001615fa439178fa6169d616481e7a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 508950, "upload_time": "2016-06-08T16:56:35", "url": "https://files.pythonhosted.org/packages/ee/0d/c98408722680828368ac7aabcb3284d31cae4b189bcc8ca28690fac1cd9c/pypicloud-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a255f6b13960e09b853a6c9606cd659c", "sha256": "da1dc2cb455ccafe1239fdc5d8ff3d6cca0da14f67ef37cd4577d71dd22db88e" }, "downloads": -1, "filename": "pypicloud-0.4.1.tar.gz", "has_sig": false, "md5_digest": "a255f6b13960e09b853a6c9606cd659c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485738, "upload_time": "2016-06-08T16:56:41", "url": "https://files.pythonhosted.org/packages/0d/73/e081bcfbbecbfbadf3fde82fa82ed50ce62adc4929390d4aaa088539f220/pypicloud-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "828f9a8d8382434ed716ff294c1eddcd", "sha256": "d521bc872edee46ecebe3c0583d426d0630211bb9d8c48243d795dff3f2f3736" }, "downloads": -1, "filename": "pypicloud-0.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "828f9a8d8382434ed716ff294c1eddcd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 509194, "upload_time": "2016-06-16T16:03:53", "url": "https://files.pythonhosted.org/packages/89/b4/5d3234be058aaca70d5112b999ff0209b116d711a31b54189a5265b06720/pypicloud-0.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1cf1c84fbbe479195fdc35b563cf3463", "sha256": "fffd4697e8e33be634b7f84266d9eb87669233ab79da8cc136be530a3a5faa67" }, "downloads": -1, "filename": "pypicloud-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1cf1c84fbbe479195fdc35b563cf3463", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486076, "upload_time": "2016-06-16T16:04:01", "url": "https://files.pythonhosted.org/packages/a2/6a/4bf8e0b172a785d6f8857537e94aca9570fcc68e4c7cf0a87e27716a94d1/pypicloud-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "38f77979133fa457d2cd15155810fb9e", "sha256": "c68c6ab23f1d3fdfe4b9f158eb8b942ae4298f6bae810cb8e51d171e55fc8307" }, "downloads": -1, "filename": "pypicloud-0.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "38f77979133fa457d2cd15155810fb9e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 509401, "upload_time": "2016-08-02T16:48:20", "url": "https://files.pythonhosted.org/packages/ba/73/1de419d887ed0cb24fb0a5ac927616e2f2435a0d54f3819a35ad6732fd86/pypicloud-0.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "048ebd21ce4ca356a5ab95f859dac990", "sha256": "fd82e23e74518d14e2bf93c273c1672676d3b7fde56ac2a836dd8bf74d5d1223" }, "downloads": -1, "filename": "pypicloud-0.4.3.tar.gz", "has_sig": false, "md5_digest": "048ebd21ce4ca356a5ab95f859dac990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486305, "upload_time": "2016-08-02T16:48:23", "url": "https://files.pythonhosted.org/packages/1d/89/116f6bc00dbae1f959b51313e0ce1299d82b79f09a281116d2abde6b5815/pypicloud-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "2fac2850999f6d0b99e6633459db0e3e", "sha256": "b3245e934e59b9bbcba945b7f4fed9a3aa639c78137fb8886852c46a8afce9cf" }, "downloads": -1, "filename": "pypicloud-0.4.4-py2-none-any.whl", "has_sig": false, "md5_digest": "2fac2850999f6d0b99e6633459db0e3e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 509548, "upload_time": "2016-10-05T20:06:58", "url": "https://files.pythonhosted.org/packages/89/e6/246e8caa38dbc8a3857effecfbb487293a70cdbdc8916bfe041e00062f56/pypicloud-0.4.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a705a1d2a78421f73d5d7f5d76324f22", "sha256": "0c45160b52a83f763d006c19cf3d1e1de0e371064a7fcf0bc1cfe1dfc2549421" }, "downloads": -1, "filename": "pypicloud-0.4.4.tar.gz", "has_sig": false, "md5_digest": "a705a1d2a78421f73d5d7f5d76324f22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486506, "upload_time": "2016-10-05T20:07:02", "url": "https://files.pythonhosted.org/packages/e3/91/d6a4427bfcb11509cb11c0c5937ace4b9ed6023da44be535037332e6d187/pypicloud-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "b6fcf718adc507f6896960c7c67f8447", "sha256": "262455a5c9a811cb0d406abe225f0c61facc2f72ae7b75e0c912f9d57de61f68" }, "downloads": -1, "filename": "pypicloud-0.4.5-py2-none-any.whl", "has_sig": false, "md5_digest": "b6fcf718adc507f6896960c7c67f8447", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 510324, "upload_time": "2017-03-26T04:29:38", "url": "https://files.pythonhosted.org/packages/7a/ed/aa0a705d3ab80aad1d7e9c0b7cee8cb67672f4ce554e64ca4e4c119cc45f/pypicloud-0.4.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2dac5bb64b7d1537bb2c009040c370e3", "sha256": "2755509c74673bf812c4c6c348118dcc920c478c0986c3f7fd86e9afec8afc44" }, "downloads": -1, "filename": "pypicloud-0.4.5.tar.gz", "has_sig": false, "md5_digest": "2dac5bb64b7d1537bb2c009040c370e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486805, "upload_time": "2017-03-26T04:29:41", "url": "https://files.pythonhosted.org/packages/e4/03/dd1a9b66946e1a91b500dda547d62a6e1ec6187239e3ef934b059bf4622e/pypicloud-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "a16a13d90f082f3d58f19a3785968b46", "sha256": "a7e86bedc1cac8573bcb426b49d0ef0f0f969689156f975fb552db6d17926410" }, "downloads": -1, "filename": "pypicloud-0.4.6-py2-none-any.whl", "has_sig": false, "md5_digest": "a16a13d90f082f3d58f19a3785968b46", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 510427, "upload_time": "2017-04-18T05:11:54", "url": "https://files.pythonhosted.org/packages/84/4f/88476b58095edeeba9d3757199705896c9bb4bf3af88f1c598515e767fa6/pypicloud-0.4.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93dcb8bf271abc8ee4468e247245db19", "sha256": "9378a6333b7eaed0460cd575a20efe65fe2c81780bb448b25c1cee1635310489" }, "downloads": -1, "filename": "pypicloud-0.4.6.tar.gz", "has_sig": false, "md5_digest": "93dcb8bf271abc8ee4468e247245db19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486874, "upload_time": "2017-04-18T05:11:57", "url": "https://files.pythonhosted.org/packages/cc/30/44f56ce841c632d68a525894e972bf569c868d9536b7f8768aa66dbae40f/pypicloud-0.4.6.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "3f4fc2052770a4ea551ac69c5eb40ccf", "sha256": "97b00485d76c7dbe473b6134a06dec95b862484fd3dd3fb9bfbc0539e405ff34" }, "downloads": -1, "filename": "pypicloud-0.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3f4fc2052770a4ea551ac69c5eb40ccf", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 512405, "upload_time": "2017-03-30T02:42:32", "url": "https://files.pythonhosted.org/packages/83/65/28fb356fe42538f1ea03ea37997b183cec9742315563442e849627794870/pypicloud-0.5.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8049cc7a4fa2329f7a363eba8e235994", "sha256": "0d0a733d59a155b29a50f7d25d6076a6f3ab5cd7f89a7abad99850c28c44f4e9" }, "downloads": -1, "filename": "pypicloud-0.5.0.tar.gz", "has_sig": false, "md5_digest": "8049cc7a4fa2329f7a363eba8e235994", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489140, "upload_time": "2017-03-30T02:42:35", "url": "https://files.pythonhosted.org/packages/f8/53/180d82f20e29351a04dd4f426d60e430fd547857b835c6f605f2611af2d2/pypicloud-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "baea117ea07970446d57e83d7c391a0c", "sha256": "f4e8e987ed48294a8e65fa6d6d7c34b1dc769919885d6b09283ad2ef01fff244" }, "downloads": -1, "filename": "pypicloud-0.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "baea117ea07970446d57e83d7c391a0c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 512528, "upload_time": "2017-04-18T05:26:55", "url": "https://files.pythonhosted.org/packages/30/6b/2a5d7dd07a1e5ad6da26cb2bb2fc39f56ddaa2489ccadeb26934480ec55b/pypicloud-0.5.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd689b7c2021410f80ffb0bb3155ef7d", "sha256": "f9fe86a19cb75776d6760de7697b3b3af0a1da3916503d7fae63d5da185ef90a" }, "downloads": -1, "filename": "pypicloud-0.5.1.tar.gz", "has_sig": false, "md5_digest": "dd689b7c2021410f80ffb0bb3155ef7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489217, "upload_time": "2017-04-18T05:26:58", "url": "https://files.pythonhosted.org/packages/fc/27/0dbabf0ac2374589cf03807eca1dfc8fdfe915ba7858129eb0b4bb866bea/pypicloud-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "f61c0f6f5fd8b6e15d2f7f092d900128", "sha256": "2b9e4449e20188fc89caf5a3a2d24c00738d2314fbcdbf1fd0f131d9c35c27f5" }, "downloads": -1, "filename": "pypicloud-0.5.2-py2-none-any.whl", "has_sig": false, "md5_digest": "f61c0f6f5fd8b6e15d2f7f092d900128", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 512870, "upload_time": "2017-04-23T03:26:32", "url": "https://files.pythonhosted.org/packages/04/24/33f127bdfab407e3dd76288721a2ee40a82fcc003896507061d520ad1899/pypicloud-0.5.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70bc83db68848bd11e240dbab83f3ab0", "sha256": "95ff465aeb759ee1b81ecbf92a7ce1c735efed8ff7030642ef44580c224f69d6" }, "downloads": -1, "filename": "pypicloud-0.5.2.tar.gz", "has_sig": false, "md5_digest": "70bc83db68848bd11e240dbab83f3ab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489604, "upload_time": "2017-04-23T03:26:36", "url": "https://files.pythonhosted.org/packages/f0/1d/758c90df1759ba8c98e92361ae20f8b1290b9b6a1b2aa6fc11b790774412/pypicloud-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "870f12b387f3ff444c6b1337ee5868ee", "sha256": "376fe85c2320e9a6049abef8b7901751ed88c6db63912939395f7f205467fb14" }, "downloads": -1, "filename": "pypicloud-0.5.3-py2-none-any.whl", "has_sig": false, "md5_digest": "870f12b387f3ff444c6b1337ee5868ee", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 512977, "upload_time": "2017-05-01T06:28:44", "url": "https://files.pythonhosted.org/packages/c0/11/54853b06ee3e4b91f16f268c04e709e69876e9d3cc9cb249ffa67784680a/pypicloud-0.5.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eee6ebfab926af5e32b4a089448e021b", "sha256": "71fbb10a17c5b60f9848a334e18dfa1dd68755f377bb4e2dd3845d6cf2b1c5d4" }, "downloads": -1, "filename": "pypicloud-0.5.3.tar.gz", "has_sig": false, "md5_digest": "eee6ebfab926af5e32b4a089448e021b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489651, "upload_time": "2017-05-01T06:28:47", "url": "https://files.pythonhosted.org/packages/af/80/c2c1f9bf44829c397b2d18b093b7ddedcbac4fed20ed4470525b81c86920/pypicloud-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "0a9beffb5447628e52630015489a23b5", "sha256": "787f007eb57949c9abf9fbd712f5e92f37c9658c2991c59af8945f71be4503ae" }, "downloads": -1, "filename": "pypicloud-0.5.4-py2-none-any.whl", "has_sig": false, "md5_digest": "0a9beffb5447628e52630015489a23b5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 513196, "upload_time": "2017-08-11T04:14:43", "url": "https://files.pythonhosted.org/packages/67/b8/77ec09c4499de57e95c9399314cd3aec60e540fa6162f98a2c86b6013b32/pypicloud-0.5.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69bd121c720c108c54a7edcc93c7ed4a", "sha256": "696f3ff8a01c6ccf88c5bf2f1e3b1ac0cf947307f134f09ae2f30a97a7e22bd6" }, "downloads": -1, "filename": "pypicloud-0.5.4.tar.gz", "has_sig": false, "md5_digest": "69bd121c720c108c54a7edcc93c7ed4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489979, "upload_time": "2017-08-11T04:14:46", "url": "https://files.pythonhosted.org/packages/3d/83/3c3d51e59ac458a66a12d2f2e0b1640ae513a126285366a8052a5271be5c/pypicloud-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "cb73c21173c6dc4d48e4d9af974ccbb3", "sha256": "e31d8648d4561c0ceddda527a96ac4ebbed7cb4e0562f23655ac9ddbee105c5c" }, "downloads": -1, "filename": "pypicloud-0.5.5-py2-none-any.whl", "has_sig": false, "md5_digest": "cb73c21173c6dc4d48e4d9af974ccbb3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 513272, "upload_time": "2017-09-10T01:31:54", "url": "https://files.pythonhosted.org/packages/06/9f/a53e90a53effeb8ce74a50b7cd19a9e0a91991b2c4ea3d44ee107631390f/pypicloud-0.5.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b99bd9b09de38375ac4a1d33c2b632f3", "sha256": "6bcad092be41fa8cef6b41060bd0e3c8f4a6012e0f9288879668db1ce87ece05" }, "downloads": -1, "filename": "pypicloud-0.5.5.tar.gz", "has_sig": false, "md5_digest": "b99bd9b09de38375ac4a1d33c2b632f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490069, "upload_time": "2017-09-10T01:31:57", "url": "https://files.pythonhosted.org/packages/5a/85/34669d0d5eafdb5fed9e6e75b8ab188f7dcef15c6c9c65206e842ffa05e4/pypicloud-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "2931f85ce7218050d5a7c3a33db0e0bc", "sha256": "208728693508d24c62730359d62b0931788d120c32728bd05f15d0e8d85adf73" }, "downloads": -1, "filename": "pypicloud-0.5.6-py2-none-any.whl", "has_sig": false, "md5_digest": "2931f85ce7218050d5a7c3a33db0e0bc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 518089, "upload_time": "2017-10-30T01:36:31", "url": "https://files.pythonhosted.org/packages/fd/b1/cfb5ce5d9b91e6641da01759c837905118e37512dc53e9250c3a82168804/pypicloud-0.5.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15333b65757a25088ac0ee23878b21cb", "sha256": "3abae300fe5477357394fcb03f88230a823d735de7d6d5fa4b6cf9108ea4efa1" }, "downloads": -1, "filename": "pypicloud-0.5.6.tar.gz", "has_sig": false, "md5_digest": "15333b65757a25088ac0ee23878b21cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490114, "upload_time": "2017-10-30T01:36:34", "url": "https://files.pythonhosted.org/packages/2b/b5/01fb034f4008cb6c0462d56ac3bbdcc539f9ce1f5599e1115bc6c7b1206f/pypicloud-0.5.6.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "1673e6f18f954b6f62a30f54d527f501", "sha256": "fe22fb1763c18b882a10655f014e02809c4874f318a20a6ef60022f33dbfce1c" }, "downloads": -1, "filename": "pypicloud-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1673e6f18f954b6f62a30f54d527f501", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 521727, "upload_time": "2017-10-30T02:01:39", "url": "https://files.pythonhosted.org/packages/8d/19/f4a2edf747e8ab46072840bd32dcaef25d4b7545890487f731d400fb14d1/pypicloud-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7f089e4dd97e2ba7358e4f05b7ab0ab", "sha256": "26c3371547e1e9098359f88093189cbb4ffa556e0d8e2d56ae62d30f7e526209" }, "downloads": -1, "filename": "pypicloud-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d7f089e4dd97e2ba7358e4f05b7ab0ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 496802, "upload_time": "2017-10-30T02:01:42", "url": "https://files.pythonhosted.org/packages/ed/88/63f493b721af8fac945c82f025a25240454a33ddc3c0aae3041cf5b9bd60/pypicloud-1.0.0.tar.gz" } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "b5cadce18114906fff7a3e0a4a950ec0", "sha256": "1fff4ee9685e8dbae485f227e51ff6fd90d32ab714f8dc7e65b096f9e3b19eb1" }, "downloads": -1, "filename": "pypicloud-1.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5cadce18114906fff7a3e0a4a950ec0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 513565, "upload_time": "2017-09-04T18:40:14", "url": "https://files.pythonhosted.org/packages/87/90/80ceef9bc4348015df7b8f789f3f41adf6f970ddc5fd8a854afc6ac09ee6/pypicloud-1.0.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bcce48a29d4fc6e50cbad0db6225f48", "sha256": "b4447da7d93dab4235c67d210fdd9f7ef1f76a842560913e309959c0fca75a26" }, "downloads": -1, "filename": "pypicloud-1.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "0bcce48a29d4fc6e50cbad0db6225f48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490479, "upload_time": "2017-09-04T18:40:16", "url": "https://files.pythonhosted.org/packages/42/68/ef187d5f62f22ffadde4fdc8f94752f02079291f2724f365ccba5c28b4ed/pypicloud-1.0.0rc1.tar.gz" } ], "1.0.0rc2": [ { "comment_text": "", "digests": { "md5": "aa587194273adaf19009c1709870c0c2", "sha256": "c95146c186b5b8e1e343e528cb0375e1ca1e18277002f594f51b0091cf8700a5" }, "downloads": -1, "filename": "pypicloud-1.0.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aa587194273adaf19009c1709870c0c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 521752, "upload_time": "2017-09-12T09:05:30", "url": "https://files.pythonhosted.org/packages/5f/fd/507a3a3dddd13c4bef2fe549c78822f5f1381dca15c60c1e44a202dae839/pypicloud-1.0.0rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64ce99cb3465e8c78fdaf532196d07a1", "sha256": "920ab922d826fccdbc557f801d10355a68d6c9be221895a22e5c6ee214786454" }, "downloads": -1, "filename": "pypicloud-1.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "64ce99cb3465e8c78fdaf532196d07a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 496953, "upload_time": "2017-09-12T09:05:35", "url": "https://files.pythonhosted.org/packages/7a/9d/b62fa4d38f46da40fcc37eaa14fa5459a89f2c6e899ac203072dd27199c1/pypicloud-1.0.0rc2.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f3263ac5062deda5080b56888ce3ea21", "sha256": "594ac0f86c0c75bda8edf8b3ab583e83aba89b828404ce70012ddaf7f54bbf5f" }, "downloads": -1, "filename": "pypicloud-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3263ac5062deda5080b56888ce3ea21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 521986, "upload_time": "2017-12-04T03:37:57", "url": "https://files.pythonhosted.org/packages/aa/45/fa8086b4499ea00316171cc1af09f1d28305b093952d9feb13cccc5f4527/pypicloud-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01ee69e4b5d9a15fd7a4e0e05d072d64", "sha256": "cd976c864ad9fd9ef683ff9e8e17f953f5692e4d76c76c19f091cf754d787998" }, "downloads": -1, "filename": "pypicloud-1.0.1.tar.gz", "has_sig": false, "md5_digest": "01ee69e4b5d9a15fd7a4e0e05d072d64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 497088, "upload_time": "2017-12-04T03:37:59", "url": "https://files.pythonhosted.org/packages/c2/06/a8dec94d15c2f0bb2c2c5bb73a228de6a8d370cb760afa71a1b4b87950e6/pypicloud-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "0a4cc66992335596ce27ee653dc67295", "sha256": "5f32a0ead395bbf3cbc97d23b509c26df04e0ff60d543f10a01b0503cbe25bb1" }, "downloads": -1, "filename": "pypicloud-1.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a4cc66992335596ce27ee653dc67295", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 531503, "upload_time": "2018-11-26T16:21:28", "url": "https://files.pythonhosted.org/packages/4a/aa/51148aefd7c0c80d08bb20e63deeac6402e11cde5872e9075cb10cb3bc80/pypicloud-1.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2801b9c14161a485b18f772860a2bc7c", "sha256": "64e9a20161e161cf026c7f34581d18004483498cbc512eb744a270f775b8fcda" }, "downloads": -1, "filename": "pypicloud-1.0.10.tar.gz", "has_sig": false, "md5_digest": "2801b9c14161a485b18f772860a2bc7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506774, "upload_time": "2018-11-26T16:21:31", "url": "https://files.pythonhosted.org/packages/7c/21/37c028da3ed46e7425599684711b110124840a900141ba0c632f78cc5b80/pypicloud-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "c5d8374bbf5ad921d4f5ce8d3dfc8864", "sha256": "b85efb83bd6662e5a0ca6fcdd01b9ffad78eed40b72fe7cb80fd5e792164afba" }, "downloads": -1, "filename": "pypicloud-1.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5d8374bbf5ad921d4f5ce8d3dfc8864", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 531704, "upload_time": "2019-04-06T03:20:33", "url": "https://files.pythonhosted.org/packages/c7/eb/8bbee79892d397880cdb8205236ffedd2d9b521ebf07d6112e62fb84247a/pypicloud-1.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b6a2bbe0d735f4e3055a791300016ae", "sha256": "530bd7bcdc57aa7e80201a47c66695fc91d5e0fd05d95507757d9bed09a4e7ff" }, "downloads": -1, "filename": "pypicloud-1.0.11.tar.gz", "has_sig": false, "md5_digest": "4b6a2bbe0d735f4e3055a791300016ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 509067, "upload_time": "2019-04-06T03:20:35", "url": "https://files.pythonhosted.org/packages/93/2f/098abdfa2eb5af44335104e01a2b934194aa2f81dd73a0608ff1f59daddf/pypicloud-1.0.11.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a0e6bffcf36ab4dc9b6c7d561e8918fa", "sha256": "65c3106e91873947c472328839396e3b0816faaf62a55b5dfc23342bcb7ba520" }, "downloads": -1, "filename": "pypicloud-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0e6bffcf36ab4dc9b6c7d561e8918fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 524069, "upload_time": "2018-01-26T08:37:09", "url": "https://files.pythonhosted.org/packages/8d/b5/8bcef56091ef0dde4baa80a4522bfe440ac43b21aa1faa1064b74c54527b/pypicloud-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "caecec54ee65aefe47f716ecda0afd01", "sha256": "262da7b101ff16f1ae118c5b156b2f9e6a8e118b6fab5c3a4e05e4857bfb116e" }, "downloads": -1, "filename": "pypicloud-1.0.2.tar.gz", "has_sig": false, "md5_digest": "caecec54ee65aefe47f716ecda0afd01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 499094, "upload_time": "2018-01-26T08:37:11", "url": "https://files.pythonhosted.org/packages/81/71/23605a22550649991fc3a65452a87bdb2ba36b5e89688caf6dbcb50deb11/pypicloud-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "5db2025b0188fb91a264f24a54e36ccb", "sha256": "a7b551e998b096b6c03d27796ce5245ea003b63407e1e80768e44fe1cdbc0772" }, "downloads": -1, "filename": "pypicloud-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5db2025b0188fb91a264f24a54e36ccb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 526519, "upload_time": "2018-03-27T02:48:06", "url": "https://files.pythonhosted.org/packages/23/89/9c073eb0a0cb2c811bb40ef39f264ff7f5a6dbe0c6e734279748337c1b07/pypicloud-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2148d0084ed92d39e5d6919b0c72c48f", "sha256": "f8dfe154258c91966b2c814430377ba02e1a31d1e5d3a188d7c2257439515034" }, "downloads": -1, "filename": "pypicloud-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2148d0084ed92d39e5d6919b0c72c48f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 501040, "upload_time": "2018-03-27T02:48:08", "url": "https://files.pythonhosted.org/packages/a7/0e/b8153364ec7b51a8cd23c8e01e197413815cfaec45638b3c0db870e24d23/pypicloud-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "b1b41095e3bf45916b009a0757297343", "sha256": "fbfb85f498022349e8258ad6076c594d463697c5ccc7a311732df4be9931a8b2" }, "downloads": -1, "filename": "pypicloud-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1b41095e3bf45916b009a0757297343", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 527142, "upload_time": "2018-04-01T18:41:56", "url": "https://files.pythonhosted.org/packages/2d/1d/0105d703bdacfc3058c6aeb7a0818aaf830cfece62a0c74972834d044a45/pypicloud-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b330fbeab6aac0ed14972208768a2d98", "sha256": "ccbaee73668d32b2bc6bc89f567190c619cbc6eb32049b808d0a0eca02882aec" }, "downloads": -1, "filename": "pypicloud-1.0.4.tar.gz", "has_sig": false, "md5_digest": "b330fbeab6aac0ed14972208768a2d98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 501434, "upload_time": "2018-04-01T18:42:03", "url": "https://files.pythonhosted.org/packages/2f/ea/1a0d8a27de0718cdb63ae39b23a4d3b7640fdbea871c2df86d39a679a68b/pypicloud-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "7e7c61459c0da0551858f8cb8d43adc2", "sha256": "0282d6e031640ed04389f8906c1ee95b7125f45ff52296955c6569bb1fa22959" }, "downloads": -1, "filename": "pypicloud-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e7c61459c0da0551858f8cb8d43adc2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 530519, "upload_time": "2018-04-25T03:26:01", "url": "https://files.pythonhosted.org/packages/c9/8f/90fa3e31a9b5919664df1358f13fd7f6f3deb7d6ab0cc7860d83cd96a342/pypicloud-1.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1caea2f12d5df1d44f3cd3aed97da1d", "sha256": "01971f32da9d5f8a6524996bd8e2f84c947850e84be99c4dd946c80fbde952f8" }, "downloads": -1, "filename": "pypicloud-1.0.5.tar.gz", "has_sig": false, "md5_digest": "e1caea2f12d5df1d44f3cd3aed97da1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 503094, "upload_time": "2018-04-25T03:26:03", "url": "https://files.pythonhosted.org/packages/ad/05/0f0b6a2302eb196b87505b11c98df6e3592f48cb7b949a8477f3a9ed5349/pypicloud-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "4e49bb19e6bb206d28102bc30cec94d0", "sha256": "44e81a4afd72b96d9d3257a7a3d7fb1e43529708664fcc42d90cf0105839f5d0" }, "downloads": -1, "filename": "pypicloud-1.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4e49bb19e6bb206d28102bc30cec94d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 526107, "upload_time": "2018-06-12T04:18:59", "url": "https://files.pythonhosted.org/packages/dc/9c/ad3cefcd406acc8b7a9330299a90d9a9d42ffd0bd31ed9429e3bbe361a65/pypicloud-1.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38c249cc9b1a6186be4b858d19bb1a09", "sha256": "1a5095e932eb54fdf265e8a010a4c9c6326b28ffd0349761c64f94c8e27a8bd1" }, "downloads": -1, "filename": "pypicloud-1.0.6.tar.gz", "has_sig": false, "md5_digest": "38c249cc9b1a6186be4b858d19bb1a09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 503906, "upload_time": "2018-06-12T04:19:01", "url": "https://files.pythonhosted.org/packages/54/e1/cc80c30dd965bd5f4d1f6f2d6a3e7aa48a6105c490ae4b51bce8ca455d77/pypicloud-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "0a5815a63cddf045b4315422689a8714", "sha256": "34641bda3f82cf38bdbb9058b6d120d65cd142fb65876fc52a3d281198d7ae59" }, "downloads": -1, "filename": "pypicloud-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a5815a63cddf045b4315422689a8714", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 527399, "upload_time": "2018-08-14T15:50:44", "url": "https://files.pythonhosted.org/packages/f8/0b/6b026ca4aac7349ad7840617ab40c8361e8125d0d69c69aaccd985125134/pypicloud-1.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ecaabfd7902a067495627150b8eb097", "sha256": "ca037cf89743560037fdb0fda0a874a3932fa0ef26940710f40295dcbbd3e04c" }, "downloads": -1, "filename": "pypicloud-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3ecaabfd7902a067495627150b8eb097", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504680, "upload_time": "2018-08-14T15:50:46", "url": "https://files.pythonhosted.org/packages/4c/b2/c9e09e88946073030976236f7a755a4477f10c77c04b04f3e3fe17e664de/pypicloud-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "f2c12761cfb730099c6fd0b8ba316417", "sha256": "9a9ef83ccdebb9dbdbe7fbd83423be58383deaab0fa2f30e2ff2f17529208c46" }, "downloads": -1, "filename": "pypicloud-1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2c12761cfb730099c6fd0b8ba316417", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 529796, "upload_time": "2018-08-27T07:55:21", "url": "https://files.pythonhosted.org/packages/23/65/46917c09b82a0970a0cdeae44e4e89f300eea2eea1563ff1d29538b20368/pypicloud-1.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b43a4d2127001116def605a59f6ff96c", "sha256": "d2886d8eeaa408355cf2edd9dc67bffb1057210db45fc6e66f852ec39e71de7d" }, "downloads": -1, "filename": "pypicloud-1.0.8.tar.gz", "has_sig": false, "md5_digest": "b43a4d2127001116def605a59f6ff96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 505864, "upload_time": "2018-08-27T07:55:23", "url": "https://files.pythonhosted.org/packages/d4/65/24f5ed19ad3f758077dafec32aa5059b181b769c71934a68e47421749608/pypicloud-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "2399c5a8d91088da2b9b764c6fa73d1b", "sha256": "b9b3a26fc122be777de122c33215dec65bb78bebf54c412b60ff0b1fb2c085a3" }, "downloads": -1, "filename": "pypicloud-1.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2399c5a8d91088da2b9b764c6fa73d1b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 530381, "upload_time": "2018-09-06T15:35:19", "url": "https://files.pythonhosted.org/packages/5b/c6/4715a75d3922c41d4051a0d58a092d4614da35aedf12444275ab81db5bac/pypicloud-1.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ae4b7d8438724fcf92c6d37cd91d468", "sha256": "9f177f3270f5a94ab74f5db3b0e42c75c3721923db80113859c7073fcced7759" }, "downloads": -1, "filename": "pypicloud-1.0.9.tar.gz", "has_sig": false, "md5_digest": "8ae4b7d8438724fcf92c6d37cd91d468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506385, "upload_time": "2018-09-06T15:35:21", "url": "https://files.pythonhosted.org/packages/a2/33/47741209b6dd3c9ce43c0c58aacbdc610247debe738c023ba8f3243798dc/pypicloud-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5d8374bbf5ad921d4f5ce8d3dfc8864", "sha256": "b85efb83bd6662e5a0ca6fcdd01b9ffad78eed40b72fe7cb80fd5e792164afba" }, "downloads": -1, "filename": "pypicloud-1.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5d8374bbf5ad921d4f5ce8d3dfc8864", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 531704, "upload_time": "2019-04-06T03:20:33", "url": "https://files.pythonhosted.org/packages/c7/eb/8bbee79892d397880cdb8205236ffedd2d9b521ebf07d6112e62fb84247a/pypicloud-1.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b6a2bbe0d735f4e3055a791300016ae", "sha256": "530bd7bcdc57aa7e80201a47c66695fc91d5e0fd05d95507757d9bed09a4e7ff" }, "downloads": -1, "filename": "pypicloud-1.0.11.tar.gz", "has_sig": false, "md5_digest": "4b6a2bbe0d735f4e3055a791300016ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 509067, "upload_time": "2019-04-06T03:20:35", "url": "https://files.pythonhosted.org/packages/93/2f/098abdfa2eb5af44335104e01a2b934194aa2f81dd73a0608ff1f59daddf/pypicloud-1.0.11.tar.gz" } ] }