# Raise Module Not Found Error
Raise Module Not Found Error is a "library" that raises a `ModuleNotFoundError` when an
attempt is made to import it.
## Example usage
```
>>> import raise_module_not_found_error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "installation/path/raise_module_not_found_error.py", line 2, in <module>
raise ModuleNotFoundError("Ceci n'est pas un module")
ModuleNotFoundError: Ceci n'est pas un module
```
## Running tests
Simply run `python -m unittest discover` in the project root.
## This is completely useless, isn't it?
yes
Raw data
{
"_id": null,
"home_page": "https://github.com/ralokt/raise-module-not-found-error/",
"name": "raise-module-not-found-error",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "useless",
"author": "Thomas Kolar",
"author_email": "thomaskolar90@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a9/20/5766a81059016cae71923355b3e7ab9e797883aec8c0b88b715254071333/raise-module-not-found-error-1.0.1.tar.gz",
"platform": "all",
"description": "# Raise Module Not Found Error\n\nRaise Module Not Found Error is a \"library\" that raises a `ModuleNotFoundError` when an\nattempt is made to import it.\n\n## Example usage\n\n```\n>>> import raise_module_not_found_error\nTraceback (most recent call last):\n File \"<stdin>\", line 1, in <module>\n File \"installation/path/raise_module_not_found_error.py\", line 2, in <module>\n raise ModuleNotFoundError(\"Ceci n'est pas un module\")\nModuleNotFoundError: Ceci n'est pas un module\n```\n\n## Running tests\n\nSimply run `python -m unittest discover` in the project root.\n\n## This is completely useless, isn't it?\n\nyes\n",
"bugtrack_url": null,
"license": "WTFPL",
"summary": "Raises ModuleNotFoundError on import",
"version": "1.0.1",
"split_keywords": [
"useless"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fd7bc50395f57a30056ac2fe9cb83f6d",
"sha256": "5a9a1476426562008f9126cf81ae1afba5a0b458b4580ba02916477d71b0648f"
},
"downloads": -1,
"filename": "raise_module_not_found_error-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd7bc50395f57a30056ac2fe9cb83f6d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2487,
"upload_time": "2022-05-14T06:03:10",
"upload_time_iso_8601": "2022-05-14T06:03:10.155096Z",
"url": "https://files.pythonhosted.org/packages/12/50/435b0b600c63930014441be71391bf20bb3ab676229b484aeae02bfb29b4/raise_module_not_found_error-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7709e3d2078207abe023eedc4152c118",
"sha256": "67fef19436e97be2e82d392da6150632a08d5a30f03bf41b36118ae59c417b6c"
},
"downloads": -1,
"filename": "raise-module-not-found-error-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7709e3d2078207abe023eedc4152c118",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1979,
"upload_time": "2022-05-14T06:03:12",
"upload_time_iso_8601": "2022-05-14T06:03:12.665789Z",
"url": "https://files.pythonhosted.org/packages/a9/20/5766a81059016cae71923355b3e7ab9e797883aec8c0b88b715254071333/raise-module-not-found-error-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-05-14 06:03:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ralokt",
"github_project": "raise-module-not-found-error",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "raise-module-not-found-error"
}