This repository was archived by the owner on Feb 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ python-cli-ui
33
44Tools for nice user interfaces in the terminal.
55
6- .. image :: https://img.shields.io/travis/SuperTanker /python-cli-ui.svg?branch=master
7- :target: https://travis-ci.org/SuperTanker /python-cli-ui
6+ .. image :: https://img.shields.io/travis/TankerHQ /python-cli-ui.svg?branch=master
7+ :target: https://travis-ci.org/TankerHQ /python-cli-ui
88
99.. image :: https://img.shields.io/pypi/v/python-cli-ui.svg
1010 :target: https://pypi.org/project/python-cli-ui/
1111
12- .. image :: https://img.shields.io/github/license/SuperTanker /python-cli-ui.svg
13- :target: https://github.com/SuperTanker /python-cli-ui/blob/master/LICENSE
12+ .. image :: https://img.shields.io/github/license/TankerHQ /python-cli-ui.svg
13+ :target: https://github.com/TankerHQ /python-cli-ui/blob/master/LICENSE
1414
1515
1616Documentation
1717-------------
1818
1919
20- See `python-cli-ui documentation <https://supertanker .github.io/python-cli-ui >`_.
20+ See `python-cli-ui documentation <https://TankerHQ .github.io/python-cli-ui >`_.
2121
2222Demo
2323----
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ v0.7.0
392392v0.6.1
393393++++++
394394
395- * Fix metadata (owner moved from TankerApp to SuperTanker )
395+ * Fix metadata (owner moved from TankerApp to TankerHQ )
396396
397397v0.6.0
398398++++++
@@ -416,7 +416,7 @@ v0.3.0
416416* Add ``info_section ``
417417
418418* Cosmetic changes about prefixes for ``debug ``, ``warn `` and ``error ``
419- messages. (See `#6 <https://github.com/SuperTanker /python-cli-ui/pull/6 >`_
419+ messages. (See `#6 <https://github.com/TankerHQ /python-cli-ui/pull/6 >`_
420420 for the details)
421421
422422
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ authors = [
1111readme = " README.rst"
1212description = " Build Nice User Interfaces In The Terminal"
1313
14- repository = " https://github.com/SuperTanker /python-cli-ui"
15- homepage = " https://github.com/SuperTanker /python-cli-ui"
14+ repository = " https://github.com/TankerHQ /python-cli-ui"
15+ homepage = " https://github.com/TankerHQ /python-cli-ui"
1616
1717keywords = [" terminal" , " colors" ]
1818
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_long_description():
1414 version = "0.7.1" ,
1515 description = "Build Nice User Interfaces In The Terminal" ,
1616 long_description = get_long_description (),
17- url = "https://github.com/SuperTanker /python-cli-ui" ,
17+ url = "https://github.com/TankerHQ /python-cli-ui" ,
1818 author = "Dimitri Merejkowsky" ,
1919 packages = find_packages (),
2020 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments