{ "info": { "author": "Corey Goldberg", "author_email": "corey@goldb.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: System :: Benchmark" ], "description": "================================================\n Multi-Mechanize - Performance Test Framework\n================================================\n\n* Copyright: (c) 2010-2012 Corey Goldberg (corey@goldb.org)\n* License: GNU LGPLv3\n* Requires: Python 2.6 or 2.7\n\n----\n\n:Web: `multimechanize.com `_\n:PyPI: `multi-mechanize `_\n:Dev: `git repo `_\n:Twitter: `multimechanize tweets `_\n:IRC: #multimech (freenode)\n\n----\n\n***********************\n Docs / Instructions\n***********************\n\nplease visit: http://multimechanize.com\n\n*******************\n Install / Setup\n*******************\n\nMulti-Mechanize can be installed from `PyPI `_ using `pip `_::\n \n pip install -U multi-mechanize\n\n... or download the `source distribution from PyPI `_, unarchive, and run::\n\n python setup.py install\n\n... then use ``multimech-newproject`` and ``multimech-run`` to create and run your performance test projects.\n\n****************************\n Detailed Install / Setup\n****************************\n\nThese instructions are for Debian/Ubuntu Linux. For other \nplatforms, the setup is generally the same, with the exeption of \ninstalling system dependencies. \n\n-----------------------\n system-wide install\n-----------------------\n\n* install dependencies on Debian/Ubuntu::\n\n $ sudo apt-get install python-pip python-matplotlib\n \n* install multi-mechanize from PyPI using Pip::\n\n $ sudo pip install -U multi-mechanize\n \n* create a new project::\n\n $ multimech-newproject my_project\n\n* run a project::\n\n $ multimech-run my_project\n\n \n-------------------------------------------------------------\n virtualenv + pip install (with matplotlib system package)\n-------------------------------------------------------------\n\n* install dependencies on Debian/Ubuntu::\n\n $ sudo apt-get install python-virtualenv python-matplotlib\n\n* install multi-mechanize from PyPI in a virtualenv::\n\n $ virtualenv --system-site-packages ENV\n $ cd ENV\n $ source bin/activate\n (ENV)$ pip install multi-mechanize\n \n------------------------------------------------------\n virtualenv + pip install (with --no-site-packages)\n------------------------------------------------------\n\n* install dependencies on Debian/Ubuntu::\n\n $ sudo apt-get install build-essential libfreetype6-dev libpng-dev\n $ sudo apt-get install python-dev python-virtualenv\n\n* install multi-mechanize and matplotlib from PyPI in a virtualenv::\n\n $ virtualenv ENV\n $ cd ENV\n $ source bin/activate\n (ENV)$ pip install multi-mechanize\n (ENV)$ pip install matplotlib\n\n-----------------------------------------------\n pip install latest dev branch from git repo\n-----------------------------------------------\n\n::\n\n pip install -e git+http://github.com/cgoldberg/multi-mechanize.git#egg=multimechanize", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://multimechanize.com", "keywords": "performance,scalability,load,test,testing,benchmark", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "multi-mechanize", "package_url": "https://pypi.org/project/multi-mechanize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/multi-mechanize/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://multimechanize.com" }, "release_url": "https://pypi.org/project/multi-mechanize/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Multi-Mechanize - Performance Test Framework", "version": "1.2.0" }, "last_serial": 795079, "releases": { "0.0": [], "1.2.0": [ { "comment_text": "", "digests": { "md5": "08460e72aea05c8a3df4efff4cfba665", "sha256": "82b90c6e2e54f6cdf79651c9c3a1bd7d77f0eda10f0c5eedd431d9fa61e9f0ba" }, "downloads": -1, "filename": "multi-mechanize-1.2.0.tar.gz", "has_sig": false, "md5_digest": "08460e72aea05c8a3df4efff4cfba665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16074, "upload_time": "2012-02-07T16:49:52", "url": "https://files.pythonhosted.org/packages/eb/69/8bc5014eef04b2b9496d4f8b42482537d02e3b2ac013aa521552d2a1f097/multi-mechanize-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08460e72aea05c8a3df4efff4cfba665", "sha256": "82b90c6e2e54f6cdf79651c9c3a1bd7d77f0eda10f0c5eedd431d9fa61e9f0ba" }, "downloads": -1, "filename": "multi-mechanize-1.2.0.tar.gz", "has_sig": false, "md5_digest": "08460e72aea05c8a3df4efff4cfba665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16074, "upload_time": "2012-02-07T16:49:52", "url": "https://files.pythonhosted.org/packages/eb/69/8bc5014eef04b2b9496d4f8b42482537d02e3b2ac013aa521552d2a1f097/multi-mechanize-1.2.0.tar.gz" } ] }