domain2idna


Namedomain2idna JSON
Version 1.12.0 PyPI version JSON
download
home_pagehttps://github.com/PyFunceble/domain2idna
SummaryThe tool to convert a domain or a file with a list of domain to the famous IDNA format.
upload_time2020-07-09 23:03:14
maintainer
docs_urlNone
authorfunilrys
requires_python>=3.6.2, <4
licenseMIT https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE
keywords python domain idna
VCS
bugtrack_url
requirements setuptools colorama
Travis-CI
coveralls test coverage
            domains2idna
=============


The tool to convert domains to the famous IDNA format.
------------------------------------------------------

.. image:: https://travis-ci.com/PyFunceble/domain2idna.svg?branch=master
    :target: https://travis-ci.com/PyFunceble/domain2idna
.. image:: https://coveralls.io/repos/github/PyFunceble/domain2idna/badge.svg?branch=master
    :target: https://coveralls.io/github/PyFunceble/domain2idna?branch=master
.. image:: https://api.codacy.com/project/badge/Grade/7fc14987068e409e9ddb70195f2485ab
    :target: https://www.codacy.com/manual/funilrys/domain2idna?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyFunceble/domain2idna&amp;utm_campaign=Badge_Grade
.. image:: https://img.shields.io/github/license/PyFunceble/domain2idna.svg
    :target: https://github.com/PyFunceble/domain2idna/blob/master/LICENSE
.. image:: https://img.shields.io/github/release/PyFunceble/domain2idna.svg
    :target: https://github.com/PyFunceble/domain2idna/releases/latest
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

This project provides a tool for list or hosts file maintainer that can converts domain to the Punycode/IDNA format.

__________________________________________________________

Documentation as the place to be!
---------------------------------

Want to know more about **domain2idna**?
We invite you to read the documentation at https://domain2idna.readthedocs.io!

Want a local copy!? We get you covered!

Simply run the following and enjoy the documentation!

::

    $ # We move to the docs directory
    $ cd docs/
    $ # We build the documentation
    $ make html
    $ # We run the documentation with our favorite browser.
    $ chromium _builld/html/index.html

__________________________________________________________

What can domain2idna do ?
-------------------------

- Read a given domain and convert it to the Punycode/IDNA format.
- Read a given URL and convert its base to Punycode/IDNA format.
- Read a file and convert all non-commented line to the Punycode/IDNA format.
- Print the converted data on the screen.
- Save into a file the converted data.
- Return the converted data (when used as a module).
- Ignore commented inputs (starts with `#`)

__________________________________________________________

License
-------

::

    MIT License

    Copyright (c) 2019, 2020 PyFunceble
    Copyright (c) 2018, 2019, 2020 Nissar Chababy

    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.



