{ "info": { "author": "Nikolay Kovalenko", "author_email": "nikolay.kovalenko91@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "---- nktail ----\n\nUsage:\n$ nktail [options] \n\nOptions:\nBy default, nktail will output the last 10 lines of the passed file. You can set any count of output lines using '-n' option.\n\n$ nktail -n 100 ```\n\nIf you run nktail with '-f' option, it displays the lines and then monitors the file. As new lines are added to the file by another process, tail updates the display.\n\n$ nktail -f \n\nAs a module:\n\nfrom nktail import tail\ntail(file_handler: BinaryIO, is_following: bool, number_of_lines: int, output_writer: Callable[[str], None])\n\nEnjoy!!!\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nikolay-kovalenko91/Nktail", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nktail", "package_url": "https://pypi.org/project/nktail/", "platform": "", "project_url": "https://pypi.org/project/nktail/", "project_urls": { "Homepage": "https://github.com/nikolay-kovalenko91/Nktail" }, "release_url": "https://pypi.org/project/nktail/0.1/", "requires_dist": null, "requires_python": "", "summary": "A custom Unix tail program implementation", "version": "0.1" }, "last_serial": 3993369, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "825720abbfba4873a4ec9399cd682f2a", "sha256": "d199bb15065ef521b907d11172c38cdb993dd2209288ba08aea88f1693f99f64" }, "downloads": -1, "filename": "nktail-0.1.tar.gz", "has_sig": false, "md5_digest": "825720abbfba4873a4ec9399cd682f2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1926, "upload_time": "2018-06-23T18:08:06", "url": "https://files.pythonhosted.org/packages/74/e4/c1df519b2f6831168acbabd8868d969e26a3d6385a9dc231e914cb04438d/nktail-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "825720abbfba4873a4ec9399cd682f2a", "sha256": "d199bb15065ef521b907d11172c38cdb993dd2209288ba08aea88f1693f99f64" }, "downloads": -1, "filename": "nktail-0.1.tar.gz", "has_sig": false, "md5_digest": "825720abbfba4873a4ec9399cd682f2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1926, "upload_time": "2018-06-23T18:08:06", "url": "https://files.pythonhosted.org/packages/74/e4/c1df519b2f6831168acbabd8868d969e26a3d6385a9dc231e914cb04438d/nktail-0.1.tar.gz" } ] }