{ "info": { "author": "James K Bowler", "author_email": "james.bowler@datacentauri.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "|Build Status| |Coverage Status|\n\nopencollect\n===========\n\nopencollect is an open-soured data collection engine.\n\nRequirements\n------------\n\n- python 3\n\nInstallation\n------------\n\n.. code:: shell\n\n pip3 install opencollect\n\nUsage\n-----\n\n.. code:: python\n\n from opencollect import OpenCollect\n\n session = OpenCollect()\n session.start()\n\n # Now send your data to it : )\n\nExample\n-------\n\n.. code:: shell\n\n python3 openconnect/sources/client.py\n\nTrouble Shooting\n----------------\n\n.. code:: python\n\n socket.error: [Errno 48] Address already in use\n\n.. code:: shell\n\n nonroot@dev-ubuntu:~/opencollect$ sudo lsof -i:60312\n COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME\n ipython 10731 nonroot 11u IPv4 1862980 0t0 TCP *:60312 (LISTEN)\n nonroot@dev-ubuntu:~/opencollect$ sudo kill -9 10731\n nonroot@dev-ubuntu:~/opencollect$ sudo lsof -i:60312\n [6]+ Killed ipython\n nonroot@dev-ubuntu:~/opencollect$ \n\nLicense Terms\n=============\n\nCopyright (c) 2018 James K Bowler\n---------------------------------\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n.. |Build Status| image:: https://travis-ci.org/JamesKBowler/opencollect.svg?branch=master\n :target: https://travis-ci.org/JamesKBowler/opencollect\n.. |Coverage Status| image:: https://coveralls.io/repos/github/JamesKBowler/opencollect/badge.svg?branch=master\n :target: https://coveralls.io/github/JamesKBowler/opencollect?branch=master", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JamesKBowler/opencollect", "keywords": "data collection,data mining", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "opencollect", "package_url": "https://pypi.org/project/opencollect/", "platform": "", "project_url": "https://pypi.org/project/opencollect/", "project_urls": { "Homepage": "https://github.com/JamesKBowler/opencollect" }, "release_url": "https://pypi.org/project/opencollect/1.2.1a2/", "requires_dist": null, "requires_python": "", "summary": "https://github.com/JamesKBowler/opencollect", "version": "1.2.1a2" }, "last_serial": 3748199, "releases": { "1.2.1a1": [ { "comment_text": "", "digests": { "md5": "0644529c80f8aeb7720ce293019b4b69", "sha256": "be3fcc9e42f8866ff443a374f5a2614a705d0dc74dd3ed22d56790a1beaf2a45" }, "downloads": -1, "filename": "opencollect-1.2.1a1.tar.gz", "has_sig": false, "md5_digest": "0644529c80f8aeb7720ce293019b4b69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7744, "upload_time": "2018-04-09T09:17:04", "url": "https://files.pythonhosted.org/packages/b4/0d/11e6f997069a920b00d3a634a9cf936e9935396ab8ba2ebd6c7b2a9e7a46/opencollect-1.2.1a1.tar.gz" } ], "1.2.1a2": [ { "comment_text": "", "digests": { "md5": "9776602383db0af12271ee85738cce94", "sha256": "9288402168bb3d3b0adefdc8e9c0cd61ac2e995f64e9124cbe708bf61b672be8" }, "downloads": -1, "filename": "opencollect-1.2.1a2.tar.gz", "has_sig": false, "md5_digest": "9776602383db0af12271ee85738cce94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7789, "upload_time": "2018-04-09T10:45:32", "url": "https://files.pythonhosted.org/packages/b6/dd/9da296be927908848bd485cfcc20788e8e9371d03c98002291badf443680/opencollect-1.2.1a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9776602383db0af12271ee85738cce94", "sha256": "9288402168bb3d3b0adefdc8e9c0cd61ac2e995f64e9124cbe708bf61b672be8" }, "downloads": -1, "filename": "opencollect-1.2.1a2.tar.gz", "has_sig": false, "md5_digest": "9776602383db0af12271ee85738cce94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7789, "upload_time": "2018-04-09T10:45:32", "url": "https://files.pythonhosted.org/packages/b6/dd/9da296be927908848bd485cfcc20788e8e9371d03c98002291badf443680/opencollect-1.2.1a2.tar.gz" } ] }