{ "info": { "author": "Nuxeo", "author_email": "maintainers-python@nuxeo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries" ], "description": "Client Library for Nuxeo API\n----------------------------\n\n|Build Status| |Quality| |Coverage|\n\nThe Nuxeo Python Client is a Python client library for the Nuxeo\nAutomation and REST API. It works with Python 3.6+.\n\nThis is an ongoing project, supported by Nuxeo.\n\nGetting Started\n---------------\n\nThe installation is as simple as:\n\n.. code:: shell\n\n python -m pip install -U --user nuxeo\n\nThe client can make use of the Amazon S3 provider, to install its requirements:\n\n.. code:: shell\n\n python -m pip install -U --user \"nuxeo[s3]\"\n\nThe client is compatible with OAuth2 mechanism, to install its requirements:\n\n.. code:: shell\n\n python -m pip install -U --user \"nuxeo[oauth2]\"\n\nAnd to install several flavors of requirements:\n\n.. code:: shell\n\n python -m pip install -U --user \"nuxeo[oauth2, s3]\"\n\nImport\n------\n\nThen, use the following ``import`` statement to have access to the Nuxeo\nAPI:\n\n.. code:: python\n\n from nuxeo.client import Nuxeo\n\nDocumentation\n-------------\n\nCheck out the `API documentation `__.\n\nRequirements\n------------\n\nThe Nuxeo Python client works only with:\n\n- the Nuxeo Platform >= LTS 2015\n- ``requests`` >= 2.12.2 (for unicode authentication)\n- ``setuptools`` >= 30.3.0\n\nQuick Start\n-----------\n\nThis quick start guide will show how to do basics operations using the\nclient.\n\nConnect to the Nuxeo Platform\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe easiest way to connect to the Nuxeo Platform with a basic authentication\nis passing a tuple containing the ``username`` and the ``password`` to the\nclient, like so:\n\n.. code:: python\n\n nuxeo = Nuxeo(auth=('Administrator', 'Administrator'))\n\n\nYou can then use the ``nuxeo`` object to interact with the Platform. If you want\nto use a specific instance, you can specify the ``base_url`` like so:\n\n.. code:: python\n\n nuxeo = Nuxeo(\n host='http://demo.nuxeo.com/nuxeo/',\n auth=('Administrator', 'Administrator')\n )\n\nDownload/Upload Configuration\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIn the `nuxeo/constants.py `__ file, you have several constants that are\nused throughout the client that you can change to fit your needs. Some of them are:\n\n- ``CHECK_PARAMS`` (False by default), to check operation's parameters for each and every HTTP calls.\n- ``CHUNK_LIMIT`` (10 MiB by default), the size above which the upload will automatically be chunked.\n- ``CHUNK_SIZE`` (8 KiB by default), the size of the chunks when downloading.\n- ``MAX_RETRY`` (5 by default), the number of retries for connection error on any HTTP call.\n- ``UPLOAD_CHUNK_SIZE`` (20 MiB by default), the size of the chunks when uploading.\n\n\nRun NXQL Queries\n~~~~~~~~~~~~~~~~\n\nYou can run queries in NXQL (NXQL is a subset of SQL,\nyou can check how to use it `in the documentation `__).\nHere, we are first `fetching a workspace `__, and then using its\n``uid`` to build a query which will find all its children that have a ``File``\nor ``Picture`` type, and are not deleted.\n\n.. code:: python\n\n # Fetch a workspace\n ws = nuxeo.documents.get(path='/default-domain/workspaces/ws')\n\n # Build a query using its UID\n nxql = (\"SELECT * FROM Document WHERE ecm:ancestorId = '{uid}'\"\n \" AND ecm:primaryType IN ('File', 'Picture')\"\n \" AND ecm:currentLifeCycleState != 'deleted'\")\n query = nxql.format(uid=ws.uid)\n\n # Make the request\n search = nuxeo.client.query(query, params={'properties': '*'})\n\n # Get results\n entries = search['entries']\n\n``entries`` will be a ``list`` containing a ``dict`` for each\nelement returned by the query.\n\nUsage\n~~~~~\n\nNow that your client is set up, here are pages to help you with the\nmain functions available:\n\n- `Available authentication mechanisms `__\n- `Manage users and groups `__\n- `Work with documents `__\n- `Work with directories `__\n- `Work with blobs `__\n- `Work with comments `__\n- `Run requests `__\n- `Helpers `__\n- `Useful snippets `__\n- `Script: Find duplicates `__\n- `Script: Create a live proxy `__\n\nYou can also check `the API documentation `__\nof this Python client for further options.\n\nContributing\n------------\n\nSee our `contribution documentation `__.\n\nSetup\n~~~~~\n\n.. code:: shell\n\n git clone https://github.com/nuxeo/nuxeo-python-client\n cd nuxeo-python-client\n python -m pip install -e \".[oauth2, s3]\"\n\nTest\n~~~~\n\nA Nuxeo Platform instance needs to be running on\n``http://localhost:8080/nuxeo`` for the tests to be run, and then:\n\n.. code:: shell\n\n python -m pip install -U --user tox\n tox\n\nSentry\n======\n\nWe use Sentry to catch unhandled errors from tests.\nYou can tweak it before running ``tox``.\n\nIt can be disabled:\n\n.. code:: shell\n\n export SKIP_SENTRY=1\n\nYou can also customize the Sentry DSN for your own team:\n\n.. code:: shell\n\n export SENTRY_DSN=\"XXX\"\n\nAnd customize the Sentry environment too:\n\n.. code:: shell\n\n # Note that the default value is \"testing\"\n export SENTRY_ENV=\"testing\"\n\nDeploying\n~~~~~~~~~\n\nReleases are fully automated, have a look at that `GitHub Action `__.\n\nReporting Issues\n~~~~~~~~~~~~~~~~\n\nYou can follow the developments in the Nuxeo Python Client project of\nour JIRA bug tracker: `NXPY `__.\n\nYou can report issues on\n`answers.nuxeo.com `__.\n\nLicense\n-------\n\n`Apache License 2.0 `__\nCopyright (c) Nuxeo\n\nAbout Nuxeo\n-----------\n\nNuxeo dramatically improves how content-based applications are built,\nmanaged and deployed, making customers more agile, innovative and\nsuccessful. Nuxeo provides a next generation, enterprise ready platform\nfor building traditional and cutting-edge content oriented applications.\nCombining a powerful application development environment with SaaS-based\ntools and a modular architecture, the Nuxeo Platform and Products\nprovide clear business value to some of the most recognizable brands\nincluding Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and\nBoeing. Nuxeo is headquartered in New York and Paris. More information\nis available at `www.nuxeo.com `__.\n\n.. |Build Status| image:: https://github.com/nuxeo/nuxeo-python-client/workflows/Unit%20tests/badge.svg\n :target: https://github.com/nuxeo/nuxeo-python-client/actions?query=workflow%3A%22Unit+tests%22\n\n.. |Quality| image:: https://github.com/nuxeo/nuxeo-python-client/workflows/Code%20quality/badge.svg\n :target: https://github.com/nuxeo/nuxeo-python-client/actions?query=workflow%3A%22Code+quality%22\n\n.. |Coverage| image:: https://codecov.io/gh/nuxeo/nuxeo-python-client/branch/master/graph/badge.svg?token=WuxUo8U8FK\n :target: https://codecov.io/gh/nuxeo/nuxeo-python-client\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nuxeo/nuxeo-python-client", "keywords": "api,rest,automation,client,nuxeo,ecm", "license": "Apache Software", "maintainer": "", "maintainer_email": "", "name": "nuxeo", "package_url": "https://pypi.org/project/nuxeo/", "platform": "", "project_url": "https://pypi.org/project/nuxeo/", "project_urls": { "Homepage": "https://github.com/nuxeo/nuxeo-python-client" }, "release_url": "https://pypi.org/project/nuxeo/6.0.3/", "requires_dist": [ "requests (>=2.12.2)", "authlib (>=0.15.3) ; extra == 'oauth2'", "jwt (>=1.2.0) ; extra == 'oauth2'", "boto3 (>=1.10.48) ; extra == 's3'" ], "requires_python": "", "summary": "Nuxeo REST API Python client", "version": "6.0.3", "yanked": false, "yanked_reason": null }, "last_serial": 10833725, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "d6beb76bdd826921076cc9454aad5354", "sha256": "68325aa1b64796521fcae4f45734abacca701ae6e23ed9b4f827efd5c395bbc6" }, "downloads": -1, "filename": "nuxeo-2.0.0.tar.gz", "has_sig": false, "md5_digest": "d6beb76bdd826921076cc9454aad5354", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26255, "upload_time": "2018-05-18T12:37:35", "upload_time_iso_8601": "2018-05-18T12:37:35.431613Z", "url": "https://files.pythonhosted.org/packages/4e/0a/9a573daf62bcd828a85cad81aa6c0243bacc4b543cc65048c46ee5db8cbd/nuxeo-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "187b0913942205466c7e42eb43bd0a7c", "sha256": "79ab5214d178aa604ac5bf6902522d95aba7570e75e538f9c9cade8b222fdf21" }, "downloads": -1, "filename": "nuxeo-2.0.1.tar.gz", "has_sig": false, "md5_digest": "187b0913942205466c7e42eb43bd0a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23938, "upload_time": "2018-05-31T13:32:10", "upload_time_iso_8601": "2018-05-31T13:32:10.214896Z", "url": "https://files.pythonhosted.org/packages/b3/c9/1007b2d16007499480fdf3be23a52bdf7447f6dc9c0bea05bffcf2f6f426/nuxeo-2.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "ee7b83d654fb982e3d742a716e9993e0", "sha256": "fb462ae682ac8a5bc97b1eeca96893777b38646212d991104ac8ccd09b99af7a" }, "downloads": -1, "filename": "nuxeo-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee7b83d654fb982e3d742a716e9993e0", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 32470, "upload_time": "2018-06-28T15:41:53", "upload_time_iso_8601": "2018-06-28T15:41:53.550517Z", "url": "https://files.pythonhosted.org/packages/c7/fa/a9fc2b1695aae2d78e8d48af2ed84e571d8881da2e2f064f43af341d5a22/nuxeo-2.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7f975cb0c51ee9b30d18a97c19eaee4", "sha256": "9be7531604c1f53cb3b7ee48246438579e1ed08fe9a5f45e1c71cf226c3da0c8" }, "downloads": -1, "filename": "nuxeo-2.0.2.tar.gz", "has_sig": false, "md5_digest": "f7f975cb0c51ee9b30d18a97c19eaee4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27048, "upload_time": "2018-06-28T15:41:51", "upload_time_iso_8601": "2018-06-28T15:41:51.693525Z", "url": "https://files.pythonhosted.org/packages/75/76/ad7022dd463d4ae7783262097b786a0625d9a47ebcb46f644dbfbe3dd543/nuxeo-2.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "ed3aa0d008f90f7238f8a06396499679", "sha256": "70e8218e0c41a1b6c953d3203fb2a11ba112b5ac44f01af744c7d1a2ae796be2" }, "downloads": -1, "filename": "nuxeo-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed3aa0d008f90f7238f8a06396499679", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 32539, "upload_time": "2018-09-04T10:28:26", "upload_time_iso_8601": "2018-09-04T10:28:26.016418Z", "url": "https://files.pythonhosted.org/packages/b8/56/c3b87fdb936cd3e5f84a55c6c0ee797129b5fe6ca0939bde9ab63b4a7f89/nuxeo-2.0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bccef2ae778877d4514d2f3179965cd7", "sha256": "29a0afc47764680a49a583659b2ee6332fe1b7a7bc16676418a767e1491a2b8c" }, "downloads": -1, "filename": "nuxeo-2.0.3.tar.gz", "has_sig": false, "md5_digest": "bccef2ae778877d4514d2f3179965cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27176, "upload_time": "2018-09-04T10:28:24", "upload_time_iso_8601": "2018-09-04T10:28:24.168243Z", "url": "https://files.pythonhosted.org/packages/e1/9b/642e4fd90472712c55ef69df9a2086a7f2c26faf7140cebcb831d9e6118e/nuxeo-2.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "39e7eebd9d0a12d5d717c016568e7678", "sha256": "8995898badfc0ccace53a20d8b9d1dd933fb17a567b09b616d45558178404784" }, "downloads": -1, "filename": "nuxeo-2.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "39e7eebd9d0a12d5d717c016568e7678", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 32658, "upload_time": "2018-10-24T10:55:24", "upload_time_iso_8601": "2018-10-24T10:55:24.764698Z", "url": "https://files.pythonhosted.org/packages/f3/75/a9ec32f97567b42c80a49f4ce15e4f6ffacf1a778803c6c30c278fcec28f/nuxeo-2.0.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "daee7fad834fe5b3828e9b782362f06f", "sha256": "cf5b911d13df95e87244bf381f549235f3d0572fd200fadd73130268ce7bd2a3" }, "downloads": -1, "filename": "nuxeo-2.0.4.tar.gz", "has_sig": false, "md5_digest": "daee7fad834fe5b3828e9b782362f06f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27245, "upload_time": "2018-10-24T10:55:22", "upload_time_iso_8601": "2018-10-24T10:55:22.476918Z", "url": "https://files.pythonhosted.org/packages/bb/88/bd3350b037d260d917c73257ade87947d7c944718b3bd8daddd3736036ed/nuxeo-2.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "3b2e95183d023bdd65f88d4763dad2b9", "sha256": "f36964325c5bf928f97a36cd66d0554fb98062bbbbe0e357d0dc1d8d8228eadb" }, "downloads": -1, "filename": "nuxeo-2.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b2e95183d023bdd65f88d4763dad2b9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 33477, "upload_time": "2019-03-28T09:23:53", "upload_time_iso_8601": "2019-03-28T09:23:53.562864Z", "url": "https://files.pythonhosted.org/packages/49/33/a2986f248a1a1c87897529b9b1d4aa14226ac0e31c6e8056671e520f2724/nuxeo-2.0.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98da42c7bb549175bbc37689d9e3c396", "sha256": "78e2e3e0b46ca7d2f3362f2477c1fcb2e19bd31bae8da0030e3c14751294afa7" }, "downloads": -1, "filename": "nuxeo-2.0.5.tar.gz", "has_sig": false, "md5_digest": "98da42c7bb549175bbc37689d9e3c396", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25038, "upload_time": "2019-03-28T09:23:51", "upload_time_iso_8601": "2019-03-28T09:23:51.392916Z", "url": "https://files.pythonhosted.org/packages/fe/9e/4d044032c4ca85a3d6fa738ebd902dad483b3e97242d45f70f3469a2cab3/nuxeo-2.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "544bc0cf457e8d162abe45de934e1018", "sha256": "601e80909cd5b93722cfb59c5c0e6fa0faf00df8c920e8bd5572d5039d5401ac" }, "downloads": -1, "filename": "nuxeo-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "544bc0cf457e8d162abe45de934e1018", "packagetype": "bdist_wheel", "python_version": "3.8", "requires_python": null, "size": 34044, "upload_time": "2019-06-06T09:17:34", "upload_time_iso_8601": "2019-06-06T09:17:34.426997Z", "url": "https://files.pythonhosted.org/packages/93/71/6d8addb48115a0ecc6aa2c5a5a6f2ae3031c54a58d7a60f5f8cad30f9559/nuxeo-2.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e51a1d4f997a49f92bcb7c8e6270fe4", "sha256": "77967a2bfe821541c4a50dc6f3bb73894f0464ab67da75ce0b7eace001eca9dd" }, "downloads": -1, "filename": "nuxeo-2.1.0.tar.gz", "has_sig": false, "md5_digest": "7e51a1d4f997a49f92bcb7c8e6270fe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29735, "upload_time": "2019-06-06T09:17:32", "upload_time_iso_8601": "2019-06-06T09:17:32.214478Z", "url": "https://files.pythonhosted.org/packages/0c/16/a11156650c7bb227c26640768ecf85284d479572c9ed94ada9f4d148f7f4/nuxeo-2.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "f3f03297909dcee53f63353bd6b2d98a", "sha256": "ab28ad5bf8e098b647fe08f754d9a388ecd2a958153e05621e79a7d4e53727aa" }, "downloads": -1, "filename": "nuxeo-2.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3f03297909dcee53f63353bd6b2d98a", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 34271, "upload_time": "2019-06-13T16:13:16", "upload_time_iso_8601": "2019-06-13T16:13:16.791625Z", "url": "https://files.pythonhosted.org/packages/dc/57/021376d6b6124a79093e909ed1ccb53a06a998e73783e122b0e31597da8a/nuxeo-2.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8ff2e2d2081b90f2dbd059bc0d630fe", "sha256": "d82c6c27db4ddd91b39533f4b772f4af7d121cc8e0cefed1924b982b5acc6584" }, "downloads": -1, "filename": "nuxeo-2.1.1.tar.gz", "has_sig": false, "md5_digest": "a8ff2e2d2081b90f2dbd059bc0d630fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26081, "upload_time": "2019-06-13T16:13:14", "upload_time_iso_8601": "2019-06-13T16:13:14.177161Z", "url": "https://files.pythonhosted.org/packages/f9/2c/6f97223c388ca20168b2ad14f064a597cfced932aa9adb8880628103a8bd/nuxeo-2.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "db84201e66aa488fc8f26d19584f45fc", "sha256": "411522057e02eaad32e9983becdaec5166351f744733ab939557f3b8d8d8965f" }, "downloads": -1, "filename": "nuxeo-2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db84201e66aa488fc8f26d19584f45fc", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 34789, "upload_time": "2019-06-27T13:32:37", "upload_time_iso_8601": "2019-06-27T13:32:37.972959Z", "url": "https://files.pythonhosted.org/packages/92/31/4439c26353c323f222a2f82854a11b7c7a822fda4583f56439de8a1188c2/nuxeo-2.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20a2ac5afd72aab31449af3610e2840b", "sha256": "111303d28a7f22c42467d8be5aef849cbd91d3145e100a79112af5a4f7fdf84f" }, "downloads": -1, "filename": "nuxeo-2.2.1.tar.gz", "has_sig": false, "md5_digest": "20a2ac5afd72aab31449af3610e2840b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29741, "upload_time": "2019-06-27T13:32:35", "upload_time_iso_8601": "2019-06-27T13:32:35.578777Z", "url": "https://files.pythonhosted.org/packages/bb/10/e21f6fdd18e9955f6c1c785f436938fa7f7f5475eb9234187bffcd6d6458/nuxeo-2.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "5106b6d1e7278b1d8ac0a9a3e723f97e", "sha256": "418963773da56303b891b63e78e91e0c75128ac4cfb66f3e2c5f0e9ab4be661e" }, "downloads": -1, "filename": "nuxeo-2.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5106b6d1e7278b1d8ac0a9a3e723f97e", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 35808, "upload_time": "2019-08-26T15:06:08", "upload_time_iso_8601": "2019-08-26T15:06:08.042436Z", "url": "https://files.pythonhosted.org/packages/32/b7/4453c7749431549f76f5743f07d1df246a047d7cf769502ffd596d0a3ea2/nuxeo-2.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0b800d33420d15561b627f9996bc06c", "sha256": "f2db695b72c3e1cf77afea2dfb91880fc917c3227354c7eca40f1698501c5ea8" }, "downloads": -1, "filename": "nuxeo-2.2.2.tar.gz", "has_sig": false, "md5_digest": "a0b800d33420d15561b627f9996bc06c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30603, "upload_time": "2019-08-26T15:06:05", "upload_time_iso_8601": "2019-08-26T15:06:05.658187Z", "url": "https://files.pythonhosted.org/packages/27/07/772fe7d4cfebbf87594849a92b666d2fe9b645c5689b9a3a0ef5a98a6b58/nuxeo-2.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "324932341cea8c787a8ce6cec76957cb", "sha256": "4f9208afc6dc3e55ea4371d22c9b8b096f2d9fc5a7660e3296803bc20cbfbab7" }, "downloads": -1, "filename": "nuxeo-2.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "324932341cea8c787a8ce6cec76957cb", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 36047, "upload_time": "2019-09-30T16:05:20", "upload_time_iso_8601": "2019-09-30T16:05:20.489277Z", "url": "https://files.pythonhosted.org/packages/16/b0/e7f4e433de6de31bf01268894504024c5d8cca897bc91b457380d7398a9b/nuxeo-2.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1db1865bd736beef237587369d9b9cb", "sha256": "e442993a4af3e7b52b1fc81469fddc881f16392c2fde01d27ac6f68a5c522649" }, "downloads": -1, "filename": "nuxeo-2.2.3.tar.gz", "has_sig": false, "md5_digest": "b1db1865bd736beef237587369d9b9cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30861, "upload_time": "2019-09-30T16:05:17", "upload_time_iso_8601": "2019-09-30T16:05:17.531893Z", "url": "https://files.pythonhosted.org/packages/14/43/a64195ec5c81ccb1d47ff14ed4570c9f6e8b857d4eb4e6390a33047ae7db/nuxeo-2.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "1069e3700caa290d2b880e8c318e5e56", "sha256": "a1ecf503dba2c4f2ad2a91234d72f2789ba1036d41a10fe97b7063db6ce95a70" }, "downloads": -1, "filename": "nuxeo-2.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1069e3700caa290d2b880e8c318e5e56", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 36109, "upload_time": "2019-10-29T10:43:15", "upload_time_iso_8601": "2019-10-29T10:43:15.385772Z", "url": "https://files.pythonhosted.org/packages/84/e9/3c4f4cb8f64685950e999c44f92c28ba763c286acdf06e66cb8e0d6b6d61/nuxeo-2.2.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12147c055855da5db691c446d1eeef63", "sha256": "0f8a98024b1a7a27dc3cb1f9fde60bb858cf55d41a8b899364f40488e1c29c74" }, "downloads": -1, "filename": "nuxeo-2.2.4.tar.gz", "has_sig": false, "md5_digest": "12147c055855da5db691c446d1eeef63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30831, "upload_time": "2019-10-29T10:43:12", "upload_time_iso_8601": "2019-10-29T10:43:12.416813Z", "url": "https://files.pythonhosted.org/packages/3d/94/2cf5c9bdbb6a64498b9e7136fa73a9d1f5f9144d096b9bf3373f30015e6e/nuxeo-2.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "5face52cbc1ff94de89c60e861125e82", "sha256": "7abb26056136f1f20012a4572cf78e92fcd22843e9cc8d6c4f65cbc0eb88ce65" }, "downloads": -1, "filename": "nuxeo-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5face52cbc1ff94de89c60e861125e82", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 38167, "upload_time": "2019-12-06T16:03:29", "upload_time_iso_8601": "2019-12-06T16:03:29.039517Z", "url": "https://files.pythonhosted.org/packages/f4/fc/fa4148519add713bec6a9b937e4d7eba30d11735fd3df61b751b64067dbd/nuxeo-2.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eeb0de77fefe27bf3adbee69254c67ee", "sha256": "21408c31a872d25f4d52fd0e1ff269c25459c42964239ca44bb23f97140f9d12" }, "downloads": -1, "filename": "nuxeo-2.3.0.tar.gz", "has_sig": false, "md5_digest": "eeb0de77fefe27bf3adbee69254c67ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32211, "upload_time": "2019-12-06T16:03:22", "upload_time_iso_8601": "2019-12-06T16:03:22.250964Z", "url": "https://files.pythonhosted.org/packages/4b/cd/40e9e214e752bed56b0cbec2c0e4f64ad1623ef3623dd28768ac2314d6a0/nuxeo-2.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "d0ba07615e8e31ac6e0d7e512b462962", "sha256": "28d6bf44f0bdabd7ba72a14827fb61fbdaeabd25b51055cadbe1df4f591fa4fa" }, "downloads": -1, "filename": "nuxeo-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0ba07615e8e31ac6e0d7e512b462962", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 43868, "upload_time": "2020-01-10T14:04:50", "upload_time_iso_8601": "2020-01-10T14:04:50.676614Z", "url": "https://files.pythonhosted.org/packages/17/0d/dae85c4bebfd05a2d086a0e40e5c89fbacf0e1ce83deffc6875ff51c7ea8/nuxeo-2.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35a58d38acb035d0d1b0119df04277fa", "sha256": "48beb286687e856a202ae8ce0640db8eaf61bf0cb3e5af0ff6179f7622359f4d" }, "downloads": -1, "filename": "nuxeo-2.4.0.tar.gz", "has_sig": false, "md5_digest": "35a58d38acb035d0d1b0119df04277fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36233, "upload_time": "2020-01-10T14:04:47", "upload_time_iso_8601": "2020-01-10T14:04:47.823688Z", "url": "https://files.pythonhosted.org/packages/21/07/c157e40d44dcf653aaa4e6fadca3d7c68efb1df5998cb5843277b46d619b/nuxeo-2.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "89f194f2d90098d4ff68b7c597b2638d", "sha256": "32f3b184f103ed2f1a357fe0755584fc2a6875063c1006a62833bea44707e867" }, "downloads": -1, "filename": "nuxeo-2.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89f194f2d90098d4ff68b7c597b2638d", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 43927, "upload_time": "2020-01-13T11:19:41", "upload_time_iso_8601": "2020-01-13T11:19:41.842428Z", "url": "https://files.pythonhosted.org/packages/ec/05/84bd2147f596c9f46927345f28798ed7a44f2f94da8dcfcc22b6015bc347/nuxeo-2.4.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1126f4bb379c0ee791c8a45903f95509", "sha256": "752bcccfe99cc8aa2591612117c9f67ad689684d1a88813c950b74ba17f91693" }, "downloads": -1, "filename": "nuxeo-2.4.1.tar.gz", "has_sig": false, "md5_digest": "1126f4bb379c0ee791c8a45903f95509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36276, "upload_time": "2020-01-13T11:19:39", "upload_time_iso_8601": "2020-01-13T11:19:39.195575Z", "url": "https://files.pythonhosted.org/packages/ed/7d/d8e88830ca55667f58896252936322850bff7e86e9fd631eef45667e3a60/nuxeo-2.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "a7f04a4cd454528497596d16b507a584", "sha256": "ffac94f637466cee603ea236269622d3a8c3556546103d5680db60ac7e300538" }, "downloads": -1, "filename": "nuxeo-2.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a7f04a4cd454528497596d16b507a584", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 43977, "upload_time": "2020-01-15T09:30:28", "upload_time_iso_8601": "2020-01-15T09:30:28.334777Z", "url": "https://files.pythonhosted.org/packages/75/11/32dbda1f40a0ff60db76384a94512b138fba9ff4aa1e25f733f8f87215b9/nuxeo-2.4.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88b06d84b0d43ed7ebe6ea1fa70f9b54", "sha256": "22ab12a66c434fb00405fcdfbcded169d09990bafb9391299399ef5095ee19a4" }, "downloads": -1, "filename": "nuxeo-2.4.2.tar.gz", "has_sig": false, "md5_digest": "88b06d84b0d43ed7ebe6ea1fa70f9b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36298, "upload_time": "2020-01-15T09:30:25", "upload_time_iso_8601": "2020-01-15T09:30:25.610237Z", "url": "https://files.pythonhosted.org/packages/8e/32/39e02349e0fb57f006d001242ed08203296f448307b291245f6cff9b6753/nuxeo-2.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "b56afb2e63e3e8d20820e043f3acb26d", "sha256": "752e169c5a68450d4337b09b0724b8ed5d55da44a6e94b6548d2e5b06cf1b003" }, "downloads": -1, "filename": "nuxeo-2.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b56afb2e63e3e8d20820e043f3acb26d", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 43979, "upload_time": "2020-01-31T14:46:18", "upload_time_iso_8601": "2020-01-31T14:46:18.470215Z", "url": "https://files.pythonhosted.org/packages/d5/8c/d9e71e56cd424708b1f18403725f9c41bfa1f155e486d4d3fc00bacfde4a/nuxeo-2.4.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96a4ed08862381ca65543b7c376f8295", "sha256": "97c1049e593fda6639662dda03e586b922273348cfdd84ec699c9cffa4cd9304" }, "downloads": -1, "filename": "nuxeo-2.4.3.tar.gz", "has_sig": false, "md5_digest": "96a4ed08862381ca65543b7c376f8295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36351, "upload_time": "2020-01-31T14:46:15", "upload_time_iso_8601": "2020-01-31T14:46:15.902782Z", "url": "https://files.pythonhosted.org/packages/7b/4b/2ae5e88fecbb7793d5065f02816cf240b5a9f05575e915179002942c2666/nuxeo-2.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.4": [ { "comment_text": "", "digests": { "md5": "618a95876ff40b7adbd0b1011733211f", "sha256": "3a5be3dfc86068d26d18f79c4cd2a7a18dc460b1ecd02f17406f6379e140f9a2" }, "downloads": -1, "filename": "nuxeo-2.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "618a95876ff40b7adbd0b1011733211f", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 44240, "upload_time": "2020-02-28T14:27:57", "upload_time_iso_8601": "2020-02-28T14:27:57.936160Z", "url": "https://files.pythonhosted.org/packages/50/bb/f09714650f23bfeec39a7ae58a901c8096cd95058353e8ac0543861df30f/nuxeo-2.4.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c1ffaf24478929df72f408059561fec", "sha256": "300bfdcecf5fbedd2175c3933885597f534e8d892086488e098250b4051304f0" }, "downloads": -1, "filename": "nuxeo-2.4.4.tar.gz", "has_sig": false, "md5_digest": "7c1ffaf24478929df72f408059561fec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36623, "upload_time": "2020-02-28T14:27:55", "upload_time_iso_8601": "2020-02-28T14:27:55.507182Z", "url": "https://files.pythonhosted.org/packages/37/f7/947623e3341e7b23cac30415db6eff190e336662a188f0e5f3a728bf993f/nuxeo-2.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "a66e1712ce42ae29e671ce66b9754f6f", "sha256": "8eeb8f64013b8e3c6adc6e7bf949b2690b10c7d5f32390d5a66a94cea5412d9f" }, "downloads": -1, "filename": "nuxeo-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a66e1712ce42ae29e671ce66b9754f6f", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 51263, "upload_time": "2020-08-25T09:06:03", "upload_time_iso_8601": "2020-08-25T09:06:03.331482Z", "url": "https://files.pythonhosted.org/packages/ed/40/cf1242f5c3a4289d4eb07b4737e5cf57e2aeb6814b140adc67a66d217d84/nuxeo-3.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48ace48b9097bcd3b69e70e892fc9b4d", "sha256": "1455901a4b207d5f0f17b5afc2f77305803ce45955173c8ab094e8800bf90051" }, "downloads": -1, "filename": "nuxeo-3.0.0.tar.gz", "has_sig": false, "md5_digest": "48ace48b9097bcd3b69e70e892fc9b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40189, "upload_time": "2020-08-25T09:06:00", "upload_time_iso_8601": "2020-08-25T09:06:00.822782Z", "url": "https://files.pythonhosted.org/packages/6e/cf/1d904a35ea9e25e82b2d78e27dc9e329e1c76ef17739366caa95698ea41b/nuxeo-3.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "2364c7f1a5ee17620a886ad68591ded4", "sha256": "8ad945975e886d5e33731779779923d44643b9d6af3acdf8648bc411c057ff61" }, "downloads": -1, "filename": "nuxeo-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2364c7f1a5ee17620a886ad68591ded4", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 51255, "upload_time": "2020-09-08T12:05:39", "upload_time_iso_8601": "2020-09-08T12:05:39.283983Z", "url": "https://files.pythonhosted.org/packages/ed/79/7f6ae466b14f188f78c545702ec262a1604fa3ded79b7eafffad26b5704e/nuxeo-3.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5807b680e7b6f3e33f51afe452b7f4c1", "sha256": "597dbc1d950a63aa2c3f986117326f97e1873127d60a5fb24396f600eb1b7c33" }, "downloads": -1, "filename": "nuxeo-3.0.1.tar.gz", "has_sig": false, "md5_digest": "5807b680e7b6f3e33f51afe452b7f4c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40190, "upload_time": "2020-09-08T12:05:36", "upload_time_iso_8601": "2020-09-08T12:05:36.878179Z", "url": "https://files.pythonhosted.org/packages/58/3f/870e8bcd121c003155621a0e9f0009e83a0decbc591f1ea8c8c5e640146c/nuxeo-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "229a9fdc219a8e82e8dff16dc5ca9333", "sha256": "7f69ffc2779455e66a71a26c880068fd58bdcf0d41577a19af937a6db767b04b" }, "downloads": -1, "filename": "nuxeo-3.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "229a9fdc219a8e82e8dff16dc5ca9333", "packagetype": "bdist_wheel", "python_version": "3.8", "requires_python": null, "size": 49027, "upload_time": "2020-11-06T16:51:50", "upload_time_iso_8601": "2020-11-06T16:51:50.178534Z", "url": "https://files.pythonhosted.org/packages/21/f1/735c394719aca055981e7a02ff0e50677724e26bce647a1f3efc95208e28/nuxeo-3.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81fb39b8fdbf85d69bc4ba722bd35be0", "sha256": "17ab5d45a6b98a1e48d1de984bef34733a2a16fb20667551ff2b382a140b9252" }, "downloads": -1, "filename": "nuxeo-3.1.0.tar.gz", "has_sig": false, "md5_digest": "81fb39b8fdbf85d69bc4ba722bd35be0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41857, "upload_time": "2020-11-06T16:51:46", "upload_time_iso_8601": "2020-11-06T16:51:46.262559Z", "url": "https://files.pythonhosted.org/packages/ae/af/450ffe16c2c269de2911dbbfaf54cede4cc395d744df02a2942a6f6043c8/nuxeo-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "4a901bdd158f4db80c088ce87d363fa1", "sha256": "aa6737f2c0b2392658db495c132b12993e6eaa39925c6b275359a9f2c932eb69" }, "downloads": -1, "filename": "nuxeo-3.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a901bdd158f4db80c088ce87d363fa1", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 53450, "upload_time": "2020-11-12T14:48:15", "upload_time_iso_8601": "2020-11-12T14:48:15.323203Z", "url": "https://files.pythonhosted.org/packages/f2/b0/4359291c45d17c0a6e19ab24f5f22439d2aff1efae45052a86e273ab09c3/nuxeo-3.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "392724cae29f4625dd2a2d1d64ed8583", "sha256": "5536f6975f7e8bf2eed36a51216881b25e61c7b0412403872399524044aa062f" }, "downloads": -1, "filename": "nuxeo-3.1.1.tar.gz", "has_sig": false, "md5_digest": "392724cae29f4625dd2a2d1d64ed8583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41998, "upload_time": "2020-11-12T14:48:12", "upload_time_iso_8601": "2020-11-12T14:48:12.545503Z", "url": "https://files.pythonhosted.org/packages/bd/54/78e75f51488938cf64e1be60d1f3c5585de3c6f4727542cf154ca49acc4c/nuxeo-3.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "739cebd7c9276ec1366717a795418538", "sha256": "e1c8a0a9bd823976135ce3de668d2bdccaf1d0d87be971f90e105d799d41b31a" }, "downloads": -1, "filename": "nuxeo-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "739cebd7c9276ec1366717a795418538", "packagetype": "bdist_wheel", "python_version": "3.8", "requires_python": null, "size": 48714, "upload_time": "2020-12-05T16:11:55", "upload_time_iso_8601": "2020-12-05T16:11:55.361975Z", "url": "https://files.pythonhosted.org/packages/95/cf/bfaa58a156b410132286066739cfe7636b0f03d3cee5ea0631b45fa31ddd/nuxeo-4.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab7b224a55873c6d14a03c79c5bf9f37", "sha256": "b7bdbd9516aa411804dea7808baeb5f2796777146f644a1f89ef56171cb7057c" }, "downloads": -1, "filename": "nuxeo-4.0.0.tar.gz", "has_sig": false, "md5_digest": "ab7b224a55873c6d14a03c79c5bf9f37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41683, "upload_time": "2020-12-05T16:11:53", "upload_time_iso_8601": "2020-12-05T16:11:53.312598Z", "url": "https://files.pythonhosted.org/packages/58/2c/5cd655b6d99dcf926ef5490ddaa1cc4dd52a952fe9b6e905f849e5284906/nuxeo-4.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "9d3d2bb9f7ec90e679dfe65c44da5aaf", "sha256": "b51a03346cfdb8a51efe42248c03634122457d034ff283505c6fa5ab6f351345" }, "downloads": -1, "filename": "nuxeo-4.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d3d2bb9f7ec90e679dfe65c44da5aaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 50633, "upload_time": "2021-02-24T14:47:46", "upload_time_iso_8601": "2021-02-24T14:47:46.171330Z", "url": "https://files.pythonhosted.org/packages/09/b3/5ff4988195605e6b6584181e7a82a439f5c93c903e15b51207cef257ec04/nuxeo-4.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c06c48b5b1fc4dbfaf431b4de5ac271f", "sha256": "1d3b440dabbf00f5c91021fdb05a5e300bcf3037c36be05f8e308e45b15490e6" }, "downloads": -1, "filename": "nuxeo-4.0.1.tar.gz", "has_sig": false, "md5_digest": "c06c48b5b1fc4dbfaf431b4de5ac271f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42436, "upload_time": "2021-02-24T14:47:47", "upload_time_iso_8601": "2021-02-24T14:47:47.069139Z", "url": "https://files.pythonhosted.org/packages/be/51/7df3f3bb038db020cbd52c46a39ed636d4de042f72bbb39d1908335c066a/nuxeo-4.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "053683acb4df51d81d1d248cd4645e15", "sha256": "d74d41d645d771f95a49bb7f0c8e1d09202bc6638b9661c3e72f08c76e69a9a1" }, "downloads": -1, "filename": "nuxeo-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "053683acb4df51d81d1d248cd4645e15", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 50633, "upload_time": "2021-02-24T14:53:47", "upload_time_iso_8601": "2021-02-24T14:53:47.500795Z", "url": "https://files.pythonhosted.org/packages/d9/d4/d050672507d13eb06d3bfb516baf02c5a370f8ad0d5528edf70228495581/nuxeo-4.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f03e41f06a4a6af45b19f99ca984a729", "sha256": "ee8c6676a8c9cc22f3c44e73251c5c77591e647148eb328cb2c88865572d126b" }, "downloads": -1, "filename": "nuxeo-4.1.0.tar.gz", "has_sig": false, "md5_digest": "f03e41f06a4a6af45b19f99ca984a729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42455, "upload_time": "2021-02-24T14:53:48", "upload_time_iso_8601": "2021-02-24T14:53:48.742967Z", "url": "https://files.pythonhosted.org/packages/67/22/aee06f13f13217ae7664d3ffeee8df136b032804591705165c83851aaef3/nuxeo-4.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "aac3634b87053e13d0b58bd2d3fb235a", "sha256": "d3ab595bfc2ff64ad278d22720d96d31902c0f88960b4fd18aae7df5fc23ac86" }, "downloads": -1, "filename": "nuxeo-4.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aac3634b87053e13d0b58bd2d3fb235a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 50674, "upload_time": "2021-02-26T15:19:16", "upload_time_iso_8601": "2021-02-26T15:19:16.231086Z", "url": "https://files.pythonhosted.org/packages/e6/2a/6f58cacbd2a273f7f0ac9d7073ac41381a9987db8e38f50c2406c70b50e6/nuxeo-4.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c621e9522f540e0e3b34da8bdbd2c89", "sha256": "52af144669b04b59cc21017c0584939768524bb8faf0cdfd643e65f754f9dd96" }, "downloads": -1, "filename": "nuxeo-4.1.1.tar.gz", "has_sig": false, "md5_digest": "4c621e9522f540e0e3b34da8bdbd2c89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42470, "upload_time": "2021-02-26T15:19:17", "upload_time_iso_8601": "2021-02-26T15:19:17.259553Z", "url": "https://files.pythonhosted.org/packages/e0/85/a3499983dbd824ec2a3e9455a7b5838bb3054f1a6837ea4200420c7d4678/nuxeo-4.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "10bec2c61840ea8c0336cd64beeb0249", "sha256": "3310909a15a56906aa580eed7a636f029e41b6863d048da2e2f42e86e5e7b987" }, "downloads": -1, "filename": "nuxeo-5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10bec2c61840ea8c0336cd64beeb0249", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51585, "upload_time": "2021-03-04T17:56:10", "upload_time_iso_8601": "2021-03-04T17:56:10.021796Z", "url": "https://files.pythonhosted.org/packages/9a/cb/d9606907e997543139f01ac4fa5045729d74a52f65faff59f20cac11b7fd/nuxeo-5.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21c0ed232e68d67cfce1e3b83572bbe6", "sha256": "592911bab9612d893aa88b8402474b77c9dec5f653cb3d24deaf03e3a77cc921" }, "downloads": -1, "filename": "nuxeo-5.0.0.tar.gz", "has_sig": false, "md5_digest": "21c0ed232e68d67cfce1e3b83572bbe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42923, "upload_time": "2021-03-04T17:56:11", "upload_time_iso_8601": "2021-03-04T17:56:11.458211Z", "url": "https://files.pythonhosted.org/packages/32/8b/8b33511dbe6c9c0f5a2cfc77e1856f6e430750e10c45194f9c8b41f7235f/nuxeo-5.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.1.0": [ { "comment_text": "", "digests": { "md5": "d9da5faa8aaec6b74bfa3f53b930386b", "sha256": "71c382148a613518e03226279ec7bbba1933a19b5d8e12553a1135dc58390f24" }, "downloads": -1, "filename": "nuxeo-5.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d9da5faa8aaec6b74bfa3f53b930386b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55322, "upload_time": "2021-04-27T13:16:49", "upload_time_iso_8601": "2021-04-27T13:16:49.256209Z", "url": "https://files.pythonhosted.org/packages/95/25/6e9d5cd6913936f2941059d3c2d35e3633a482e01b73dbeef49e737005fb/nuxeo-5.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10880bbe317b783e47abf4500e49425e", "sha256": "be11f1b2f3f34aac31a108070e61c1090ab30a1f87c9ba55e8a07d716ae5ec27" }, "downloads": -1, "filename": "nuxeo-5.1.0.tar.gz", "has_sig": false, "md5_digest": "10880bbe317b783e47abf4500e49425e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45049, "upload_time": "2021-04-27T13:16:51", "upload_time_iso_8601": "2021-04-27T13:16:51.752777Z", "url": "https://files.pythonhosted.org/packages/e6/e8/394e33f39c45d9596ef60543f8dfb604683af8511c302fca7e1cf3379472/nuxeo-5.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.0": [ { "comment_text": "", "digests": { "md5": "8d1e4700923438b6520ea88dc11df015", "sha256": "d90a1e4adc7c9d5ef89527ad0ba04438d5c2e72f9b22db84a0eadccc40a2bb28" }, "downloads": -1, "filename": "nuxeo-5.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d1e4700923438b6520ea88dc11df015", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55617, "upload_time": "2021-05-07T13:40:00", "upload_time_iso_8601": "2021-05-07T13:40:00.426970Z", "url": "https://files.pythonhosted.org/packages/df/b2/7bf81167637d890393350c4942dd2df7480bbec8beb374736125ff536ae0/nuxeo-5.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53ac62a4ae504864a6a8c629d7e7319e", "sha256": "20912a6525b45074c4b77307433db85a85edb295fdaa74be69e69b56e297a7fd" }, "downloads": -1, "filename": "nuxeo-5.2.0.tar.gz", "has_sig": false, "md5_digest": "53ac62a4ae504864a6a8c629d7e7319e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45350, "upload_time": "2021-05-07T13:40:02", "upload_time_iso_8601": "2021-05-07T13:40:02.908323Z", "url": "https://files.pythonhosted.org/packages/57/77/a2138647b2d7a791176dae907ec94431f964eb2044f7bd5917a382315ae5/nuxeo-5.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "f5804ca7e9f9de0f208441c2c9194244", "sha256": "715a6d37b78d6bc801b6330dcca8320135cb9479ece9855bbfe664c89fc8e248" }, "downloads": -1, "filename": "nuxeo-6.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f5804ca7e9f9de0f208441c2c9194244", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52850, "upload_time": "2021-05-10T13:32:10", "upload_time_iso_8601": "2021-05-10T13:32:10.697314Z", "url": "https://files.pythonhosted.org/packages/ed/13/c8a3737d8eeb72b26fac991383a04d013dd5aa4ac6571b76ab4537b5de80/nuxeo-6.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7add73424bfd2bffee3aa66d12ae5862", "sha256": "3db071aedb83e777ac8b6207120eb52d790146cd0746217091857e66e587fb13" }, "downloads": -1, "filename": "nuxeo-6.0.0.tar.gz", "has_sig": false, "md5_digest": "7add73424bfd2bffee3aa66d12ae5862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44186, "upload_time": "2021-05-10T13:32:12", "upload_time_iso_8601": "2021-05-10T13:32:12.484974Z", "url": "https://files.pythonhosted.org/packages/2b/d3/89102de72aab641245f810734df3afa8b8164c8b8193d1da9eb183195f78/nuxeo-6.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "0e0c9983b9b8e6edab3cd980d410d033", "sha256": "aea0fbcf8f8147090bd23adde710d6e7aa60a6f6b6ffa4c493470b0ee0791017" }, "downloads": -1, "filename": "nuxeo-6.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0e0c9983b9b8e6edab3cd980d410d033", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52782, "upload_time": "2021-05-18T15:31:37", "upload_time_iso_8601": "2021-05-18T15:31:37.456616Z", "url": "https://files.pythonhosted.org/packages/da/d9/a86b8d7a721627582261b2550dfb5e50976a4b26c542af145e98b5f72414/nuxeo-6.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9ca64735c85173d71896a742c0bb67c", "sha256": "49831fb2c0b7d0b3da1c0236f6dabe725790fb3488ab32899aa5fe9951c5c00a" }, "downloads": -1, "filename": "nuxeo-6.0.1.tar.gz", "has_sig": false, "md5_digest": "e9ca64735c85173d71896a742c0bb67c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44114, "upload_time": "2021-05-18T15:31:38", "upload_time_iso_8601": "2021-05-18T15:31:38.747677Z", "url": "https://files.pythonhosted.org/packages/7f/68/2113ebf8e355203be6d8c0339717a189d6b9effd6d2779d4ff9e76ba80e6/nuxeo-6.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "dff3405158bff6ab9ed0d85aa82682f5", "sha256": "28269ed3300cd47f3c177bff55db1a99af0e1c6390de8c3c92b75bbf102f4928" }, "downloads": -1, "filename": "nuxeo-6.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "dff3405158bff6ab9ed0d85aa82682f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52797, "upload_time": "2021-06-07T16:06:07", "upload_time_iso_8601": "2021-06-07T16:06:07.745361Z", "url": "https://files.pythonhosted.org/packages/e2/be/8d4804431501860f947893a4aaa3322d3c9acf19b9b6a7910747ab7059e6/nuxeo-6.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c075a4859251879025c6e1eef7bcf0d", "sha256": "9e36cfdeb477b939cd5e02ca7b3a37c131a6b28d8739c1e25591973a77e3ce60" }, "downloads": -1, "filename": "nuxeo-6.0.2.tar.gz", "has_sig": false, "md5_digest": "3c075a4859251879025c6e1eef7bcf0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44113, "upload_time": "2021-06-07T16:06:09", "upload_time_iso_8601": "2021-06-07T16:06:09.046215Z", "url": "https://files.pythonhosted.org/packages/e1/c6/4a876ec6ac5e72c375305957cad1fe9f192190a9a6242cdc665746ff9d84/nuxeo-6.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.3": [ { "comment_text": "", "digests": { "md5": "8612143e91e703f676112e093db91c1a", "sha256": "d0848dd4cc5f284c25d8f8a31df0f3da8f30fbc99ea6ec909b85a25b499a9523" }, "downloads": -1, "filename": "nuxeo-6.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8612143e91e703f676112e093db91c1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52898, "upload_time": "2021-07-06T10:15:25", "upload_time_iso_8601": "2021-07-06T10:15:25.136265Z", "url": "https://files.pythonhosted.org/packages/f2/47/93e11e2fee38a8ff30f51fea2b47f8c948353e7e9ec46d9a17a6581a2dce/nuxeo-6.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bdd009585781cc7b4bcad3f3d15012e", "sha256": "f5191c1525c86e16b7d47eea2aadf1e9d8611361af793f6d04ffc9e825ea4cc4" }, "downloads": -1, "filename": "nuxeo-6.0.3.tar.gz", "has_sig": false, "md5_digest": "4bdd009585781cc7b4bcad3f3d15012e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44244, "upload_time": "2021-07-06T10:15:26", "upload_time_iso_8601": "2021-07-06T10:15:26.249612Z", "url": "https://files.pythonhosted.org/packages/e4/71/0501de7fa3b30f8a21ada6233930fbe75f18f13669cf46a3a77467d7589b/nuxeo-6.0.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8612143e91e703f676112e093db91c1a", "sha256": "d0848dd4cc5f284c25d8f8a31df0f3da8f30fbc99ea6ec909b85a25b499a9523" }, "downloads": -1, "filename": "nuxeo-6.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8612143e91e703f676112e093db91c1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52898, "upload_time": "2021-07-06T10:15:25", "upload_time_iso_8601": "2021-07-06T10:15:25.136265Z", "url": "https://files.pythonhosted.org/packages/f2/47/93e11e2fee38a8ff30f51fea2b47f8c948353e7e9ec46d9a17a6581a2dce/nuxeo-6.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bdd009585781cc7b4bcad3f3d15012e", "sha256": "f5191c1525c86e16b7d47eea2aadf1e9d8611361af793f6d04ffc9e825ea4cc4" }, "downloads": -1, "filename": "nuxeo-6.0.3.tar.gz", "has_sig": false, "md5_digest": "4bdd009585781cc7b4bcad3f3d15012e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44244, "upload_time": "2021-07-06T10:15:26", "upload_time_iso_8601": "2021-07-06T10:15:26.249612Z", "url": "https://files.pythonhosted.org/packages/e4/71/0501de7fa3b30f8a21ada6233930fbe75f18f13669cf46a3a77467d7589b/nuxeo-6.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }