File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# add these directories to sys.path here. If the directory is relative to the
1313# documentation root, use os.path.abspath to make it absolute, like shown here.
1414#
15- # import os
16- # import sys
17- # sys.path.insert(0, os.path.abspath('.'))
15+ import os
16+ import sys
17+ sys .path .insert (0 , os .path .abspath ('../ ' ))
1818
1919from re import compile as comp
2020
Original file line number Diff line number Diff line change 22The tool to convert domains to the famous IDNA format.
33#######################################
44
5+ |Build Status | |Coverage Status | |license | |GitHub release | |Code style: black |
6+
7+ .. |Build Status | image :: https://travis-ci.com/funilrys/domain2idna.svg?branch=dev
8+ :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
11+ .. |license | image :: https://img.shields.io/github/license/funilrys/domain2idna.svg
12+ :target: https://github.com/funilrys/domain2idna/blob/dev/LICENSE
13+ .. |GitHub release | image :: https://img.shields.io/github/release/funilrys/domain2idna.svg
14+ :target: https://github.com/funilrys/domain2idna/releases/latest
15+ .. |Code style: black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
16+ :target: https://github.com/ambv/black
17+
518
619Installation
720************
Original file line number Diff line number Diff line change 5353from .core import Core
5454from .helpers import File
5555
56- VERSION = "1.4.0 "
56+ VERSION = "1.4.1 "
5757
5858
5959def get (domain_to_convert ):
You can’t perform that action at this time.
0 commit comments