{ "info": { "author": "lord63", "author_email": "lord63.j@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "GetName\n=======\n\n|Latest Version| |Build Status|\n\nGet cat/dog/superhero/supervillain names.\n\nI just combine `@sindresorhus `__'s\nfour staffs into this one.\n\n- `cat-names `__\n- `dog-names `__\n- `superheroes `__\n- `supervillains `__\n\nInstall\n-------\n\n.. code:: shell\n\n $ pip install getname\n\nUsage\n-----\n\nAPI\n~~~\n\n``random(the_type, gender, showall)``\n\n- type: cat/dog/superhero/supervillian.\n- gender: female/male, **only** for dog names.\n- showall: True/False, show all the names.\n\n.. code:: python\n\n >>> from getname import random_name\n >>> random_name('cat')\n u'Angel'\n >>> random_name('dog', gender='female')\n u'Maggie'\n >>> random_name('superhero', showall=True)\n [u'3-D Man', u'A-Bomb', u'A.I.M.', ...]\n\nCLI\n~~~\n\n.. code:: shell\n\n $ getname dog\n Angel\n $ getname dog -f\n Lady\n $ getname dog --showall\n [u'Max', u'Buddy',...]\n\nUse ``getname -h`` to get help message about each usage.\n\n.. code:: shell\n\n Usage: getname [OPTIONS] COMMAND [ARGS]...\n\n Get popular cat/dog/superhero/supervillain names.\n\n Options:\n -v, --version Show the version and exit.\n -h, --help Show this message and exit.\n\n Commands:\n cat Get popular cat names.\n dog Get popular dog names.\n superhero Get superhero names.\n supervillain Get supervillain names.\n\nUse ``getname cat/dog/superhero/supervillain -h`` to get help message\nabout the specified type.\n\nTests\n-----\n\n.. code:: shell\n\n $ pip install -r dev-requirements.txt\n $ invoke test\n\nCredits\n-------\n\nAll the glories should belong to\n`@sindresorhus `__, I just port it to\npython :)\n\nLicense\n-------\n\nMIT.\n\n.. |Latest Version| image:: http://img.shields.io/pypi/v/getname.svg\n :target: https://pypi.python.org/pypi/getname\n.. |Build Status| image:: https://travis-ci.org/lord63/getname.svg\n :target: https://travis-ci.org/lord63/getname", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/lord63/getname", "keywords": "name cat dog superhero supervillain", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "getname", "package_url": "https://pypi.org/project/getname/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/getname/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/lord63/getname" }, "release_url": "https://pypi.org/project/getname/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Get popular cat/dog/superhero/supervillain names", "version": "0.1.1" }, "last_serial": 1689258, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3fbd91bde91a1d95c58f0f62a69527f4", "sha256": "095d461d3e113cc872cb59358bb9b8565870fd7465bbdaf24943746d39f266c9" }, "downloads": -1, "filename": "getname-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3fbd91bde91a1d95c58f0f62a69527f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18746, "upload_time": "2015-05-29T01:35:48", "url": "https://files.pythonhosted.org/packages/e1/e4/710d71d26585c74767147b5eabb949d08a5f78bc8eea53336a83a511ee51/getname-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2d21aeaa0d18569ccf49fbf1dd5cb965", "sha256": "ceede3cf79c6f8222845af965db927f1149aba716607cb664e21d380f067a2e4" }, "downloads": -1, "filename": "getname-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d21aeaa0d18569ccf49fbf1dd5cb965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18872, "upload_time": "2015-08-23T02:12:48", "url": "https://files.pythonhosted.org/packages/36/58/e316859cb16605c84c9d140612cef03db1c8e494f398670226dbe7f7ee39/getname-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d21aeaa0d18569ccf49fbf1dd5cb965", "sha256": "ceede3cf79c6f8222845af965db927f1149aba716607cb664e21d380f067a2e4" }, "downloads": -1, "filename": "getname-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d21aeaa0d18569ccf49fbf1dd5cb965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18872, "upload_time": "2015-08-23T02:12:48", "url": "https://files.pythonhosted.org/packages/36/58/e316859cb16605c84c9d140612cef03db1c8e494f398670226dbe7f7ee39/getname-0.1.1.tar.gz" } ] }