{ "info": { "author": "Jason Crockett", "author_email": "deddokatana@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "NpmSearch - Python 2 Edition\n\n_Usage_\n\nThe NPMListener class was designed to continously monitor a search term on npm\nand react to any changes after querying at a set interval. \nthat idea was shelved and put into the main app. so please extend this class as you see fit.\n\n\n\nfrom npmsearch2.main import NPMListener\n\nnpm_search = NPMListener\n\n-add this to the header anywhere\n\nsearch_results = npm_search.search_file(\"yourqueryhere\") \n\n-returns a list of search results of package names that match the string\n\npackage_details = npm_search.lookup_project(\"actual-package-name\")\n\n-returns a large dict of all the package details of one package or http 404 error if not found. \n-use try and except to handle this.\n\n__PREVIOUSE 2to3 CONVERSIONS HAVE FAILED - please the python3 flavour instead called: npmsearch3.__\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/deddokatana/NpmSearch2/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/deddokatana/NpmSearch2", "keywords": "nodejs,npm,npm search", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "NpmSearch2", "package_url": "https://pypi.org/project/NpmSearch2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/NpmSearch2/", "project_urls": { "Download": "https://github.com/deddokatana/NpmSearch2/tarball/1.0", "Homepage": "https://github.com/deddokatana/NpmSearch2" }, "release_url": "https://pypi.org/project/NpmSearch2/1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple library for searching the node package manager database - Python 2 Flavour - This Library Does Not Require Npm", "version": "1.0" }, "last_serial": 2470946, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4e943d6996ca79feea317246461a3746", "sha256": "f8275990ef1dcd3511ef45aa5ba4afe15fd9273630c88ea363789ebc6dc15fae" }, "downloads": -1, "filename": "NpmSearch2-1.0.tar.gz", "has_sig": false, "md5_digest": "4e943d6996ca79feea317246461a3746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1806, "upload_time": "2016-11-19T21:25:50", "url": "https://files.pythonhosted.org/packages/ac/39/b70a956eb9d11a5822b3ee8a29bd36adc91edcf4a5c115e9a938c35202fc/NpmSearch2-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e943d6996ca79feea317246461a3746", "sha256": "f8275990ef1dcd3511ef45aa5ba4afe15fd9273630c88ea363789ebc6dc15fae" }, "downloads": -1, "filename": "NpmSearch2-1.0.tar.gz", "has_sig": false, "md5_digest": "4e943d6996ca79feea317246461a3746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1806, "upload_time": "2016-11-19T21:25:50", "url": "https://files.pythonhosted.org/packages/ac/39/b70a956eb9d11a5822b3ee8a29bd36adc91edcf4a5c115e9a938c35202fc/NpmSearch2-1.0.tar.gz" } ] }