{ "info": { "author": "Tobias Rodaebel", "author_email": "tobias.rodaebel@googlemail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server" ], "description": "==============================\nApptrace for Google App Engine\n==============================\n\nThe apptrace package provides a WSGI middleware for tracking memory usage in\nGoogle App Engine Python applications.\n\nSince apptrace is meant for development and debugging purposes only, it works\nwith the development appserver of the Google App Engine Python SDK and\nTyphoonAE. It will definitely not work on the GAE production environment.\n\nCopyright and License\n---------------------\n\nCopyright 2010, 2011 Tobias Rodaebel\n\nThis software is released under the Apache License, Version 2.0. You may obtain\na copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nGoogle App Engine is a trademark of Google Inc.\n\nRequirements\n------------\n\nThe apptrace package requires Guppy-PE (http://guppy-pe.sourceforge.net) to be\ninstalled on your PYTHONPATH. It will be automatically installed when you use\nthe `easy_install` command.\n\nInstallation\n------------\n\nThe easiest way to install apptrace is (provided that you have setuptools\ninstalled) to use `easy_install apptrace`.\n\nRunning Apptrace\n----------------\n\nIn order to run the demo application with apptrace run following commands::\n\n $ apptracectl init demo \n $ python dev_appserver.py demo\n\nSee this wiki page for a more detailed documentation on using apptrace:\n\n http://code.google.com/p/apptrace/wiki/UsingApptrace\n\nBuildout\n--------\n\nIf you want to tinker with the most recent development version of apptrace,\ninstall the development environment by typing following commands::\n\n $ hg clone https://apptrace.googlecode.com/hg apptrace-dev\n $ cd apptrace-dev\n $ python bootstrap.py --distribute\n $ ./bin/buildout\n\nRunning Unit Tests\n------------------\n\nAll unit tests can be run by executing the following command::\n\n $ ./bin/python setup.py test --appengine-path=\n\nContact\n-------\n\nTobias Rodaebel \n\n\nCHANGES\n=======\n\nVersion 0.2.3 (2011-07-21)\n--------------------------\n\n - Fixes a compatibility issue when importing simplejson.\n\n - http://code.google.com/p/apptrace/issues/detail?id=6\n\n\nVersion 0.2.2 (2011-01-08)\n--------------------------\n\n - Fixes an issue where apptrace crashed when tracing old style class objects.\n\n - http://code.google.com/p/apptrace/issues/detail?id=5\n\n\nVersion 0.2.1 (2010-10-13)\n--------------------------\n\n - Fixes an issue where some modules haven't been traced.\n\n - http://code.google.com/p/apptrace/issues/detail?id=1\n\n - Fixes an issue where the code browser wasn't able to load modules from\n the SDK.\n\n - http://code.google.com/p/apptrace/issues/detail?id=2\n\n\nVersion 0.2.0 (2010-10-12)\n--------------------------\n\n - Adds simple code browser.\n\n\nVersion 0.1.1 (2010-10-02)\n--------------------------\n\n - Uses a separate memcache namespace for storing records.\n\n\nVersion 0.1.0 (2010-10-01)\n--------------------------\n\n - Initial revision.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/apptrace", "keywords": "google app engine gae heapy guppy", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "apptrace", "package_url": "https://pypi.org/project/apptrace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/apptrace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/apptrace" }, "release_url": "https://pypi.org/project/apptrace/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "WSGI middleware to measure the memory footprint of GAE Python applications.", "version": "0.2.3" }, "last_serial": 320023, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3768517e118823a37d82544573b1a7d2", "sha256": "2b4f74ef952fdf05ec992798ebe37954155e5390512b3d4e3cf354964281842d" }, "downloads": -1, "filename": "apptrace-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3768517e118823a37d82544573b1a7d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 246439, "upload_time": "2010-10-01T18:59:10", "url": "https://files.pythonhosted.org/packages/11/de/f9ca94b6fc83a8c7b3d8713a4885592d5a66bc4af144b699eb5b10f23e2c/apptrace-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e62453c32e9bd225adc77a2aab5bff7c", "sha256": "869a8dde0af86980c6bb1ffb3e79bbc129b0adb63d52618851714d253d74f4a2" }, "downloads": -1, "filename": "apptrace-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e62453c32e9bd225adc77a2aab5bff7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 246882, "upload_time": "2010-10-02T12:34:29", "url": "https://files.pythonhosted.org/packages/fc/50/dca114c37a6c7e495361e3f4bbabfec0e367df24e92187ab8ca2463ea799/apptrace-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a196166c153b931e53665e8787e918df", "sha256": "8e3053c60143bf4c775541efacb8621a1dba9a6fa931c6532044e9e6c16b242c" }, "downloads": -1, "filename": "apptrace-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a196166c153b931e53665e8787e918df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 247302, "upload_time": "2010-10-12T16:10:40", "url": "https://files.pythonhosted.org/packages/ec/fa/4b77bfcf0fb16d4252c3260aa5cb936d5fdbdf923a1ab0e6ca1d8ff44551/apptrace-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "11e86d25bc28adb90b883f475d5131d2", "sha256": "2eebf85f44488f5003851a5d4ec2acffebfab14c720a67f24cba39d7f981710e" }, "downloads": -1, "filename": "apptrace-0.2.1.tar.gz", "has_sig": false, "md5_digest": "11e86d25bc28adb90b883f475d5131d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 247301, "upload_time": "2010-10-14T01:10:24", "url": "https://files.pythonhosted.org/packages/36/0d/6cd53c9f62cf51b2883c593c85d25189d776c027b6caaee18edd1ba7e8a5/apptrace-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b2c2f98a5c38efbddf4f0f1f283080a3", "sha256": "60e4e556cff579d700cfd599513b9ffc137e0089ecec494c68b2629b28f76551" }, "downloads": -1, "filename": "apptrace-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b2c2f98a5c38efbddf4f0f1f283080a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 247276, "upload_time": "2011-01-08T13:35:34", "url": "https://files.pythonhosted.org/packages/c9/37/9c3b18f6ab4aad32cd820d39c4f428efa6749987b7990c4cb7f7019b8f52/apptrace-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ed03efe7afd70584a4bd461f429bdb75", "sha256": "4c0b3df5989f5e8c7f677ff2febf2ecd8dbd68c864be0dbdef2fd333d0c94930" }, "downloads": -1, "filename": "apptrace-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ed03efe7afd70584a4bd461f429bdb75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245344, "upload_time": "2011-07-21T01:40:12", "url": "https://files.pythonhosted.org/packages/04/52/cf57fa9598167dc23e8f1ce9606c029c26dd560d0d65b1fa1d80a3e94c25/apptrace-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed03efe7afd70584a4bd461f429bdb75", "sha256": "4c0b3df5989f5e8c7f677ff2febf2ecd8dbd68c864be0dbdef2fd333d0c94930" }, "downloads": -1, "filename": "apptrace-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ed03efe7afd70584a4bd461f429bdb75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245344, "upload_time": "2011-07-21T01:40:12", "url": "https://files.pythonhosted.org/packages/04/52/cf57fa9598167dc23e8f1ce9606c029c26dd560d0d65b1fa1d80a3e94c25/apptrace-0.2.3.tar.gz" } ] }