{ "info": { "author": "Igor Bobusky", "author_email": "igor.bobusky@gmail.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", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# noumena-cli - Data format translation program\n\n## Description\nCommand line utility which will read CSV files and PRN files from stdin and, \nbased on a command line option, print either JSON or HTML to stdout, so that it would work as part of a \ncommand pipeline.\n\nIdentical input content (i.e the data in the file, minus the formatting characters) \nshould produce identical output - irrespective of whether the input data format was CSV or PRN. \nNon ASCII characters should be handled and rendered correctly. \nNo content should be lost in translation and all output should be readable when encoded to UTF-8.\n\n\n## How to install and run\n\n\npython src\\noumena_cli\\cli_noumena.py json --input-format prn < src\\noumena_cli\\Workbook2.prn\npython src\\noumena_cli\\cli_noumena.py json --input-format csv < src\\noumena_cli\\Workbook2.csv\n\npython src\\noumena_cli\\cli_noumena.py html --input-format prn < src\\noumena_cli\\Workbook2.prn\npython src\\noumena_cli\\cli_noumena.py html --input-format csv < src\\noumena_cli\\Workbook2.csv\n\n\npython -m pip install --upgrade pip setuptools wheel\npython -m pip install --user --upgrade twine\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/igor.bobusky/noumena-cli", "keywords": "noumena cli", "license": "", "maintainer": "", "maintainer_email": "", "name": "noumena-cli", "package_url": "https://pypi.org/project/noumena-cli/", "platform": "", "project_url": "https://pypi.org/project/noumena-cli/", "project_urls": { "Homepage": "https://gitlab.com/igor.bobusky/noumena-cli" }, "release_url": "https://pypi.org/project/noumena-cli/1.0.0/", "requires_dist": [ "click" ], "requires_python": ">=3.5", "summary": "Data format translation program", "version": "1.0.0" }, "last_serial": 5941125, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b80e0781616b19b71eac58c7a66fa9c7", "sha256": "b5362f6ec47a6bef51939d045d9c73050644055aebe6fddcc01e6853e362cafe" }, "downloads": -1, "filename": "noumena_cli-1.0.0-py3.7.egg", "has_sig": false, "md5_digest": "b80e0781616b19b71eac58c7a66fa9c7", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5", "size": 1809, "upload_time": "2019-10-07T20:04:06", "url": "https://files.pythonhosted.org/packages/ad/3c/67903423b76739d0ee3346c55f2f8b3edf153e56115119aa07e91ffe2ad2/noumena_cli-1.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "1e133099f438d24eed8ca656bcba23af", "sha256": "97a53880b0b9d0f4bfd581c2fa23e1e513e6e2b1794f5c5f7c164eac29f8140d" }, "downloads": -1, "filename": "noumena_cli-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1e133099f438d24eed8ca656bcba23af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1974, "upload_time": "2019-10-07T20:04:04", "url": "https://files.pythonhosted.org/packages/a4/bc/b767d632c7171ab970ad29dce309d8636921eea35212ffa27f03628b18d8/noumena_cli-1.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b80e0781616b19b71eac58c7a66fa9c7", "sha256": "b5362f6ec47a6bef51939d045d9c73050644055aebe6fddcc01e6853e362cafe" }, "downloads": -1, "filename": "noumena_cli-1.0.0-py3.7.egg", "has_sig": false, "md5_digest": "b80e0781616b19b71eac58c7a66fa9c7", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5", "size": 1809, "upload_time": "2019-10-07T20:04:06", "url": "https://files.pythonhosted.org/packages/ad/3c/67903423b76739d0ee3346c55f2f8b3edf153e56115119aa07e91ffe2ad2/noumena_cli-1.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "1e133099f438d24eed8ca656bcba23af", "sha256": "97a53880b0b9d0f4bfd581c2fa23e1e513e6e2b1794f5c5f7c164eac29f8140d" }, "downloads": -1, "filename": "noumena_cli-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1e133099f438d24eed8ca656bcba23af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1974, "upload_time": "2019-10-07T20:04:04", "url": "https://files.pythonhosted.org/packages/a4/bc/b767d632c7171ab970ad29dce309d8636921eea35212ffa27f03628b18d8/noumena_cli-1.0.0-py3-none-any.whl" } ] }