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 44.. image :: https://img.shields.io/pypi/v/cli-ui.svg
55 :target: https://pypi.org/project/cli-ui/
66
7- .. image :: https://img.shields.io/github/license/dmerejkowsky /python-cli-ui.svg
8- :target: https://github.com/dmerejkowsky /python-cli-ui/blob/main/LICENSE
7+ .. image :: https://img.shields.io/github/license/your-tools /python-cli-ui.svg
8+ :target: https://github.com/your-tools /python-cli-ui/blob/main/LICENSE
99
1010.. image :: https://img.shields.io/badge/deps%20scanning-pyup.io-green
11- :target: https://github.com/dmerejkowsky /python-cli-ui/actions
11+ :target: https://github.com/your-tools /python-cli-ui/actions
1212
1313python-cli-ui
1414=============
@@ -27,7 +27,7 @@ Documentation
2727-------------
2828
2929
30- See `python-cli-ui documentation <https://dmerejkowsky .github.io/python-cli-ui >`_.
30+ See `python-cli-ui documentation <https://your-tools .github.io/python-cli-ui >`_.
3131
3232Demo
3333----
Original file line number Diff line number Diff line change @@ -444,4 +444,4 @@ standard output if some other code prints anything between to two
444444
445445One way to fix the problems is to use *locks *. You can see examples of
446446this in the `examples/ folder of the repository of this project
447- <https://github.com/dmerejkowsky /python-cli-ui/tree/main/examples> `_.
447+ <https://github.com/your-tools /python-cli-ui/tree/main/examples> `_.
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ description = "Build Nice User Interfaces In The Terminal"
88readme = " README.rst"
99authors = [" Dimitri Merejkowsky <dimitri@dmerej.info>" ]
1010license = " BSD-3-Clause"
11- repository = " https://github.com/dmerejkowsky /python-cli-ui"
12- documentation = " https://dmerejkowsky .github.io/python-cli-ui/"
11+ repository = " https://git.sr.ht/~your-tools /python-cli-ui"
12+ documentation = " https://your-tools .github.io/python-cli-ui/"
1313
1414[tool .poetry .urls ]
15- Changelog = " https://dmerejkowsky .github.io/python-cli-ui/changelog.html"
16- Issues = " https://github.com/dmerejkowsky /python-cli-ui/issues"
15+ Changelog = " https://your-tools .github.io/python-cli-ui/changelog.html"
16+ Issues = " https://github.com/your-tools /python-cli-ui/issues"
1717
1818[tool .poetry .dependencies ]
1919# Keep this in sync with .github/workflows/
Original file line number Diff line number Diff line change 1- github_url = " https://github.com/dmerejkowsky /python-cli-ui"
1+ github_url = " https://github.com/your-tools /python-cli-ui"
22
33[version ]
44current = " 0.17.0"
You can’t perform that action at this time.
0 commit comments