{ "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 stand-alone Python virtualenv\napplications.\n\nIt compiles a list of locally installed Python packages and sends it to\nmonupco.com.\n\n\nInstalling inside your virtualenv\n---------------------------------\n\n* Create an account at \n\n* Activate your virtualenv\n\n * if you're using ``virtualenvwrapper`` then simply::\n\n workon myapp\n\n * if you're not using ``virtualenvwrapper`` then something like this will work::\n\n cd ~/.virtualenvs/myapp/\n source bin/activate\n\n* Install this package\n\n::\n\n pip install monupco-virtualenv-python\n\n* Create a script which will contain your configuration values and register the application with Monupco when executed. It should look something like this:\n\n::\n\n #!/bin/bash\n export MONUPCO_USER_ID=YourUserID\n export MONUPCO_UUID=APP-UUID\n $VIRTUAL_ENV/bin/monupco-virtualenv-python\n\n**NOTE**:\n * You can find your Monupco userID at https://monupco-otb.rhcloud.com/profiles/mine/.\n * Replace ``APP-UUID`` with a unique value, for example generated by the ``uuidgen`` program!\n\n* Make this script executable\n\n::\n\n chmod a+x $VIRTUAL_ENV/path/to/registration_script\n\n* If you wish, you can configure ``$VIRTUAL_ENV/bin/postactivate`` hook to call the registration script every time when the virtualenv is activated\n\n::\n\n echo \"\\$VIRTUAL_ENV/path/to/registration_script\" >> $VIRTUAL_ENV/bin/postactivate\n chmod a+x $VIRTUAL_ENV/bin/postactivate\n\n\n* Execute the registration script to register the application. \n\n::\n\n $VIRTUAL_ENV/path/to/registration_script\n\n**NOTE**: You will have to do this every time when you install/remove or upgrade packages in the virtualenv.\nOptionally you can configure a cron job to do this automatically.\n\n* If everything goes well you should see something like:\n\n::\n\n Monupco: Success, registered/updated application with id 49\n\nThat's it, you can now check your application statistics at\n\n\n\nNotes\n-----\n\n* Monupco will use the basepath of your virtualenv as the application name. To override use environment variable ``MONUPCO_APP_NAME``;\n* Package ``virtualenv`` will also be added to the list of installed packages if you have created your virtualenv with ``--system-site-packages`` option. Otherwise use environment variable ``MONUPCO_VIRTUALENV_VERSION`` to override;\n* Application type is \"python\" followed by the interpreter version;\n* Application URL is the system hostname prepended with http://. To override use environment variable ``MONUPCO_APP_URL`` including the protocol string.", "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-virtualenv-python", "keywords": "virtualenv,monupco,updates", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "monupco-virtualenv-python", "package_url": "https://pypi.org/project/monupco-virtualenv-python/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/monupco-virtualenv-python/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/monupco/monupco-virtualenv-python" }, "release_url": "https://pypi.org/project/monupco-virtualenv-python/0.4/", "requires_dist": null, "requires_python": null, "summary": "monupco.com registration agent for stand-alone Python virtualenv applications", "version": "0.4" }, "last_serial": 794975, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0a5c91e7914813f3573f0559f32fb927", "sha256": "232c2737cb2ad9260addbb90086de764e62a2bd20d7e31efe56e4395985328ef" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.1.tar.gz", "has_sig": false, "md5_digest": "0a5c91e7914813f3573f0559f32fb927", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3008, "upload_time": "2012-06-17T14:03:50", "url": "https://files.pythonhosted.org/packages/5e/72/9f0d4c597c889165e0be532fd2459ef1e5958a9c33baeb8d08f25c983edd/monupco-virtualenv-python-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e6530a424a923573389e2a48da5bd2ac", "sha256": "f01f0b6d461c0a378a01f8df11835a3cc8fb41b740d100cb277d73cabf1443e4" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.2.tar.gz", "has_sig": false, "md5_digest": "e6530a424a923573389e2a48da5bd2ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3142, "upload_time": "2012-06-17T14:17:08", "url": "https://files.pythonhosted.org/packages/cd/45/a375e78baf282942f31b85fa84dba26dee83b245f8ef90efabd9b570b758/monupco-virtualenv-python-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f5db0f07d66b98c44f0d5a7ac15e51f1", "sha256": "a023de086443acb7225ade3c1d48f7937ca816e3f2d81b5f1b83b1bf132508fb" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f5db0f07d66b98c44f0d5a7ac15e51f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3143, "upload_time": "2012-06-17T14:19:15", "url": "https://files.pythonhosted.org/packages/dc/3a/110108237665141d24f662d3db28691f42ceea77e9409fa092058c509f84/monupco-virtualenv-python-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "0d72f4b6b61a94ebd0b849c7de92fe99", "sha256": "03f8a4b791ba75cb4906eac3b66635ca2ef569636761898763283dbcf45aed13" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.2.2.tar.gz", "has_sig": false, "md5_digest": "0d72f4b6b61a94ebd0b849c7de92fe99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3143, "upload_time": "2012-06-17T14:58:56", "url": "https://files.pythonhosted.org/packages/42/16/b22b6759e2a53aa8f632bdd4b422350718e24be873c4a7b2191e11e97461/monupco-virtualenv-python-0.2.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b9091416f1e6658f524b302a75a4b5c1", "sha256": "7a2fedadbb16fb2bcd9f966c3b0f80b87a85845e3076bb06f3f3de547518cb8f" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.3.tar.gz", "has_sig": false, "md5_digest": "b9091416f1e6658f524b302a75a4b5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3385, "upload_time": "2012-06-19T17:31:32", "url": "https://files.pythonhosted.org/packages/0c/d6/1269f0239aa837327c216b3d9b0c7bd3c0435803286f8ced4ca214cf09b6/monupco-virtualenv-python-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "fc54c0cd16a9a79326ad3d23c7939d11", "sha256": "ec2782375184afbf3e8b2f8d6378448ff9f8aeb36371d76f52ebd579b866c3ec" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.3.1.tar.gz", "has_sig": false, "md5_digest": "fc54c0cd16a9a79326ad3d23c7939d11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3400, "upload_time": "2012-06-19T18:13:22", "url": "https://files.pythonhosted.org/packages/99/18/8a596192b0a5fcc9e45d2a8b6b8d70beeb9cced1596db65a27a6ba57cde1/monupco-virtualenv-python-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "15e13f470fa2a3fea5f11a9ba05e3acf", "sha256": "05a7aef5ce5aa5365f7e8a523f6ec1d3fd49a5a84a1d0fef6b38af4a2b54fe53" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.3.2.tar.gz", "has_sig": false, "md5_digest": "15e13f470fa2a3fea5f11a9ba05e3acf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3598, "upload_time": "2012-06-19T18:48:35", "url": "https://files.pythonhosted.org/packages/3b/7d/bc72dcb2660943d70fff78c38449038c9fbb0fb0d35261b8f6339105f327/monupco-virtualenv-python-0.3.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "c2db13c832cb43b2b23f15d99231e30f", "sha256": "075688cfce8ae1de525134ab784e63016eed1b4b580298cc7f5cb3911ec23154" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.4.tar.gz", "has_sig": false, "md5_digest": "c2db13c832cb43b2b23f15d99231e30f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3764, "upload_time": "2012-06-24T13:26:55", "url": "https://files.pythonhosted.org/packages/7f/65/0234cc2bcefbf78ffe3109b96b295e185048ccb9cbbffd2918f2390e4b00/monupco-virtualenv-python-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c2db13c832cb43b2b23f15d99231e30f", "sha256": "075688cfce8ae1de525134ab784e63016eed1b4b580298cc7f5cb3911ec23154" }, "downloads": -1, "filename": "monupco-virtualenv-python-0.4.tar.gz", "has_sig": false, "md5_digest": "c2db13c832cb43b2b23f15d99231e30f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3764, "upload_time": "2012-06-24T13:26:55", "url": "https://files.pythonhosted.org/packages/7f/65/0234cc2bcefbf78ffe3109b96b295e185048ccb9cbbffd2918f2390e4b00/monupco-virtualenv-python-0.4.tar.gz" } ] }