{ "info": { "author": "Nicolas tarral", "author_email": "nicolas@tarral.net", "bugtrack_url": null, "classifiers": [], "description": "public domain code\nfreenico2000@yahoo.fr\n\nthis is cde i wrote for the exercice 46 of the pyhonthehardway by Zed Shaw\n\nthe purpose of this is to see if i can create a little package that has a script installed too.\n\n\nusage example : \n\n >>> from dungeon import printlist\n >>> printlist(\"argument\")\n \n1. from the root directory (dungeon) do the following (after having installed pip, distribute, virtualenv, nose)\n\npython setup.py\n\n2. This create aa dist/ directory with dungeon... tarball directory.\n\n3. copy the tarball to ~/testing/\n\n4. from ~/testing/ directory run\n\nsudo pip install dungeon....(the tarball file)\n\n5. from same directory run \n\ntestprint.py\n \n\nsome many thing i do not understand with the python 2.6 it display the following :\n\na list of things\n['milk', 'bread', 'carrot', 'cheese', 'butter', 'yogurt']\n\nwith python2.7 :\n\nTraceback (most recent call last):\n File \"testprint.py\", line 3, in \n from dungeon import printlist\nImportError: No module named dungeon\n\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "local", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "just local", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "dungeon", "package_url": "https://pypi.org/project/dungeon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dungeon/", "project_urls": { "Download": "local", "Homepage": "just local" }, "release_url": "https://pypi.org/project/dungeon/0.1/", "requires_dist": null, "requires_python": null, "summary": "Dungeon of Crow", "version": "0.1" }, "last_serial": 791438, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "68ea639ea12752cf26c4f1f431965223", "sha256": "2ebd5fb19c834b9419d21608650312436c6e60c16485d2ce3f106e4035977c99" }, "downloads": -1, "filename": "dungeon-0.1.tar.gz", "has_sig": false, "md5_digest": "68ea639ea12752cf26c4f1f431965223", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1649, "upload_time": "2013-03-11T00:48:40", "url": "https://files.pythonhosted.org/packages/ea/c9/15eeb484400f92c785000de34b49688d2f7ec072824523ecaa29b7c59f39/dungeon-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68ea639ea12752cf26c4f1f431965223", "sha256": "2ebd5fb19c834b9419d21608650312436c6e60c16485d2ce3f106e4035977c99" }, "downloads": -1, "filename": "dungeon-0.1.tar.gz", "has_sig": false, "md5_digest": "68ea639ea12752cf26c4f1f431965223", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1649, "upload_time": "2013-03-11T00:48:40", "url": "https://files.pythonhosted.org/packages/ea/c9/15eeb484400f92c785000de34b49688d2f7ec072824523ecaa29b7c59f39/dungeon-0.1.tar.gz" } ] }