{ "info": { "author": "Alexander Todorov", "author_email": "atodorov@nospam.otb.bg", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: System", "Topic :: System :: Monitoring", "Topic :: System :: Systems Administration" ], "description": "monupco.com registration agent for OpenShift / Python\napplications.\n\nIt compiles a list of locally installed Python packages and sends it to\nmonupco.com.\n\n\nInstalling on your OpenShift application\n----------------------------------------\n\nCreate an account at \n\nCreate a Python application on OpenShift\n\n::\n\n rhc-create-app -a myapp -t python-2.6\n\nAdd a dependency in your setup.py file\n\n::\n\n from setuptools import setup\n\n setup(\n name='MyApplication',\n version='1.0',\n install_requires=['monupco-openshift-python'],\n )\n\nSet your userID in the ./data/MONUPCO_SETTINGS file\n\n::\n\n cd ./myapp/\n echo \"export MONUPCO_USER_ID=YourUserID\" > ./data/MONUPCO_SETTINGS\n\nOpenShift by default will treat your application as a package. If the name given in\nsetup.py is different from the name passed to rhc-create-app command then\nset the application name in the ./data/MONUPCO_SETTINGS file\n\n::\n\n echo \"export MONUPCO_APP_NAME='MyApplication'\" >> ./data/MONUPCO_SETTINGS\n\nThis registration script will ignore package names that match the value of \nOPENSHIFT_GEAR_NAME and MONUPCO_APP_NAME environment variables.\n\n\nEnable the registration script in .openshift/action_hooks/post_deploy\n\n::\n\n # Activate VirtualEnv in order to use the correct libraries\n source $OPENSHIFT_GEAR_DIR/virtenv/bin/activate\n\n # Set user defined settings\n source $OPENSHIFT_REPO_DIR/data/MONUPCO_SETTINGS\n\n # Register/update the application\n python $OPENSHIFT_GEAR_DIR/virtenv/bin/monupco-openshift-python\n\nThen push your application to OpenShift\n\n::\n\n git push\n\nThat's it, you can now check your application statistics at\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/monupco/monupco-openshift-python", "keywords": "openshift,monupco,updates,cloud", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "monupco-openshift-python", "package_url": "https://pypi.org/project/monupco-openshift-python/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/monupco-openshift-python/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/monupco/monupco-openshift-python" }, "release_url": "https://pypi.org/project/monupco-openshift-python/1.9/", "requires_dist": null, "requires_python": null, "summary": "monupco.com registration agent for OpenShift / Python applications", "version": "1.9" }, "last_serial": 794974, "releases": { "1.9": [ { "comment_text": "", "digests": { "md5": "80d1b91188b358e4ab175aa2dede48dd", "sha256": "008d4caba64c21aff6171568f5c6ece3a74705995e2697472ef56cfcc4b9a5c6" }, "downloads": -1, "filename": "monupco-openshift-python-1.9.tar.gz", "has_sig": false, "md5_digest": "80d1b91188b358e4ab175aa2dede48dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3309, "upload_time": "2012-05-04T16:36:28", "url": "https://files.pythonhosted.org/packages/7a/d4/9cd7cb8ff7aea3df035db3c8c071305d356b6f34c4afdb8f69c334d1f108/monupco-openshift-python-1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80d1b91188b358e4ab175aa2dede48dd", "sha256": "008d4caba64c21aff6171568f5c6ece3a74705995e2697472ef56cfcc4b9a5c6" }, "downloads": -1, "filename": "monupco-openshift-python-1.9.tar.gz", "has_sig": false, "md5_digest": "80d1b91188b358e4ab175aa2dede48dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3309, "upload_time": "2012-05-04T16:36:28", "url": "https://files.pythonhosted.org/packages/7a/d4/9cd7cb8ff7aea3df035db3c8c071305d356b6f34c4afdb8f69c334d1f108/monupco-openshift-python-1.9.tar.gz" } ] }