{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "# datalogy\n\n[![Build Status](https://secure.travis-ci.org/michaeljoseph/datalogy.png)](http://travis-ci.org/michaeljoseph/datalogy)\n[![Stories in Ready](https://badge.waffle.io/michaeljoseph/datalogy.png?label=ready)](https://waffle.io/michaeljoseph/datalogy)\n[![pypi version](https://badge.fury.io/py/datalogy.png)](http://badge.fury.io/py/datalogy)\n[![# of downloads](https://pypip.in/d/datalogy/badge.png)](https://crate.io/packages/datalogy?version=latest)\n[![code coverage](https://coveralls.io/repos/michaeljoseph/datalogy/badge.png?branch=master)](https://coveralls.io/r/michaeljoseph/datalogy?branch=master)\n\n![datalogy](https://github.com/michaeljoseph/datalogy/raw/master/resources/datalogy.jpg)\n\n\nA collection of python tools that facilitate the obtaining, scrubbing\nand exploring of data.\n\n## scrape\n\nExtract HTML elements using an XPath query or CSS3 selector.\n\n### Example usage\n \n curl -s http://en.wikipedia.org/wiki/List_of_sovereign_states | \\\n scrape -be 'table.wikitable > tr > td > b > a'\n\n\n## random-sample\n\nOutput lines from stdin to stdout with a given probability, for a given \nduration, and with a given delay between lines.\n\n### Example usage\n\n seq 100 | random-sample -r 20% -d 1000\n\n## Testing\n\nInstall development requirements:\n\n pip install -r requirements.txt\n\nRun the tests with:\n\n nosetests\n\nLint the project with:\n\n flake8 datalogy tests\n\n## API documentation\n\nTo generate the documentation:\n\n cd docs && PYTHONPATH=.. make singlehtml\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michaeljoseph/datalogy", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "datalogy", "package_url": "https://pypi.org/project/datalogy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datalogy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/michaeljoseph/datalogy" }, "release_url": "https://pypi.org/project/datalogy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A collection of command-line tools that facilitate the obtaining, scrubbing\nand exploring of data.", "version": "0.1.0" }, "last_serial": 885204, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f34e6760888cc703d473beb04c7e1bcf", "sha256": "4603a8c37adeafea4b546cb0a4d88612672aa663805e79832fd6ec9704be8004" }, "downloads": -1, "filename": "datalogy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f34e6760888cc703d473beb04c7e1bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17497, "upload_time": "2013-10-05T13:00:20", "url": "https://files.pythonhosted.org/packages/aa/a3/87ed187c721afacd233e405b5e4c3d16327292c3e378cb2992cc09ba107a/datalogy-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "5cc3bdff2230a1ee69bedaccaaf4a0e9", "sha256": "5854efc49f1ed796338b5a470c3441c2f3c9836f93888efd72aa16010391eab5" }, "downloads": -1, "filename": "datalogy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5cc3bdff2230a1ee69bedaccaaf4a0e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18553, "upload_time": "2013-10-09T15:05:48", "url": "https://files.pythonhosted.org/packages/f7/4c/a77185da9f87dfb019134f9dc3910b83ca4ddef140792609bb1224b42da1/datalogy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cc3bdff2230a1ee69bedaccaaf4a0e9", "sha256": "5854efc49f1ed796338b5a470c3441c2f3c9836f93888efd72aa16010391eab5" }, "downloads": -1, "filename": "datalogy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5cc3bdff2230a1ee69bedaccaaf4a0e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18553, "upload_time": "2013-10-09T15:05:48", "url": "https://files.pythonhosted.org/packages/f7/4c/a77185da9f87dfb019134f9dc3910b83ca4ddef140792609bb1224b42da1/datalogy-0.1.0.tar.gz" } ] }