{ "info": { "author": "wotaini", "author_email": "pypi@wotanii.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "`Downloads `__\n\npfycat\n======\n\nsimple module for rudementary usage of gfycat-api for pythoncd de\n\nfeatures\n--------\n\nupload files\n\n::\n\n import pfycat\n r = pfycat.Client().upload('banana.gif')\n\nauthenticate\n\n::\n\n r = pfycat.Client(\"client_id\", \"client_secret\").upload('banana.gif')\n\nupload as user:\n\n::\n\n r = pfycat.Client(secret.client_id, secret.client_secret, secret.username, secret.password).upload('banana.gif')\n\ndev-notes\n---------\n\nrunning tests\n~~~~~~~~~~~~~\n\n::\n\n cd pfycat\n nano tests/secret.py #needs client_id and client_secret\n env PYTHONPATH=. ./tests/live_test.py \n\nplaying around with rest-api\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nhttps://chrome.google.com/webstore/detail/restlet-client-rest-api-t/aejoelaoggembcahagimdiliamlcdmfm/related\n\npush to pypi\n~~~~~~~~~~~~\n\nprepare environment:\n\n::\n\n gedit ~/.pypirc\n chmod 600 ~/.pypirc\n sudo apt install pandoc twine\n pip3 install restview\n\nupload changes to test and production:\n\n::\n\n pandoc -o README.rst README.md\n ~/.local/bin/restview --pypi-strict README.rst\n # update version in setup.py\n rm -r dist\n\n twine upload dist/* -r testpypi\n firefox https://testpypi.python.org/pypi/pfycat\n twine upload dist/*\n\ntest install from testpypi\n\n::\n\n pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pfycat --no-cache-dir --user\n\ntest installation\n\n::\n\n sudo pip install pfycat --no-cache-dir --user \n\nrelated links\n~~~~~~~~~~~~~\n\n- https://developers.gfycat.com/api/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/wotanii/pfycat", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pfycat", "package_url": "https://pypi.org/project/pfycat/", "platform": "", "project_url": "https://pypi.org/project/pfycat/", "project_urls": { "Homepage": "https://gitlab.com/wotanii/pfycat" }, "release_url": "https://pypi.org/project/pfycat/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "python wrapper for gfycat", "version": "0.1.0" }, "last_serial": 4607725, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e1b28dcaf30cc6561d157bd8115aabcf", "sha256": "e40622e1be76eb30285d12097ea2d73fa76a93e045325f4c221eebfc25113400" }, "downloads": -1, "filename": "pfycat-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e1b28dcaf30cc6561d157bd8115aabcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3026, "upload_time": "2018-03-09T17:33:29", "url": "https://files.pythonhosted.org/packages/49/9d/edf0987ac5be348bb5236f2276537c65c7e95afa772f435d2099aa48c6eb/pfycat-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "66dc819294dbfe375a9a4ada4a01508b", "sha256": "afe8d64a3f2a342bf4b47b935838375dc3084cb6c824700691be718bf03b1eb7" }, "downloads": -1, "filename": "pfycat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "66dc819294dbfe375a9a4ada4a01508b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2018-12-17T12:07:02", "url": "https://files.pythonhosted.org/packages/b8/33/fac50624636cf677158871686fee38f3fc9f42641286d97e1b70c1c64085/pfycat-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "66dc819294dbfe375a9a4ada4a01508b", "sha256": "afe8d64a3f2a342bf4b47b935838375dc3084cb6c824700691be718bf03b1eb7" }, "downloads": -1, "filename": "pfycat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "66dc819294dbfe375a9a4ada4a01508b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2018-12-17T12:07:02", "url": "https://files.pythonhosted.org/packages/b8/33/fac50624636cf677158871686fee38f3fc9f42641286d97e1b70c1c64085/pfycat-0.1.0.tar.gz" } ] }