{ "info": { "author": "Marcin Sztolcman", "author_email": "marcin@urzenia.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Software Development", "Topic :: Utilities" ], "description": "stdin-tagger\n==========\n\n[![stdin-tagger version](https://img.shields.io/pypi/v/stdin-tagger.svg)](https://pypi.python.org/pypi/stdin-tagger)\n[![stdin-tagger python compatibility](https://img.shields.io/pypi/pyversions/stdin-tagger.svg)](https://pypi.python.org/pypi/stdin-tagger)\n[![say thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/msztolcman)\n\n`stdin-tagger` just decorate stdin with current timestamp and optional tag.\n\nIf you like this tool, just [say thanks](https://saythanks.io/to/msztolcman).\n\nCurrent stable version\n----------------------\n\n1.1.0\n\nPython version\n--------------\n\n`stdin-tagger` works with Python 2.7 and 3.3+.\n\nSome examples\n-------------\n\nSome examples:\n\n # decorate with default timestamp\n % echo something | stdin-tagger\n 2019-05-01 09:42:11.141874 something\n \n # decorate with other timestamp format\n % echo something | stdin-tagger --timestamp-format '%Y%m%d%H%M%S'\n 20190501094333 something \n\n # decorate with other timestamp format and UTC timezone\n % echo something | stdin-tagger --timestamp-format '%Y%m%d%H%M%S' --timezone utc\n 20190501074610 something\n \n # add additional tag right after timestamp\n % echo something | stdin-tagger --additional-tag '[some tag]'\n 2019-05-01 09:49:58.775573 [some tag] something\n\nInstallation\n------------\n\n1. Using PIP\n\n`stdin-tagger` should work on any platform where [Python](http://python.org)\nis available, it means Linux, Windows, MacOS X etc. \n\nSimplest way is to use Python's built-in package system:\n\n pip install stdin-tagger\n\n2. Using [pipsi](https://github.com/mitsuhiko/pipsi)\n \n pipsi install stdin-tagger\n\nVoila!\n\nAuthors\n-------\n\nMarcin Sztolcman \n\nContact\n-------\n\nIf you like or dislike this software, please do not hesitate to tell me about\nthis me via email (marcin@urzenia.net).\n\nIf you find bug or have an idea to enhance this tool, please use GitHub's\n[issues](https://github.com/msztolcman/stdin-tagger/issues).\n\nChangeLog\n---------\n\n### v1.0.0\n\n* first public version", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://msztolcman.github.io/stdin-tagger/", "keywords": "timestamp decorate tag stdin", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stdin-tagger", "package_url": "https://pypi.org/project/stdin-tagger/", "platform": "", "project_url": "https://pypi.org/project/stdin-tagger/", "project_urls": { "Homepage": "http://msztolcman.github.io/stdin-tagger/" }, "release_url": "https://pypi.org/project/stdin-tagger/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "decorate stdin with current timestamp and optional tag", "version": "1.1.0" }, "last_serial": 5232054, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "95b503c090425d83e9fca3404c856ba0", "sha256": "deb89c0133fc0646b704b5a9d6e6e2c4f3b0bbcb1cd5fef0953ac3bd38b9c226" }, "downloads": -1, "filename": "stdin-tagger-1.0.0.tar.gz", "has_sig": false, "md5_digest": "95b503c090425d83e9fca3404c856ba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2412, "upload_time": "2019-05-01T08:07:28", "url": "https://files.pythonhosted.org/packages/60/95/18f4cf188e540d74689c23ac7a6a79b0b8f2f3b2d740e0240a8d9130d3a7/stdin-tagger-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a51f45d60116a658cdceed8a3cb08e20", "sha256": "3ee7cf65bb8836a8a2ccb6af680a18cdca43372a1711b105cee33fb33eb50518" }, "downloads": -1, "filename": "stdin-tagger-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a51f45d60116a658cdceed8a3cb08e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4718, "upload_time": "2019-05-06T10:51:30", "url": "https://files.pythonhosted.org/packages/eb/71/58ead60ca63638bcefca2d8f45f0a1abd2046c2a7a3026a444fd1add6b8c/stdin-tagger-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a51f45d60116a658cdceed8a3cb08e20", "sha256": "3ee7cf65bb8836a8a2ccb6af680a18cdca43372a1711b105cee33fb33eb50518" }, "downloads": -1, "filename": "stdin-tagger-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a51f45d60116a658cdceed8a3cb08e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4718, "upload_time": "2019-05-06T10:51:30", "url": "https://files.pythonhosted.org/packages/eb/71/58ead60ca63638bcefca2d8f45f0a1abd2046c2a7a3026a444fd1add6b8c/stdin-tagger-1.1.0.tar.gz" } ] }