{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "====================================================\n danutils - random functions that do who knows what\n====================================================\n\nMy name is Daniel Lepage (http://www.dplepage.com), and you probably don't need\nthis module. It's full of random hacks that I've accumulated and needed\nsomewhere to stick. Many of them probably no longer work. Some that do may be\nstupid ways of doing things, or obsoleted by real libraries.\n\nSome parts are also copied directly from blogs or whatnot; such code is marked\naccordingly.\n\nI'm only putting this online so that I can use it when I need to work with some\nold thing I developed that relies on some random function from here. Feel free\nto use it, but do so at your own risk.\n\n``danutils.do.interact``\n========================\n\nHonestly, the only part of this library that I ever use on a regular basis is\nthe module ``danutils.do.interact``, which, upon import, harvests the locals and\nglobals at that point, calls ``code.interact`` with that namespace, and then\ndeletes itself from the module registry so that it can be imported again. I use\nit when debugging::\n\n def foo(x):\n from danutils.do.interact import doit\n return x*x\n\nIf you run the above, you'll suddenly find yourself at a command line at that\npoint where you imported interact.\n\nSome other things, at least the ones that I remember what they do, are:\n\n``danutils.cuda``\n=================\n\nSome automation tools for building modules with pyCuda. I'm pretty sure various\nother libraries have made this ENTIRELY OBSOLETE.\n\n``danutils.img``\n================\n\nLooks like a bunch of image manipulation functions that are probably already\nprovided by some library or other. Also includes a python wrapper around\n`Christopher de Coro's image debugger `_\n\n\n``danutils.lib``\n================\n\nAutomatically compile really simple c projects and then import them via ctypes.\n\n``danutils.pandatools``\n=======================\n\nFrom one time when I was playing around with the Panda3D_ game engine.\n\n.. _Panda3d: http://www.panda3d.org/\n\n``danutils.sci``\n================\n\nA few tools I used back when I did a lot of numpy/scipy work. These days you're\nprobably better off with IPython's notebooks, and tools like PyTables or Blaze.\n\n``danutils.wx``\n===============\n\nSome wx widgets I built, also when I did a lot of numpy/scipy stuff.\n\n``danutils.misc``\n=================\n\nCould be pretty much anything in here.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "danutils", "package_url": "https://pypi.org/project/danutils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/danutils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/danutils/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.0" }, "last_serial": 788769, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "072bf37c5a2df377d9ddcc653991f511", "sha256": "2977049478bd74a66c882bc7d9104575dd76301dd5f9c621d73cf4b1808370b7" }, "downloads": -1, "filename": "danutils-0.0.0.tar.gz", "has_sig": false, "md5_digest": "072bf37c5a2df377d9ddcc653991f511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24124, "upload_time": "2013-03-15T21:56:04", "url": "https://files.pythonhosted.org/packages/96/2e/7a7d865bb10246b2d5c5268a9d7a95a77d8866725bf81825b4642f85418c/danutils-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "072bf37c5a2df377d9ddcc653991f511", "sha256": "2977049478bd74a66c882bc7d9104575dd76301dd5f9c621d73cf4b1808370b7" }, "downloads": -1, "filename": "danutils-0.0.0.tar.gz", "has_sig": false, "md5_digest": "072bf37c5a2df377d9ddcc653991f511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24124, "upload_time": "2013-03-15T21:56:04", "url": "https://files.pythonhosted.org/packages/96/2e/7a7d865bb10246b2d5c5268a9d7a95a77d8866725bf81825b4642f85418c/danutils-0.0.0.tar.gz" } ] }