File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## The tool to convert domains to the famous IDNA format.
44
5- [ ![ Build Status] ( https://travis-ci.com/funilrys/domain2idna.svg?branch=dev )] ( https://travis-ci.com/funilrys/domain2idna ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=dev )] ( https://coveralls.io/github/funilrys/domain2idna?branch=dev ) [ ![ license] ( https://img.shields.io/github/license/funilrys/domain2idna.svg )] ( https://github.com/funilrys/domain2idna/blob/dev /LICENSE ) [ ![ GitHub release] ( https://img.shields.io/github/release/funilrys/domain2idna.svg )] ( https://github.com/funilrys/domain2idna/releases/latest ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
5+ [ ![ Build Status] ( https://travis-ci.com/funilrys/domain2idna.svg?branch=master )] ( https://travis-ci.com/funilrys/domain2idna ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=master )] ( https://coveralls.io/github/funilrys/domain2idna?branch=master ) [ ![ license] ( https://img.shields.io/github/license/funilrys/domain2idna.svg )] ( https://github.com/funilrys/domain2idna/blob/master /LICENSE ) [ ![ GitHub release] ( https://img.shields.io/github/release/funilrys/domain2idna.svg )] ( https://github.com/funilrys/domain2idna/releases/latest ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
66
77The objective of this project is to provide a tool for list or hosts file maintainer that can convertible domain to the Punycode/IDNA format.
88
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ The tool to convert domains to the famous IDNA format.
44
55|Build Status | |Coverage Status | |license | |GitHub release | |Code style: black |
66
7- .. |Build Status | image :: https://travis-ci.com/funilrys/domain2idna.svg?branch=dev
7+ .. |Build Status | image :: https://travis-ci.com/funilrys/domain2idna.svg?branch=master
88 :target: https://travis-ci.com/funilrys/domain2idna
9- .. |Coverage Status | image :: https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=dev
10- :target: https://coveralls.io/github/funilrys/domain2idna?branch=dev
9+ .. |Coverage Status | image :: https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=master
10+ :target: https://coveralls.io/github/funilrys/domain2idna?branch=master
1111.. |license | image :: https://img.shields.io/github/license/funilrys/domain2idna.svg
12- :target: https://github.com/funilrys/domain2idna/blob/dev /LICENSE
12+ :target: https://github.com/funilrys/domain2idna/blob/master /LICENSE
1313.. |GitHub release | image :: https://img.shields.io/github/release/funilrys/domain2idna.svg
1414 :target: https://github.com/funilrys/domain2idna/releases/latest
1515.. |Code style: black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
Original file line number Diff line number Diff line change 5353from .core import Core
5454from .helpers import File
5555
56- VERSION = "1.4.1 "
56+ VERSION = "1.5.0 "
5757
5858
5959def get (domain_to_convert ):
You can’t perform that action at this time.
0 commit comments