{ "info": { "author": "Filip Pobo\u0159il", "author_email": "tsuki@fpob.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities" ], "description": "Yumemi\n======\n\nAniDB library for Python and simple CLI client. Also provides functions to\ncalculate ed2k hash.\n\n.. code:: python\n\n client = yumemi.Client()\n client.auth('login', '*****')\n \n response = client.call('ANIME', {'aid': 11829})\n # ...\n \n ed2k_hash = yumemi.ed2k.file_ed2k('/tmp/foo')\n # ...\n\n\nCLI\n---\n\nCommand line client can only test connection to the API server and add files to\nmylist. Thats all, nothing else will be added, i think. ::\n\n Usage: yumemi [OPTIONS] FILES...\n \n AniDB client for adding files to mylist.\n \n Options:\n --version Show the version and exit.\n --ping Test connection to AniDB API server.\n -u, --username TEXT\n -p, --password TEXT\n --encrypt TEXT Ecrypt messages. Parameter value is API Key.\n -w, --watched Mark files as watched.\n -W, --view-date DATE Set viewdate to certain date. Implies -w/--watched.\n Formats: Y-m-d[ H:M[:S]] | y H:M (yesterday) | -#[d]\n H:M (before # days).\n -d, --deleted Set file state to deleted.\n -e, --edit Set edit flag to true.\n -j, --jobs INTEGER Number of adding processes. Default is CPU count.\n -h, --help Show this message and exit.\n\nValues of options ``username``, ``encrypt`` and ``jobs`` are also read from\nenvironment variables prefixed with ``YUMEMI_``. For example if you don't want\nto write username every time you adding files, type following line into\nterminal or place it to your ``~/.profile`` file ::\n\n export YUMEMI_USERNAME=your-username\n\nEd2k\n****\n\nSimple CLI is also in the Ed2k module. You can generate Ed2k links by executing\n``yumemi.ed2k`` module. ::\n\n python3 -m yumemi.ed2k [FILES...]\n\n\nInstallation\n------------\n\nInstall it using pip ::\n\n pip3 install yumemi\n\nor clone repository ::\n\n git clone https://github.com/fpob/yumemi\n cd yumemi\n\nand install Python package including dependencies ::\n\n python3 setup.py install\n\nTo use optional encryption, package ``pycrypto`` must be installed ::\n\n pip3 install pycrypto\n\n\nDocumentation\n-------------\n\nDocumentation can be found at `Read The Docs`_.\n\n.. _Read The Docs: https://yumemi.readthedocs.io/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/fpob/yumemi/archive/v1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fpob/yumemi", "keywords": "AniDB", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "yumemi", "package_url": "https://pypi.org/project/yumemi/", "platform": "", "project_url": "https://pypi.org/project/yumemi/", "project_urls": { "Download": "https://github.com/fpob/yumemi/archive/v1.2.tar.gz", "Homepage": "https://github.com/fpob/yumemi" }, "release_url": "https://pypi.org/project/yumemi/1.2/", "requires_dist": null, "requires_python": "", "summary": "AniDB library and simple CLI client.", "version": "1.2" }, "last_serial": 5169813, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "1f38ec10b5c28a76e2b81cd5f9431676", "sha256": "b1965317d0cb5f3b44d30cdf39b3a9aae2900a1a7910ffde21ea447f8ec4c8d2" }, "downloads": -1, "filename": "yumemi-0.2.tar.gz", "has_sig": false, "md5_digest": "1f38ec10b5c28a76e2b81cd5f9431676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8059, "upload_time": "2018-04-18T17:34:44", "url": "https://files.pythonhosted.org/packages/07/ad/ffb9929d5b214cb10a6b2460c7051a4a1d8fb0882cb339472edfb44bba74/yumemi-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3e1ddf2e0ba13b9a48ebf9fc3c324f71", "sha256": "00988f6381fda08b63f28b4e6b98d8c578a47e6f297154d6628cef19390da0b0" }, "downloads": -1, "filename": "yumemi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3e1ddf2e0ba13b9a48ebf9fc3c324f71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8090, "upload_time": "2018-04-19T21:11:49", "url": "https://files.pythonhosted.org/packages/9f/2e/a8ea5c0baa809b7ee62f52817e3234e5d3e63f90033a13a8427f24a5f0e4/yumemi-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "59d040a26f0fba7014f04910601db832", "sha256": "011caecb1da3b0d558e7b5938463d09044a5426b43bc826b4e7e6405808174a0" }, "downloads": -1, "filename": "yumemi-0.2.2.tar.gz", "has_sig": false, "md5_digest": "59d040a26f0fba7014f04910601db832", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8257, "upload_time": "2018-04-22T16:54:39", "url": "https://files.pythonhosted.org/packages/3e/41/87ec98cf174ab351f7789cdd028c4fa753b66b23f13e463783541a1c91fd/yumemi-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "b8c42245f41b4eab6fba50dd15255beb", "sha256": "0d2ac0f3f55651e175e7b0d58e50c2a9c098e4ca0e21a9561fb5a99850c3e541" }, "downloads": -1, "filename": "yumemi-0.2.3.tar.gz", "has_sig": false, "md5_digest": "b8c42245f41b4eab6fba50dd15255beb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9034, "upload_time": "2018-07-15T14:36:17", "url": "https://files.pythonhosted.org/packages/ad/5d/a13fac59c281b293139583378453c0c2b2bcfe1d0c58ebccbfb6f4d8884d/yumemi-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "07e29c8b4f43e5b928fb2ad29c128ae7", "sha256": "ebd7c05c8d683dc38eb4c9a1056ba05e75e24fd3f9df17f72f83722646690dca" }, "downloads": -1, "filename": "yumemi-0.2.4.tar.gz", "has_sig": false, "md5_digest": "07e29c8b4f43e5b928fb2ad29c128ae7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9006, "upload_time": "2018-07-25T16:52:43", "url": "https://files.pythonhosted.org/packages/ab/f7/f1d9a964461c861619fbe33a6578f4138923409d6cac835bdcf76de57d03/yumemi-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "a1594c7da85e21f0aa793a546a98cca6", "sha256": "0d7e8b439239b7c00d5b1dc4db888fb339b52224a3e098b61beb0e82e7254591" }, "downloads": -1, "filename": "yumemi-0.2.5.tar.gz", "has_sig": false, "md5_digest": "a1594c7da85e21f0aa793a546a98cca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10612, "upload_time": "2018-10-16T07:06:20", "url": "https://files.pythonhosted.org/packages/2c/ac/287551b47fe1a780458506160825aca739e68a948002ed14c3dda6ccbabd/yumemi-0.2.5.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "a4681ca855c4b42b34d912eca9aa9c79", "sha256": "2a74347bc354dee34ac9ec544c457674e1432e9890355de2051298451af4bb0f" }, "downloads": -1, "filename": "yumemi-1.0.tar.gz", "has_sig": false, "md5_digest": "a4681ca855c4b42b34d912eca9aa9c79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10245, "upload_time": "2018-12-15T14:59:13", "url": "https://files.pythonhosted.org/packages/46/8d/97edde8a2d85f943eb67893e4a5019fbdca574394b84bb8002d515c11ed9/yumemi-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "651c4b5756a5c46bf2fddfa853307935", "sha256": "d8c88ee3e2e56effb85c78820dc5dbdd39dc82d915b12915acfa4593f02526df" }, "downloads": -1, "filename": "yumemi-1.1.tar.gz", "has_sig": false, "md5_digest": "651c4b5756a5c46bf2fddfa853307935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10440, "upload_time": "2019-01-26T17:14:56", "url": "https://files.pythonhosted.org/packages/4d/58/b4820bb325a075161c88ee37d07ce97702798b7de86904eddd1d8fc1c03c/yumemi-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "ca41c8bdf57002ce6118a5d49e68b172", "sha256": "35910698a53ae971a0f9f30b60d2648cad03d057f3989df4edb215fc7a9843b2" }, "downloads": -1, "filename": "yumemi-1.2.tar.gz", "has_sig": false, "md5_digest": "ca41c8bdf57002ce6118a5d49e68b172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9956, "upload_time": "2019-04-21T13:13:41", "url": "https://files.pythonhosted.org/packages/b4/d0/2d3845b085de451b6e9b7837980e9db154225265d78d5075bad691f54725/yumemi-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca41c8bdf57002ce6118a5d49e68b172", "sha256": "35910698a53ae971a0f9f30b60d2648cad03d057f3989df4edb215fc7a9843b2" }, "downloads": -1, "filename": "yumemi-1.2.tar.gz", "has_sig": false, "md5_digest": "ca41c8bdf57002ce6118a5d49e68b172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9956, "upload_time": "2019-04-21T13:13:41", "url": "https://files.pythonhosted.org/packages/b4/d0/2d3845b085de451b6e9b7837980e9db154225265d78d5075bad691f54725/yumemi-1.2.tar.gz" } ] }