NetFuse


NameNetFuse JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryPython module to dump hostname and IP address mapping for localhost into host file.
upload_time2024-01-24 11:45:01
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Vignesh Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords localhost network-synchronization netfuse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pypi](https://github.com/thevickypedia/NetFuse/actions/workflows/python-publish.yml/badge.svg)][gh_pypi]
[![pages](https://github.com/thevickypedia/NetFuse/actions/workflows/pages/pages-build-deployment/badge.svg)][gh_pages]

# NetFuse

NetFuse is a python module to dump hostname and IP address mapping for localhost into the hosts file

> :warning:   To use this module, the router should be `Netgear`, [OR] the ISP should be `At&t`

### Installation
```shell
pip install NetFuse
```

### Usage

> :bulb:   Use `netfuse --help` to learn more

```shell
sudo netfuse
```

### Note

> This is a hacky solution for a real problem. The best approach would be to [run your own DNS server][howto]


## Coding Standards
Docstring format: [`Google`][google-docs] <br>
Styling conventions: [`PEP 8`][pep8] and [`isort`][isort]

## [Release Notes][release-notes]
**Requirement**
```shell
python -m pip install gitverse
```

**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```

## Linting
`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL
markdown files (including Wiki pages)

**Requirement**
```shell
pip install sphinx==5.1.1 pre-commit recommonmark
```

**Usage**
```shell
pre-commit run --all-files
```

## Pypi Package
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]

[https://pypi.org/project/NetFuse/][pypi]

## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]

[https://thevickypedia.github.io/NetFuse/][runbook]

## License & copyright

&copy; Vignesh Rao

Licensed under the [MIT License][license]

[howto]: https://www.howtogeek.com/devops/how-to-run-your-own-dns-server-on-your-local-network/

[gh_pypi]: https://github.com/thevickypedia/NetFuse/actions/workflows/python-publish.yml
[gh_pages]: https://github.com/thevickypedia/NetFuse/actions/workflows/pages/pages-build-deployment

[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/

[runbook]: https://thevickypedia.github.io/NetFuse/
[pypi]: https://pypi.org/project/NetFuse/
[release-notes]: https://github.com/thevickypedia/NetFuse/blob/main/release_notes.rst
[license]: https://github.com/thevickypedia/NetFuse/blob/main/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "NetFuse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "localhost,network-synchronization,NetFuse",
    "author": "",
    "author_email": "Vignesh Rao <svignesh1793@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "[![pypi](https://github.com/thevickypedia/NetFuse/actions/workflows/python-publish.yml/badge.svg)][gh_pypi]\n[![pages](https://github.com/thevickypedia/NetFuse/actions/workflows/pages/pages-build-deployment/badge.svg)][gh_pages]\n\n# NetFuse\n\nNetFuse is a python module to dump hostname and IP address mapping for localhost into the hosts file\n\n> :warning: &nbsp; To use this module, the router should be `Netgear`, [OR] the ISP should be `At&t`\n\n### Installation\n```shell\npip install NetFuse\n```\n\n### Usage\n\n> :bulb: &nbsp; Use `netfuse --help` to learn more\n\n```shell\nsudo netfuse\n```\n\n### Note\n\n> This is a hacky solution for a real problem. The best approach would be to [run your own DNS server][howto]\n\n\n## Coding Standards\nDocstring format: [`Google`][google-docs] <br>\nStyling conventions: [`PEP 8`][pep8] and [`isort`][isort]\n\n## [Release Notes][release-notes]\n**Requirement**\n```shell\npython -m pip install gitverse\n```\n\n**Usage**\n```shell\ngitverse-release reverse -f release_notes.rst -t 'Release Notes'\n```\n\n## Linting\n`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL\nmarkdown files (including Wiki pages)\n\n**Requirement**\n```shell\npip install sphinx==5.1.1 pre-commit recommonmark\n```\n\n**Usage**\n```shell\npre-commit run --all-files\n```\n\n## Pypi Package\n[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]\n\n[https://pypi.org/project/NetFuse/][pypi]\n\n## Runbook\n[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]\n\n[https://thevickypedia.github.io/NetFuse/][runbook]\n\n## License & copyright\n\n&copy; Vignesh Rao\n\nLicensed under the [MIT License][license]\n\n[howto]: https://www.howtogeek.com/devops/how-to-run-your-own-dns-server-on-your-local-network/\n\n[gh_pypi]: https://github.com/thevickypedia/NetFuse/actions/workflows/python-publish.yml\n[gh_pages]: https://github.com/thevickypedia/NetFuse/actions/workflows/pages/pages-build-deployment\n\n[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings\n[pep8]: https://www.python.org/dev/peps/pep-0008/\n[isort]: https://pycqa.github.io/isort/\n[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html\n[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/\n\n[runbook]: https://thevickypedia.github.io/NetFuse/\n[pypi]: https://pypi.org/project/NetFuse/\n[release-notes]: https://github.com/thevickypedia/NetFuse/blob/main/release_notes.rst\n[license]: https://github.com/thevickypedia/NetFuse/blob/main/LICENSE\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Vignesh Rao  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python module to dump hostname and IP address mapping for localhost into host file.",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/thevickypedia/NetFuse/issues",
        "Docs": "https://thevickypedia.github.io/NetFuse",
        "Homepage": "https://github.com/thevickypedia/NetFuse",
        "Release Notes": "https://github.com/thevickypedia/NetFuse/blob/main/release_notes.rst",
        "Source": "https://github.com/thevickypedia/NetFuse"
    },
    "split_keywords": [
        "localhost",
        "network-synchronization",
        "netfuse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "806c5421ee5009f30404cd680ed89e6b8e1068312ed660b4d603ef74828ba6fc",
                "md5": "d7a3cbc06e80c154230aac8b58193835",
                "sha256": "bf50720f84ac07adae87a5c37748848a590ac692c5889f3f04ea237b92861906"
            },
            "downloads": -1,
            "filename": "NetFuse-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7a3cbc06e80c154230aac8b58193835",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10292,
            "upload_time": "2024-01-24T11:45:01",
            "upload_time_iso_8601": "2024-01-24T11:45:01.422096Z",
            "url": "https://files.pythonhosted.org/packages/80/6c/5421ee5009f30404cd680ed89e6b8e1068312ed660b4d603ef74828ba6fc/NetFuse-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 11:45:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thevickypedia",
    "github_project": "NetFuse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "netfuse"
}
        
Elapsed time: 0.21860s