{ "info": { "author": "Sebastian Rahlf", "author_email": "basti at redtoad dot de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Logging" ], "description": "=========\nEgo Boost\n=========\n\nThis package will do nothing less than boosting the ego of any Python developer\nwho has made packages available via PyPI. Finally, with one simple command and\na cronjob you can track the downloads of your packages over time. Here is a\nsimple example::\n\n $ ego-boost collect python-weewar pypi:python-weewar bb:basti/python-weewar\n Fetching data from http://pypi.python.org/pypi/python-weewar...\n Fetching data from http://bitbucket.org/basti/python-weewar...\n $ ego-boost dump\n date,python-amazon-product-api,python-weewar\n 2010-07-10,8742,2807\n 2010-07-11,0,2807\n ...\n\nThe same can be achived by using the interactive console::\n\n $ ego-boost\n > collect python-weewar-monitor bb:basti/python-weewar-monitor\n Fetching data from http://bitbucket.org/basti/python-weewar-monitor...\n > quit\n Bye.\n\nCommands\n========\n\nOnce installed, you can use binary ``ego-boost`` with the following commands:\n\n``collect PACKAGE URL [URL ...]``\n will collect download statistics from the provided URLs and store them under\n key PACKAGE (which will later appear in the CSV data).\n\n You can specify any number of URLs. Supported sources so far are\n\n * PyPI (shortcut: ``pypi:``)\n * bitbucket.org (shortcut: ``bb:``)\n * github.com (shortcut: ``gh:``)\n\n Data is always stored for the current date. Subsequent data collection will\n not lead to falsely accumulated data for that day!\n\n``dump``\n will aggregate download statistics per package per date and print CSV data to\n stdout. \n\n``export FILE``\n will export all data into a single JSON file. This can later be imported \n again. If ``FILE`` is ``-``, output will be redirected to stdout.\n\n``import FILE [FILE ...]``\n will import one or more JSON files into the data base. Inside the interactive \n console you can use wildcards, too.\n\nInstallation\n============\n\nSimply use ``pip install ego-boost`` (or ``easy_install ego-boost`` for those\nof you that still have to discover the superiority of `pip`_). You can also\ndownload the source from `PyPI `_ and\nrun ``python setup.py install`` in the untared directory.\n\nOn one of my servers, I have installed the following cronjob that collects\ndownload statistics for all my packages on a daily basis::\n\n # m h dom mon dow command\n 0 7 * * * ego-boost collect python-weewar bb:basti/python-weewar\n 0 7 * * * ego-boost collect python-weewar-monitor bb:basti/python-weewar-monitor\n 0 7 * * * ego-boost collect python-amazon-product-api pypi:python-amazon-product-api\n # ...\n\n.. _pip: http://pip.openplans.org\n\nTODOs\n=====\n\n* Make code available on bitbucket (or similar).\n* Some graphics would be nice!\n* Support for more sources (if there is interest).\n* Use `cmdln `_!\n\nLicense\n=======\n\nThis package is released under the MIT license.\n\nCopyright (c) 2010 Sebastian Rahlf\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/ego-boost", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ego-boost", "package_url": "https://pypi.org/project/ego-boost/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ego-boost/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/ego-boost" }, "release_url": "https://pypi.org/project/ego-boost/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Package to track your module's download statistics", "version": "0.1.2" }, "last_serial": 791584, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a15f6d5ceb9521feeb73607280eeda9f", "sha256": "fbde73b7de5e0e9b15d7de8be9c562225e25a40f4e038c1dd80a4dfe09505054" }, "downloads": -1, "filename": "ego-boost-0.1.tar.gz", "has_sig": false, "md5_digest": "a15f6d5ceb9521feeb73607280eeda9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25368, "upload_time": "2010-11-14T13:33:38", "url": "https://files.pythonhosted.org/packages/dc/29/7a574f97fd4ea68599ae2401590bfef267ab7d8004b0afb6ceb60a6be1e7/ego-boost-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0382d086c334be038ddca1193d5a6511", "sha256": "6eb591d4a160f8db1efcf7d14d95b04d15b0f5272efab8be162193c855ea9d68" }, "downloads": -1, "filename": "ego-boost-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0382d086c334be038ddca1193d5a6511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25684, "upload_time": "2011-01-29T16:13:24", "url": "https://files.pythonhosted.org/packages/3f/62/d2fde85cbace4fdbec1bfd06eedc49554176d46aba4fc6d116847744925c/ego-boost-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f637e28546a6c9d99f26438b9b39c468", "sha256": "03bd3b4259fb348abc0a6c9323ddcb4f1ce18b53fd87f8a3f032dff1c86a8fbc" }, "downloads": -1, "filename": "ego-boost-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f637e28546a6c9d99f26438b9b39c468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11772, "upload_time": "2011-08-26T09:29:11", "url": "https://files.pythonhosted.org/packages/f5/3e/8928e13217418c82866be926c54b8024c0e3a963d89a48e9ab2f7570d94e/ego-boost-0.1.2.tar.gz" } ], "0.1a1": [ { "comment_text": "", "digests": { "md5": "ec82c3b99d3d8d65020c9ea9bbd44714", "sha256": "8dab453cc58d9f9ec403b71d68487a771c89fd8ec902eb525ce64d187fd19caf" }, "downloads": -1, "filename": "ego-boost-0.1a1.tar.gz", "has_sig": false, "md5_digest": "ec82c3b99d3d8d65020c9ea9bbd44714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7383, "upload_time": "2010-07-11T15:27:25", "url": "https://files.pythonhosted.org/packages/78/30/c0b444bc8b25487b325b21a46ac9811884e3d7fd0c2bcc2674d330f5867c/ego-boost-0.1a1.tar.gz" } ], "0.1a3": [ { "comment_text": "", "digests": { "md5": "3d88f5550717d287fe300f0368f4bbe8", "sha256": "2e6314d023835de7e9add7d13ba03c0364f3d315115cabd2a3333904b6270333" }, "downloads": -1, "filename": "ego-boost-0.1a3.tar.gz", "has_sig": false, "md5_digest": "3d88f5550717d287fe300f0368f4bbe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10348, "upload_time": "2010-07-16T14:23:24", "url": "https://files.pythonhosted.org/packages/9e/d6/eeb55d24b83efad61a11b1fd1ddb9ccc0aa74f9af6c2746a650b80382127/ego-boost-0.1a3.tar.gz" } ], "0.1b1": [ { "comment_text": "", "digests": { "md5": "386cdd718a9fd3bc25d7eff0d74c2988", "sha256": "41fc7f33fcf242a8648cdedcec7f4e3b7f2137bb148dbac9a9de80a6477bab1f" }, "downloads": -1, "filename": "ego-boost-0.1b1.tar.gz", "has_sig": false, "md5_digest": "386cdd718a9fd3bc25d7eff0d74c2988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10214, "upload_time": "2010-08-13T17:14:04", "url": "https://files.pythonhosted.org/packages/70/e9/5afef8b829c5ad8aced1f7c0243925dd376aec6f98ad7d7e2293d806b9f9/ego-boost-0.1b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f637e28546a6c9d99f26438b9b39c468", "sha256": "03bd3b4259fb348abc0a6c9323ddcb4f1ce18b53fd87f8a3f032dff1c86a8fbc" }, "downloads": -1, "filename": "ego-boost-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f637e28546a6c9d99f26438b9b39c468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11772, "upload_time": "2011-08-26T09:29:11", "url": "https://files.pythonhosted.org/packages/f5/3e/8928e13217418c82866be926c54b8024c0e3a963d89a48e9ab2f7570d94e/ego-boost-0.1.2.tar.gz" } ] }