Skip to content

Commit a897e7c

Browse files
Update GitHub uris to relfect new repo home for usethis (#748)
1 parent 5b638b7 commit a897e7c

22 files changed

Lines changed: 52 additions & 52 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Contributing
22

33
Thank you for your interest in contributing to usethis! There are issues labeled
4-
[Good First Issue](https://github.com/nathanjmcdougall/usethis-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
4+
[Good First Issue](https://github.com/usethis-python/usethis-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
55
which are good opportunities for new contributors.
66

77
Since `usethis` is at early stages of development, please
8-
[ensure a GitHub Issue is opened](https://github.com/nathanjmcdougall/usethis-python/issues)
8+
[ensure a GitHub Issue is opened](https://github.com/usethis-python/usethis-python/issues)
99
before starting work on a new feature or bug fix. This helps to ensure that the
1010
feature is aligned with the project's goals and that there is no duplication of effort. Sometimes these Issues don't have enough guidance in them, so consider asking for some more guidance from the ticket creator before getting started.
1111

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/nathanjmcdougall/usethis-python/refs/heads/main/docs/logo.svg"><br>
2+
<img src="https://raw.githubusercontent.com/usethis-python/usethis-python/refs/heads/main/docs/logo.svg"><br>
33
</h1>
44

55
# usethis
66

7-
[![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/nathanjmcdougall/usethis-python/main/assets/badge/v1.json)](https://github.com/nathanjmcdougall/usethis-python)
7+
[![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/usethis-python/usethis-python/main/assets/badge/v1.json)](https://github.com/usethis-python/usethis-python)
88
[![PyPI Version](https://img.shields.io/pypi/v/usethis.svg)](https://pypi.python.org/pypi/usethis)
99
![PyPI License](https://img.shields.io/pypi/l/usethis.svg)
1010
[![PyPI Supported Versions](https://img.shields.io/pypi/pyversions/usethis.svg)](https://pypi.python.org/pypi/usethis)
1111
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
1212
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/nathanjmcdougall/usethis-python)
1313
[![codecov](https://codecov.io/gh/nathanjmcdougall/usethis-python/graph/badge.svg?token=MU1AZS0KHV)](https://codecov.io/gh/nathanjmcdougall/usethis-python)
14-
[![GitHub Actions Status](https://github.com/nathanjmcdougall/usethis-python/workflows/CI/badge.svg)](https://github.com/nathanjmcdougall/usethis-python/actions)
14+
[![GitHub Actions Status](https://github.com/usethis-python/usethis-python/workflows/CI/badge.svg)](https://github.com/usethis-python/usethis-python/actions)
1515

1616
Automate Python project setup and development tasks that are otherwise performed manually.
1717

@@ -26,7 +26,7 @@ usethis gives detailed messages about what it is doing (and what you need to do
2626
Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.html), this package brings a similar experience to the Python ecosystem as a CLI tool.
2727

2828
> [!TIP]
29-
> usethis is great for fresh projects using [uv](https://docs.astral.sh/uv), but also supports updating existing projects. However, this should be considered experimental. If you encounter problems or have feedback, please [open an issue](https://github.com/nathanjmcdougall/usethis-python/issues/new?template=idea.md).
29+
> usethis is great for fresh projects using [uv](https://docs.astral.sh/uv), but also supports updating existing projects. However, this should be considered experimental. If you encounter problems or have feedback, please [open an issue](https://github.com/usethis-python/usethis-python/issues/new?template=idea.md).
3030
3131
## Highlights
3232

@@ -337,7 +337,7 @@ Currently supported badges:
337337
- `usethis badge pre-commit` - [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
338338
- `usethis badge pypi` - [![PyPI Version](https://img.shields.io/pypi/v/usethis.svg)](https://pypi.python.org/pypi/usethis)
339339
- `usethis badge ruff` - [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
340-
- `usethis badge usethis` - [![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/nathanjmcdougall/usethis-python/main/assets/badge/v1.json)](https://github.com/nathanjmcdougall/usethis-python)
340+
- `usethis badge usethis` - [![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/usethis-python/usethis-python/main/assets/badge/v1.json)](https://github.com/usethis-python/usethis-python)
341341
- `usethis badge uv` - [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
342342

343343
Supported options:
@@ -455,27 +455,27 @@ If you're using Cookiecutter, then you can update to a latest version of a templ
455455

456456
## 🚀 Development
457457

458-
[![Commits since latest release](https://img.shields.io/github/commits-since/nathanjmcdougall/usethis-python/latest.svg)](https://github.com/nathanjmcdougall/usethis-python/releases)
458+
[![Commits since latest release](https://img.shields.io/github/commits-since/nathanjmcdougall/usethis-python/latest.svg)](https://github.com/usethis-python/usethis-python/releases)
459459

460460
### Roadmap
461461

462462
Major features planned for later in 2025 are:
463463

464464
- Support for users who aren't using uv, e.g. poetry users,
465-
- Support for automated GitHub Actions workflows ([#57](https://github.com/nathanjmcdougall/usethis-python/issues/57)),
466-
- Support for a typechecker (likely Pyright, [#121](https://github.com/nathanjmcdougall/usethis-python/issues/121)), and
467-
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/nathanjmcdougall/usethis-python/issues/188)).
465+
- Support for automated GitHub Actions workflows ([#57](https://github.com/usethis-python/usethis-python/issues/57)),
466+
- Support for a typechecker (likely Pyright, [#121](https://github.com/usethis-python/usethis-python/issues/121)), and
467+
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/usethis-python/usethis-python/issues/188)).
468468

469-
Other features are tracked in the [GitHub Issues](https://github.com/nathanjmcdougall/usethis-python/issues) page.
469+
Other features are tracked in the [GitHub Issues](https://github.com/usethis-python/usethis-python/issues) page.
470470

471471
### Contributing
472472

473473
See the
474-
[CONTRIBUTING.md](https://github.com/nathanjmcdougall/usethis-python/blob/main/CONTRIBUTING.md)
474+
[CONTRIBUTING.md](https://github.com/usethis-python/usethis-python/blob/main/CONTRIBUTING.md)
475475
file.
476476

477477
## License
478478

479-
usethis is licensed under the MIT license ([LICENSE](https://github.com/nathanjmcdougall/usethis-python/blob/main/LICENSE) or <https://opensource.org/licenses/MIT>)
479+
usethis is licensed under the MIT license ([LICENSE](https://github.com/usethis-python/usethis-python/blob/main/LICENSE) or <https://opensource.org/licenses/MIT>)
480480

481481
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in usethis by you, as defined in the Apache License, Version 2.0, (<https://www.apache.org/licenses/LICENSE-2.0>), shall be licensed under the MIT license, without any additional terms or conditions.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ These are not considered vulnerabilities in usethis.
1010

1111
## Reporting a vulnerability
1212

13-
Please use the [GitHub vulnerability reporting form](https://github.com/nathanjmcdougall/usethis-python/security/advisories/new) to report a vulnerability.
13+
Please use the [GitHub vulnerability reporting form](https://github.com/usethis-python/usethis-python/security/advisories/new) to report a vulnerability.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ usethis gives detailed messages about what it is doing (and what you need to do
1616
Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.html),
1717
this package brings a similar experience to the Python ecosystem as a CLI tool.
1818

19-
See the [README.md file](https://github.com/nathanjmcdougall/usethis-python/blob/main/README.md) for more information.
19+
See the [README.md file](https://github.com/usethis-python/usethis-python/blob/main/README.md) for more information.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ doc = [
7777
source = "vcs"
7878

7979
[tool.hatch.metadata.hooks.vcs.urls]
80-
"Source Code" = "https://github.com/nathanjmcdougall/usethis-python"
81-
"Bug Tracker" = "https://github.com/nathanjmcdougall/usethis-python/issues"
82-
"Releases" = "https://github.com/nathanjmcdougall/usethis-python/releases"
83-
"Source Archive" = "https://github.com/nathanjmcdougall/usethis-python/archive/{commit_hash}.zip"
80+
"Source Code" = "https://github.com/usethis-python/usethis-python"
81+
"Bug Tracker" = "https://github.com/usethis-python/usethis-python/issues"
82+
"Releases" = "https://github.com/usethis-python/usethis-python/releases"
83+
"Source Archive" = "https://github.com/usethis-python/usethis-python/archive/{commit_hash}.zip"
8484

8585
[tool.hatch.build.hooks.vcs]
8686
version-file = "src/usethis/_version.py"
@@ -130,7 +130,7 @@ lint.pydocstyle.convention = "google"
130130
ignore-words-list = [ "edn" ]
131131

132132
[tool.deptry.per_rule_ignores]
133-
DEP002 = [ "click" ] # https://github.com/nathanjmcdougall/usethis-python/issues/623
133+
DEP002 = [ "click" ] # https://github.com/usethis-python/usethis-python/issues/623
134134

135135
[tool.pyproject-fmt]
136136
keep_full_version = true

src/usethis/_core/badge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_uv_badge() -> Badge:
6161

6262
def get_usethis_badge() -> Badge:
6363
return Badge(
64-
markdown="[![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/nathanjmcdougall/usethis-python/main/assets/badge/v1.json)](https://github.com/nathanjmcdougall/usethis-python)"
64+
markdown="[![usethis](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/usethis-python/usethis-python/main/assets/badge/v1.json)](https://github.com/usethis-python/usethis-python)"
6565
)
6666

6767

src/usethis/_core/tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _get_basic_rule_config() -> RuleConfig:
460460
if additional_selected and _tool.is_used():
461461
selected += additional_selected
462462
ignored = [
463-
"PLR2004", # https://github.com/nathanjmcdougall/usethis-python/issues/105
464-
"SIM108", # https://github.com/nathanjmcdougall/usethis-python/issues/118
463+
"PLR2004", # https://github.com/usethis-python/usethis-python/issues/105
464+
"SIM108", # https://github.com/usethis-python/usethis-python/issues/118
465465
]
466466
return RuleConfig(selected=selected, ignored=ignored)

src/usethis/_integrations/ci/bitbucket/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _add_step_in_default_via_doc(
155155

156156
# N.B. Currently, we are not accounting for parallelism, whereas all these steps
157157
# could be parallel potentially.
158-
# See https://github.com/nathanjmcdougall/usethis-python/issues/149
158+
# See https://github.com/usethis-python/usethis-python/issues/149
159159
maj_versions = get_supported_major_python_versions()
160160
step_order = [
161161
"Run pre-commit",

src/usethis/_integrations/file/toml/io_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,15 @@ def _set_value_in_existing(
334334
assert isinstance(toml_document, TOMLDocument)
335335
else:
336336
# Note that this alternative logic is just to avoid a bug:
337-
# https://github.com/nathanjmcdougall/usethis-python/issues/507
337+
# https://github.com/usethis-python/usethis-python/issues/507
338338
TypeAdapter(dict).validate_python(current_container)
339339
assert isinstance(current_container, dict)
340340

341341
unshared_keys = keys[len(current_keys) :]
342342

343343
if len(current_keys) == 1:
344344
# In this case, we need to "seed" the section to avoid another bug:
345-
# https://github.com/nathanjmcdougall/usethis-python/issues/558
345+
# https://github.com/usethis-python/usethis-python/issues/558
346346

347347
placeholder = {keys[0]: {keys[1]: {}}}
348348
toml_document = mergedeep.merge(toml_document, placeholder) # type: ignore[reportArgumentType]

src/usethis/_integrations/uv/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def ensure_pyproject_toml(*, author: bool = True) -> None:
4242
"--bare",
4343
"--vcs=none",
4444
f"--author-from={author_from}",
45-
"--build-backend", # https://github.com/nathanjmcdougall/usethis-python/issues/347
45+
"--build-backend", # https://github.com/usethis-python/usethis-python/issues/347
4646
"hatch", # until https://github.com/astral-sh/uv/issues/3957
4747
usethis_config.cpd().as_posix(),
4848
],

0 commit comments

Comments
 (0)