File tree Expand file tree Collapse file tree 7 files changed +77
-78
lines changed
Expand file tree Collapse file tree 7 files changed +77
-78
lines changed Original file line number Diff line number Diff line change 11{
22 "projectName" : " ulid-transform" ,
3- "projectOwner" : " bdraco " ,
3+ "projectOwner" : " bluetooth-devices " ,
44 "repoType" : " github" ,
55 "repoHost" : " https://github.com" ,
66 "files" : [" README.md" ],
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ copyright_year: '2022'
66documentation : false
77email : nick@koston.org
88full_name : J. Nick Koston
9- github_username : bdraco
9+ github_username : bluetooth-devices
1010initial_commit : true
1111open_source_license : MIT
1212package_name : ulid_transform
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -114,4 +114,4 @@ $ pytest tests
114114
115115The 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/bdraco /ulid-transform/issues
117+ [ gh-issues ] : https://github.com/bluetooth-devices /ulid-transform/issues
Original file line number Diff line number Diff line change 11# Fast ULID transformations
22
33<p align =" center " >
4- <a href =" https://github.com/bdraco /ulid-transform/actions/workflows/ci.yml?query=branch%3Amain " >
5- <img src="https://img.shields.io/github/actions/workflow/status/bdraco /ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
4+ <a href =" https://github.com/bluetooth-devices /ulid-transform/actions/workflows/ci.yml?query=branch%3Amain " >
5+ <img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices /ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
66 </a >
7- <a href =" https://codecov.io/gh/bdraco /ulid-transform " >
8- <img src="https://img.shields.io/codecov/c/github/bdraco /ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
7+ <a href =" https://codecov.io/gh/bluetooth-devices /ulid-transform " >
8+ <img src="https://img.shields.io/codecov/c/github/bluetooth-devices /ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
99 </a >
1010</p >
1111<p align =" center " >
1818 <a href =" https://github.com/pre-commit/pre-commit " >
1919 <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
2020 </a >
21- <a href =" https://codspeed.io/bdraco /ulid-transform " ><img src =" https://img.shields.io/endpoint?url=https://codspeed.io/badge.json " alt =" CodSpeed Badge " /></a >
21+ <a href =" https://codspeed.io/bluetooth-devices /ulid-transform " ><img src =" https://img.shields.io/endpoint?url=https://codspeed.io/badge.json " alt =" CodSpeed Badge " /></a >
2222</p >
2323<p align =" center " >
2424 <a href =" https://pypi.org/project/ulid-transform/ " >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Create and transform ULIDs"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " MIT"
77readme = " README.md"
8- repository = " https://github.com/bdraco /ulid-transform"
8+ repository = " https://github.com/bluetooth-devices /ulid-transform"
99classifiers = [
1010 " Development Status :: 5 - Production/Stable" ,
1111 " Intended Audience :: Developers" ,
@@ -25,8 +25,8 @@ generate-setup-file = true
2525script = " build_ext.py"
2626
2727[tool .poetry .urls ]
28- "Bug Tracker" = " https://github.com/bdraco /ulid-transform/issues"
29- "Changelog" = " https://github.com/bdraco /ulid-transform/blob/main/CHANGELOG.md"
28+ "Bug Tracker" = " https://github.com/bluetooth-devices /ulid-transform/issues"
29+ "Changelog" = " https://github.com/bluetooth-devices /ulid-transform/blob/main/CHANGELOG.md"
3030
3131[tool .poetry .dependencies ]
3232python = " ^3.11"
You can’t perform that action at this time.
0 commit comments