{ "info": { "author": "Paul Heymann", "author_email": "hey_dl@heymann.be", "bugtrack_url": null, "classifiers": [], "description": "hey_dl\n======\nDirectory Localizer helps you localize directories.\n\n__doc__\n-------\nPeriodically, you'll want to know where a Python source file is actually\nlocated on disk. You might want this for all sorts of reasons, and it's\nalways a bit messy when you do want to know.\n\nDirectoryLocalizer solves two problems:\n\n1. it lets you know where you are on disk, assuming you're not\n anywhere crazy, like in a zip import, and\n2. it lets you pass that location to other code that might want\n to know where you are.\n\nUsage is extremely simple:\n\n1. Make a DirectoryLocalizer object, dl (or whatever).\n2. Call dl.set() from the file you want to locate on disk.\n3. Any code that can access dl can now call:\n\n * dl.dir(): for the directory of the file where dl.set()\n was called,\n * dl.path(fn): for the filename of a file in the directory\n where dl.set() was called,\n * dl.file(fn): for a file object of the file in dl.path(fn), and\n * dl.read(fn): to get a read of the file in d.file(fn).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pybrid.com/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "hey_dl", "package_url": "https://pypi.org/project/hey_dl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hey_dl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pybrid.com/" }, "release_url": "https://pypi.org/project/hey_dl/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Hey! Directory Localizer", "version": "1.0.1" }, "last_serial": 792894, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "ed2c70559704db1189caf99dbbda3f72", "sha256": "1bc76e408c30ea866cfb9da13b117ab77e7ffa2dedcd18f22f85500d3e4db7dd" }, "downloads": -1, "filename": "hey_dl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ed2c70559704db1189caf99dbbda3f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2546, "upload_time": "2013-03-10T02:08:50", "url": "https://files.pythonhosted.org/packages/20/38/e36018f3f18ad5998329e662b6295ca234650c653a31da378eb2e520bf50/hey_dl-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed2c70559704db1189caf99dbbda3f72", "sha256": "1bc76e408c30ea866cfb9da13b117ab77e7ffa2dedcd18f22f85500d3e4db7dd" }, "downloads": -1, "filename": "hey_dl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ed2c70559704db1189caf99dbbda3f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2546, "upload_time": "2013-03-10T02:08:50", "url": "https://files.pythonhosted.org/packages/20/38/e36018f3f18ad5998329e662b6295ca234650c653a31da378eb2e520bf50/hey_dl-1.0.1.tar.gz" } ] }