Metadata-Version: 1.2
Name: domain2idna
Version: 1.12.0
Summary: The tool to convert a domain or a file with a list of domain to the famous IDNA format.
Home-page: https://github.com/PyFunceble/domain2idna
Author: funilrys
Author-email: contact@funilrys.com
License: MIT https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE
Description: 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
Keywords: Python,domain,idna
Platform: any
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6.2, <4
