{ "info": { "author": "Eric Florenzano", "author_email": "eflorenzano@twitter.com", "bugtrack_url": null, "classifiers": [], "description": "Clutch.io\n=========\n\nClutch.io is two projects:\n\n* Native A/B testing for iOS and Android\n* A toolkit for developing hybrid native/HTML applications for iOS\n\nYou may be interested in one or the other, but this project is the server\ncomponent for both projects.\n\n\nPrerequisites\n=============\n\n* Python 2.6 or Greater\n* PostgreSQL (including the required headers to compile psycopg2)\n* libevent 2.0.20\n* S3 Account (for hybrid native/html application framework ONLY)\n\n\nInstalling and Running Clutch.io\n================================\n\nBefore you get started, make sure all of the prerequisites are installed and\nthat PostgreSQL is running. Now we need to create a Clutch user and database:\n\n createuser -s clutch\n\n createdb -E utf8 --owner=clutch clutch\n\nNext we need to install Clutch:\n\n easy_install clutchserver\n\nNow we will generate a configuration file used to setup ports and such:\n\n clutch-config > conf.py\n\nYou can check the configuration defaults provided by clutch-config and decide\nwhether they are right for your setup. For most people, the defaults should be\njust fine. When you're ready, let's start up the server:\n\n clutch-all conf.py\n\nThat's it, you're now running Clutch.io! Visit http://127.0.0.1:8000/ to see\nit in action.\n\n\nMore Documentation\n==================\n\nSee http://clutchio.github.com/\n\n\nLocal Documentation\n===================\n\nTo generate a local copy of the above documentation, first check out this repo:\n\n git clone https://github.com/clutchio/clutch.git\n\nMake sure you have Sphinx installed so that you can generate the docs:\n\n easy_install Sphinx==1.1.3\n\nNow change to the docs directory and make the docs\n\n cd clutch/docs\n make html\n\nFinally, open the docs:\n\n open _build/html/index.html\n\n\nTests\n=====\n\nTo run the tests, generate a test configuration file using clutch-config like\nabove, but instead of using clutch-all to run it, use clutch-test:\n\n clutch-test conf.py\n\nThis is one area where this project could use a lot of help. If you're\ninterested in contributing, helping out by improving our test coverage is a\ngreat place to start!", "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": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "clutchserver", "package_url": "https://pypi.org/project/clutchserver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clutchserver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/clutchserver/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "The server component for Clutch framework and Cluth A/B Testing.", "version": "0.1.0" }, "last_serial": 787523, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "56e5c29fbb5a7580762237fef95e4590", "sha256": "e7705c446bdfa020b3a287b7bb954928fe097b4770c86ee6eea301cec341b6a2" }, "downloads": -1, "filename": "clutchserver-0.1.0.tar.gz", "has_sig": false, "md5_digest": "56e5c29fbb5a7580762237fef95e4590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11598139, "upload_time": "2012-10-05T01:47:26", "url": "https://files.pythonhosted.org/packages/35/98/a643301a2435157c07a105bb430ef217fc2ec033b5a11d664ab5573079e1/clutchserver-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56e5c29fbb5a7580762237fef95e4590", "sha256": "e7705c446bdfa020b3a287b7bb954928fe097b4770c86ee6eea301cec341b6a2" }, "downloads": -1, "filename": "clutchserver-0.1.0.tar.gz", "has_sig": false, "md5_digest": "56e5c29fbb5a7580762237fef95e4590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11598139, "upload_time": "2012-10-05T01:47:26", "url": "https://files.pythonhosted.org/packages/35/98/a643301a2435157c07a105bb430ef217fc2ec033b5a11d664ab5573079e1/clutchserver-0.1.0.tar.gz" } ] }