{ "info": { "author": "edA-qa mort-ora-y", "author_email": "eda-qa@disemia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Multimedia :: Graphics" ], "description": "Redid CLI Tools\n===============\n\nThe Redid CLI tools provide a simple way to work with the Redid service.\n\n::\n\n pip install redid_tools\n\nAfter install you will need to configure the tools. This simply sets the\naccount information needed to connect to Redid.\n\n::\n\n redid setup\n\nYou can check that your credentials are correct by running the\n``check-auth`` command.\n\n::\n\n redid check-auth\n\nredid\n-----\n\n``redid`` offers a command line interface to much of the REST API. Use\n``redid --help`` to see a list of options and commands.\n\nredid-sync\n----------\n\n``redid-sync`` synchronizes a local directory to a remote Redid path.\nThis is a relatively quick and simple way to store resources.\n\n::\n\n redid-sync local/path/ remote/prefix/\n\nThe files from ``local/path/`` will be uploaded as resources to\n``remote/prefix/``. For example, a file named ``local/path/sunset.jpg``\nwill be uploaded to the resource named ``remote/prefix/sunset`` witha\ncontent-type of ``image/jpeg``.\n\nThe synchronization tool does not upload a file if the binary hash\nmatches the one already on the server. This makes it relatively quick to\nmake small changes and rerun synchronization. If you however need to\nupload the same file a lot for testing, you might wish to use\n``redid upload-resource`` instead. ``redid-sync`` always has to list the\nremote resources first, which could be a bit slow for repeated quick\nuse.\n\nFiles starting with a ``.`` are not uploaded.\n\nThe local path will be recursively scanned and the entire tree uploaded.\n\n.redid.yaml\n~~~~~~~~~~~\n\nYou can control the behaviour of synchronization with the\n``.redid.yaml`` file, located in the root of your local synchronization\nfolder. For example, ``local/path/.redid.yaml``.\n\nremote\\_delete\\_missing\n^^^^^^^^^^^^^^^^^^^^^^^\n\nBy default ``redid-sync`` will not delete remote resources that do not\nexist locally. This is a safety feature to prevent accidental deletion.\nTo enable remote delete set the ``remote_delete_missing`` option to\nTrue:\n\n::\n\n remote_delete_missing: True\n\next\\_map\n^^^^^^^^\n\nThe file type of a local file will be guessed (using Python's\n``mimetypes`` module, and a few extra rules). If you have special files\nthat should be uploaded with a different content-type you can use the\n``ext_map`` entry. This is a map of extension to content-type.\n\n::\n\n ext_map:\n \".bin\": image/x-private-binary\n \".xpng\": image/ping\n\nTo get the resource name of a resource this extension will be dropped.\nFor example ``document.bin`` will be uploaded as resource ``document``\nwith the content-type ``image/x-private-binary``.\n\nJust let us know if you need any other mapping features.\n\nConfiguration\n-------------\n\nBy default the CLI uses the configuration file ``~/.redid.yaml``. This\ncan be overridden with the ``--config`` option. Or you can specify the\n``REDID_CONFIG_FILE`` environment variable.\n\nFor ``ls-resources`` the ``REDID_LS_RESOURCES_COLS`` can be used to\nspecify the ``--cols`` setting.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/redid_tools", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "redid_tools", "package_url": "https://pypi.org/project/redid_tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redid_tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/redid_tools" }, "release_url": "https://pypi.org/project/redid_tools/0.2/", "requires_dist": null, "requires_python": null, "summary": "Redid media distribituion network tools. Redid provides a media distribution network offering dynamic media transformations and signed resource access.", "version": "0.2" }, "last_serial": 1056643, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "679aa9a7960170920ad57e2bfc53b165", "sha256": "8bfcc353d96bf3b00f0c3cefeb7473eb2504e03ae2cc9523f7fdf4915b39c0f5" }, "downloads": -1, "filename": "redid_tools-0.1.tar.gz", "has_sig": false, "md5_digest": "679aa9a7960170920ad57e2bfc53b165", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3500, "upload_time": "2014-03-10T11:20:03", "url": "https://files.pythonhosted.org/packages/4d/4d/dea3a78b7819bb36967d4ade0ad06abc6f0e62ec2001461aa027cb41b355/redid_tools-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8638da87e63b93b4cb454e24fe121351", "sha256": "33648b78842f23d1e6e9e6338fbb918a239c45c2965b26a50a5b837e95ca1edf" }, "downloads": -1, "filename": "redid_tools-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8638da87e63b93b4cb454e24fe121351", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3668, "upload_time": "2014-03-10T11:37:52", "url": "https://files.pythonhosted.org/packages/76/41/ea0869d5de3c22bd04a4d96f2320543bab273a927a1877f9e792ad88bbb4/redid_tools-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d5fe406bcf9096d946e925f0ea43f92d", "sha256": "22bc2c88819b1d71c347b912cc436217b4ceb370ec54f8f16cc02bdeeeb5ad33" }, "downloads": -1, "filename": "redid_tools-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d5fe406bcf9096d946e925f0ea43f92d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5239, "upload_time": "2014-03-13T09:25:13", "url": "https://files.pythonhosted.org/packages/e2/cd/867bbf04909f678444952fa51263563ba5fa362ad394951c60cf5f2af64f/redid_tools-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c8be08cba8479e10efb1aa0110d740d7", "sha256": "cda3f22c00cfadcc477c857c7dde12faa6489baaab72fcec9ae834324f93bec0" }, "downloads": -1, "filename": "redid_tools-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c8be08cba8479e10efb1aa0110d740d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7883, "upload_time": "2014-03-13T14:21:04", "url": "https://files.pythonhosted.org/packages/44/05/507b091f5419ebaaeb99bab1a0c08381059f2d83d2be4b7ded066f8e8356/redid_tools-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "109a5bb3d250387027581bd1c2782196", "sha256": "f38141a9dfdb5a7105cf3784d446b6607096ba284f5890f99499fd6226446ab8" }, "downloads": -1, "filename": "redid_tools-0.1.4.tar.gz", "has_sig": false, "md5_digest": "109a5bb3d250387027581bd1c2782196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9130, "upload_time": "2014-03-15T04:26:14", "url": "https://files.pythonhosted.org/packages/d3/cc/8ff8a58e4509fb4b18dd184fb925a66aa683dfb44c1daa93c402e1d85f56/redid_tools-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "688b94d59a01821f432b82c3fb7e4333", "sha256": "6af15609c138582b286170ba30d404da05fbc95e1b5f32b76187b3b86e0e2844" }, "downloads": -1, "filename": "redid_tools-0.1.5.tar.gz", "has_sig": false, "md5_digest": "688b94d59a01821f432b82c3fb7e4333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9136, "upload_time": "2014-03-15T04:30:47", "url": "https://files.pythonhosted.org/packages/f5/f3/84c336490111ccdc7d10c64abc2d62373ae5d8d126be27cf168b96b983e1/redid_tools-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "078f5de05e56a0a4c016e2b9d0cd032c", "sha256": "0c889be921ec9a6db57efa8e1075e5f0defb1793bac5535868984cc12be90d18" }, "downloads": -1, "filename": "redid_tools-0.1.6.tar.gz", "has_sig": false, "md5_digest": "078f5de05e56a0a4c016e2b9d0cd032c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9188, "upload_time": "2014-03-19T05:37:04", "url": "https://files.pythonhosted.org/packages/ed/1f/87c0869e26681e549efcbc935dbcd18608a781f7fb1f02c9cd47110e1c33/redid_tools-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "6b4269fa9bc7f7e023e13f8cf8a26a67", "sha256": "5360c8816c6b1c30284c86dacaaaff495aedec81f59873733bc08a0a25983ee7" }, "downloads": -1, "filename": "redid_tools-0.1.7.tar.gz", "has_sig": false, "md5_digest": "6b4269fa9bc7f7e023e13f8cf8a26a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8514, "upload_time": "2014-03-26T07:11:44", "url": "https://files.pythonhosted.org/packages/0a/35/42daaccc8a6e9bb09b4bae9e8e9049b3bf6e540ee0565c2f50c79f2cfe13/redid_tools-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "ee9a16ae17bf151ff541cf9deb15eae2", "sha256": "12408e8876d4010c697e691db6ebda3d47bfa1ea591317047a2f3971357cd027" }, "downloads": -1, "filename": "redid_tools-0.1.8.tar.gz", "has_sig": false, "md5_digest": "ee9a16ae17bf151ff541cf9deb15eae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8517, "upload_time": "2014-03-26T07:13:07", "url": "https://files.pythonhosted.org/packages/2d/76/0a088ccd284a2b9cbe481de98b2aebd32b49a5761888b89016d8d43e8cb0/redid_tools-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "00883f4a5a1bd9e90b393adc471ed40b", "sha256": "ddafd0b2502be0f97096d5050dc8ca6d6db7cbdec5dc5f2a63dd4195895985ab" }, "downloads": -1, "filename": "redid_tools-0.1.9.tar.gz", "has_sig": false, "md5_digest": "00883f4a5a1bd9e90b393adc471ed40b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9787, "upload_time": "2014-03-26T07:14:25", "url": "https://files.pythonhosted.org/packages/1a/c5/b4632dedda70b535d2beb187852062108d5fd8c6097f47b96bcb1cc4423a/redid_tools-0.1.9.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "be5442034efc1b9a11127c6b6f29ca39", "sha256": "8ae81f4e44986d76304e1c896a8542675997cb2f7e979c08160a053c12fd9ce6" }, "downloads": -1, "filename": "redid_tools-0.2.tar.gz", "has_sig": false, "md5_digest": "be5442034efc1b9a11127c6b6f29ca39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10408, "upload_time": "2014-04-10T08:19:45", "url": "https://files.pythonhosted.org/packages/6f/f5/06be0de64b481ac4266daf8ca915939e9b3f9de9ea8ff32a276f141952f5/redid_tools-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be5442034efc1b9a11127c6b6f29ca39", "sha256": "8ae81f4e44986d76304e1c896a8542675997cb2f7e979c08160a053c12fd9ce6" }, "downloads": -1, "filename": "redid_tools-0.2.tar.gz", "has_sig": false, "md5_digest": "be5442034efc1b9a11127c6b6f29ca39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10408, "upload_time": "2014-04-10T08:19:45", "url": "https://files.pythonhosted.org/packages/6f/f5/06be0de64b481ac4266daf8ca915939e9b3f9de9ea8ff32a276f141952f5/redid_tools-0.2.tar.gz" } ] }