.. _domain2idna: https://github.com/PyFunceble/domain2idna
.. _PyFunceble: https://github.com/funilrys/PyFunceble
.. _Dead-Hosts: https://github.com/dead-hosts
.. _Funceble: https://github.com/funilrys/funceble


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PyFunceble/domain2idna",
    "name": "domain2idna",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.2, <4",
    "maintainer_email": "",
    "keywords": "Python,domain,idna",
    "author": "funilrys",
    "author_email": "contact@funilrys.com",
    "download_url": "https://files.pythonhosted.org/packages/39/26/58443bed6851bf1c9b7e32abf43fffc2fc9cf36c455973547ceba2e02247/domain2idna-1.12.0.tar.gz",
    "platform": "any",
    "description": "domains2idna\n=============\n\n\nThe tool to convert domains to the famous IDNA format.\n------------------------------------------------------\n\n.. image:: https://travis-ci.com/PyFunceble/domain2idna.svg?branch=master\n    :target: https://travis-ci.com/PyFunceble/domain2idna\n.. image:: https://coveralls.io/repos/github/PyFunceble/domain2idna/badge.svg?branch=master\n    :target: https://coveralls.io/github/PyFunceble/domain2idna?branch=master\n.. image:: https://api.codacy.com/project/badge/Grade/7fc14987068e409e9ddb70195f2485ab\n    :target: https://www.codacy.com/manual/funilrys/domain2idna?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyFunceble/domain2idna&amp;utm_campaign=Badge_Grade\n.. image:: https://img.shields.io/github/license/PyFunceble/domain2idna.svg\n    :target: https://github.com/PyFunceble/domain2idna/blob/master/LICENSE\n.. image:: https://img.shields.io/github/release/PyFunceble/domain2idna.svg\n    :target: https://github.com/PyFunceble/domain2idna/releases/latest\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\nThis project provides a tool for list or hosts file maintainer that can converts domain to the Punycode/IDNA format.\n\n__________________________________________________________\n\nDocumentation as the place to be!\n---------------------------------\n\nWant to know more about **domain2idna**?\nWe invite you to read the documentation at https://domain2idna.readthedocs.io!\n\nWant a local copy!? We get you covered!\n\nSimply run the following and enjoy the documentation!\n\n::\n\n    $ # We move to the docs directory\n    $ cd docs/\n    $ # We build the documentation\n    $ make html\n    $ # We run the documentation with our favorite browser.\n    $ chromium _builld/html/index.html\n\n__________________________________________________________\n\nWhat can domain2idna do ?\n-------------------------\n\n- Read a given domain and convert it to the Punycode/IDNA format.\n- Read a given URL and convert its base to Punycode/IDNA format.\n- Read a file and convert all non-commented line to the Punycode/IDNA format.\n- Print the converted data on the screen.\n- Save into a file the converted data.\n- Return the converted data (when used as a module).\n- Ignore commented inputs (starts with `#`)\n\n__________________________________________________________\n\nLicense\n-------\n\n::\n\n    MIT License\n\n    Copyright (c) 2019, 2020 PyFunceble\n    Copyright (c) 2018, 2019, 2020 Nissar Chababy\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\n\n\n.. _domain2idna: https://github.com/PyFunceble/domain2idna\n.. _PyFunceble: https://github.com/funilrys/PyFunceble\n.. _Dead-Hosts: https://github.com/dead-hosts\n.. _Funceble: https://github.com/funilrys/funceble\n\n",
    "bugtrack_url": null,
    "license": "MIT https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE",
    "summary": "The tool to convert a domain or a file with a list of domain to the famous IDNA format.",
    "version": "1.12.0",
    "split_keywords": [
        "python",
        "domain",
        "idna"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "41708a97d0c240a44fba23c48c85173a",
                "sha256": "b717121b717ee1890d148dd5bf200834c521b308bca83bee5d4d9867a2bd8795"
            },
            "downloads": -1,
            "filename": "domain2idna-1.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41708a97d0c240a44fba23c48c85173a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.2, <4",
            "size": 10751,
            "upload_time": "2020-07-09T23:03:13",
            "upload_time_iso_8601": "2020-07-09T23:03:13.491106Z",
            "url": "https://files.pythonhosted.org/packages/bf/a0/e5f7268e7af1778b274b520d1aa03e7906d841159f6d18de4e01bcc98602/domain2idna-1.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "01daaf49aabdf13611a7a1ce1cc1c22e",
                "sha256": "7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d"
            },
            "downloads": -1,
            "filename": "domain2idna-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01daaf49aabdf13611a7a1ce1cc1c22e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.2, <4",
            "size": 15625,
            "upload_time": "2020-07-09T23:03:14",
            "upload_time_iso_8601": "2020-07-09T23:03:14.606760Z",
            "url": "https://files.pythonhosted.org/packages/39/26/58443bed6851bf1c9b7e32abf43fffc2fc9cf36c455973547ceba2e02247/domain2idna-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-07-09 23:03:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "PyFunceble",
    "github_project": "domain2idna",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        }
    ],
    "lcname": "domain2idna"
}
        
Elapsed time: 0.01337s