Skip to content

Commit f32f717

Browse files
authored
feat: rename package (#19)
1 parent 59e1ddc commit f32f717

File tree

13 files changed

+69
-75
lines changed

13 files changed

+69
-75
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "array-api",
2+
"projectName": "types-array-api",
33
"projectOwner": "34j",
44
"repoType": "github",
55
"repoHost": "https://github.com",

.copier-answers.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
# Changes here will be overwritten by Copier
22
_commit: 2e4f7d0
33
_src_path: gh:34j/pypackage-template
4-
add_me_as_contributor: false
54
cli_name: array-api
65
copyright_year: '2025'
76
documentation: true
87
98
full_name: 34j
10-
github_app_installation_ids: 31487150,37771054
119
github_username: 34j
1210
has_cli: true
1311
initial_commit: false
1412
is_django_package: false
1513
open_source_license: Apache Software License 2.0
16-
open_with_editor: true
1714
package_name: array_api
1815
project_name: Python array API standard typing
1916
project_short_description: Typing for array API and array-api-compat
20-
project_slug: array-api
17+
project_slug: types-array-api
2118
run_uv_sync: false
2219
setup_github: false
2320
setup_pre_commit: false

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ body:
4545
attributes:
4646
label: Code of Conduct
4747
description: By submitting this issue, you agree to follow our
48-
[Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
48+
[Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).
4949
options:
5050
- label: I agree to follow this project's Code of Conduct.
5151
required: true
5252
- type: checkboxes
5353
id: no-duplicate
5454
attributes:
5555
label: No Duplicate
56-
description: Please check [existing issues](https://github.com/34j/array-api/issues) to avoid duplicates.
56+
description: Please check [existing issues](https://github.com/34j/types-array-api/issues) to avoid duplicates.
5757
options:
5858
- label: I have checked existing issues to avoid duplicates.
5959
required: true

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
attributes:
3030
label: Code of Conduct
3131
description: By submitting this issue, you agree to follow our
32-
[Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
32+
[Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).
3333
options:
3434
- label: I agree to follow this project's Code of Conduct
3535
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
blank_issues_enabled: false
55
contact_links:
66
- name: Questions
7-
url: https://github.com/34j/array-api/discussions/categories/q-a
7+
url: https://github.com/34j/types-array-api/discussions/categories/q-a
88
about: Please ask and answer questions here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
😀 Wonderful! Thank you for opening a pull request.
33
4-
By submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
4+
By submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).
55
66
Please fill in the information below to expedite the review
77
and (hopefully) merge of your change.
@@ -34,7 +34,7 @@
3434
-->
3535

3636
- [ ] Code is up-to-date with the `main` branch
37-
- [ ] This pull request follows the [contributing guidelines](https://github.com/34j/array-api/blob/main/CONTRIBUTING.md).
37+
- [ ] This pull request follows the [contributing guidelines](https://github.com/34j/types-array-api/blob/main/CONTRIBUTING.md).
3838
- [ ] This pull request links relevant issues as `Fixes #0000`
3939
- [ ] There are new or updated unit tests validating the change
4040
- [ ] Documentation has been updated to reflect this change

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
### Documentation
66

7-
- Add screenshot ([`809ab74`](https://github.com/34j/array-api/commit/809ab74ce3805404100cd4248cc5d42787b35017))
7+
- Add screenshot ([`809ab74`](https://github.com/34j/types-array-api/commit/809ab74ce3805404100cd4248cc5d42787b35017))
88

99
## v0.1.0 (2025-06-07)
1010

1111
### Features
1212

13-
- Add main feat ([`3604571`](https://github.com/34j/array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))
13+
- Add main feat ([`3604571`](https://github.com/34j/types-array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))
1414

1515
## v0.0.0 (2025-06-07)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Ready to contribute? Here's how to set yourself up for local development.
4343
2. Clone your fork locally:
4444

4545
```shell
46-
$ git clone [email protected]:your_name_here/array-api.git
46+
$ git clone [email protected]:your_name_here/types-array-api.git
4747
```
4848

4949
3. Install the project dependencies with [uv](https://docs.astral.sh/uv/):
@@ -114,4 +114,4 @@ $ pytest tests
114114

115115
The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.
116116

117-
[gh-issues]: https://github.com/34j/array-api/issues
117+
[gh-issues]: https://github.com/34j/types-array-api/issues

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python array API standard typing
22

33
<p align="center">
4-
<a href="https://github.com/34j/array-api/actions/workflows/ci.yml?query=branch%3Amain">
4+
<a href="https://github.com/34j/types-array-api/actions/workflows/ci.yml?query=branch%3Amain">
55
<img src="https://img.shields.io/github/actions/workflow/status/34j/array-api/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
66
</a>
77
<a href="https://array-api.readthedocs.io">
@@ -34,7 +34,7 @@
3434

3535
**Documentation**: <a href="https://array-api.readthedocs.io" target="_blank">https://array-api.readthedocs.io </a>
3636

37-
**Source Code**: <a href="https://github.com/34j/array-api" target="_blank">https://github.com/34j/array-api </a>
37+
**Source Code**: <a href="https://github.com/34j/types-array-api" target="_blank">https://github.com/34j/types-array-api </a>
3838

3939
---
4040

@@ -45,7 +45,7 @@ Typing for array API and array-api-compat
4545
Install this via pip (or your favourite package manager):
4646

4747
```shell
48-
pip install array-api
48+
pip install types-array-api
4949
```
5050

5151
## Usage

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Installation
44

5-
The package is published on [PyPI](https://pypi.org/project/array-api/) and can be installed with `pip` (or any equivalent):
5+
The package is published on [PyPI](https://pypi.org/project/types-array-api/) and can be installed with `pip` (or any equivalent):
66

77
```bash
8-
pip install array-api
8+
pip install types-array-api
99
```
1010

1111
Next, see the {ref}`section about usage <usage>` to see how to use it.

0 commit comments

Comments
 (0)