{ "info": { "author": "Niklas Rosenstein", "author_email": "rosensteinniklas@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# nr.cli\n\nInstall this module if you need access to any of the command-line tools\nprovided by `nr` namespace packages.\n\n### Example Usage\n\n```\nusage: nr [-h] [command]\n\npositional arguments:\n command\n\noptional arguments:\n -h\n```\n\n### Changes\n\n#### v1.2.0 (2019-04-16)\n\n* Now actually use `pkgutil` in `nr/__init__.py`\n\n#### v1.1.1 (2019-04-16)\n\n* Fix changelog in `README.md`\n\n#### v1.1.0 (2019-04-16)\n\n* Use setuptools entrypoints instead of discovering commands by\n walking the modules in the `nr` namespace.\n* Use `pkgutil` namespace packages instead of `pkg_resources` namespace\n packages ([doc reference][110-0])\n\n[110-0]: https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages\n\n#### v1.0.1 (2018-07-05)\n\n* Tidy help output\n* Update the way module names with `main()` function members are turned\n into command names (specifically, prevent modules like `nr.git_worklog.main`\n to cause a \"main\" command)\n* Add -l, --list-packages\n\n---\n\n

Copyright © 2018 Niklas Rosenstein

", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NiklasRosenstein/python-nr.cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nr.cli", "package_url": "https://pypi.org/project/nr.cli/", "platform": "", "project_url": "https://pypi.org/project/nr.cli/", "project_urls": { "Homepage": "https://github.com/NiklasRosenstein/python-nr.cli" }, "release_url": "https://pypi.org/project/nr.cli/1.2.1/", "requires_dist": null, "requires_python": "", "summary": "This package provides the nr command-line tool which then allows you to use any comman registered to the \"nr.cli.commands\" entrypoint.", "version": "1.2.1" }, "last_serial": 5524740, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2e42d04ba4f801b827bd0e77747382a6", "sha256": "07a2e6f9cd5eff152bfdd88c370f04c598e1a6f0744a82602343d739f3fdd91d" }, "downloads": -1, "filename": "nr.cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2e42d04ba4f801b827bd0e77747382a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3344, "upload_time": "2018-06-23T12:32:51", "url": "https://files.pythonhosted.org/packages/4d/fb/9a3dc0c7e8e380776b86d80c0c5b14ea5a30a7a40d24182048a2d2b488be/nr.cli-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "48dfe98384acdbf6126975b53e9d0d3d", "sha256": "70758a8ef80bcd74b3628b4eafd2608053ad2b6160d590e3710bcdc45a115c35" }, "downloads": -1, "filename": "nr.cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "48dfe98384acdbf6126975b53e9d0d3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3824, "upload_time": "2018-07-05T14:53:19", "url": "https://files.pythonhosted.org/packages/50/ee/8a05608f59e2b694a7d457a11242b75a231dccdcf548e9dfba5c4448639b/nr.cli-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "2294c92f956ec625c1b5bbb065dca62a", "sha256": "51c2dc2a19614726683fc4e67df030e049df533d06456837e0367fe5d592829a" }, "downloads": -1, "filename": "nr.cli-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2294c92f956ec625c1b5bbb065dca62a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2802, "upload_time": "2019-04-16T16:01:26", "url": "https://files.pythonhosted.org/packages/40/5c/88412fd09f0bcce53cd09f6567fba740e50f3b0d7820b2431b6261e33de6/nr.cli-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "5f7414ea4b196277a9f68c09cbc16a6f", "sha256": "1da7db67fc7793029082b918d7ac9ded45b7897e6bd5e412567d35541e1459d4" }, "downloads": -1, "filename": "nr.cli-1.1.1.tar.gz", "has_sig": false, "md5_digest": "5f7414ea4b196277a9f68c09cbc16a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2019-04-16T16:27:34", "url": "https://files.pythonhosted.org/packages/4c/c9/df90b73dd576191b994f9b3a5d685f73625f2c51d3c5c14c04a0a90b118b/nr.cli-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "32c2b9c99769f2eb3231add3afe08aa7", "sha256": "289c99c9f0c157a15f67fb50bdfe1bb647532d5696c5c6af18a2aa1c3dbbfa27" }, "downloads": -1, "filename": "nr.cli-1.2.0.tar.gz", "has_sig": false, "md5_digest": "32c2b9c99769f2eb3231add3afe08aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3105, "upload_time": "2019-04-16T17:06:50", "url": "https://files.pythonhosted.org/packages/e7/50/6ae1a2c6ae00c8f8ecbe879e58f5578f99f9436f98fd0775b99f6820054b/nr.cli-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "61c0235a143092d2732be7ff7d55fef5", "sha256": "1bf47100b8ca21b3f184ee6f27c34adcfb7007612f8f8aada570891ffed59bca" }, "downloads": -1, "filename": "nr.cli-1.2.1.tar.gz", "has_sig": false, "md5_digest": "61c0235a143092d2732be7ff7d55fef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3147, "upload_time": "2019-07-12T19:52:49", "url": "https://files.pythonhosted.org/packages/17/b6/f3da6d44decd44d999d0b639d0fd6d57d86da7ee964260c711c4e5a2ddf1/nr.cli-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61c0235a143092d2732be7ff7d55fef5", "sha256": "1bf47100b8ca21b3f184ee6f27c34adcfb7007612f8f8aada570891ffed59bca" }, "downloads": -1, "filename": "nr.cli-1.2.1.tar.gz", "has_sig": false, "md5_digest": "61c0235a143092d2732be7ff7d55fef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3147, "upload_time": "2019-07-12T19:52:49", "url": "https://files.pythonhosted.org/packages/17/b6/f3da6d44decd44d999d0b639d0fd6d57d86da7ee964260c711c4e5a2ddf1/nr.cli-1.2.1.tar.gz" } ] }