Update extensions.json - Add T3LabLite extension details#3208
Update extensions.json - Add T3LabLite extension details#3208jmcouffin merged 5 commits intopyrevitlabs:developfrom
Conversation
Added T3LabLite extension with details including author, description, and URLs.
|
Unable to trigger custom agent "Code Reviewer". You have run out of credits 😔 |
There was a problem hiding this comment.
Pull request overview
Adds T3LabLite to pyRevit’s public extension registry (extensions/extensions.json) so it can be discovered and installed/configured through pyRevit’s extension lookup mechanism.
Changes:
- Register new extension entry for T3LabLite with author, description, and repository/website URLs.
extensions/extensions.json
Outdated
| "author": "Tran Tien Thanh", | ||
| "author_profile": "https://www.linkedin.com/in/sunarch7899/", | ||
| "url": "https://github.com/thanhtranarch/T3Lab-Lite_RevitTools", |
There was a problem hiding this comment.
author_profile is the key used by the Python-side extension package parser, but the C# PyRevitExtensionDefinition.AuthorProfile getter reads author_url (see dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitExtension.cs). With only author_profile present, CLI / C# consumers will likely show an empty author profile for this entry. Consider adding an author_url field (keeping author_profile for backward compatibility) or aligning the key name to what the C# parser expects.
|
The pull request itself looks good. Also, if there is any code in your extension that allows traffic in or out please point to the relevant bits to save me from having to screen the whole repo. |
|
Hi @jmcouffin, thanks for the feedback! |
extensions/extensions.json
Outdated
| "description": "Set of tools for Revit.", | ||
| "author": "Tran Tien Thanh", | ||
| "author_profile": "https://www.linkedin.com/in/sunarch7899/", | ||
| "url": "https://github.com/thanhtranarch/T3Lab-Lite_RevitTools", |
There was a problem hiding this comment.
It looks like it is the wrong url if I compare to your repo list and recent activity
There was a problem hiding this comment.
yes, it should be /T3LabLit.git . I've updated URL and push a new commit. Thank you!
|
📦 New public release are available for 6.3.0.26095+0830 |
Added T3LabLite extension with details including author, description, and URLs.
Name of your PR
Description
Please provide a brief description of the changes introduced in this pull request. Explain the purpose of these changes and their intended effect on the project.
Checklist
Before submitting your pull request, ensure the following requirements are met:
pipenv run black {source_file_or_directory}Related Issues
If applicable, link the issues resolved by this pull request:
Additional Notes
Include any additional context, screenshots, or considerations for reviewers.
Thank you for contributing to pyRevit! 🎉