Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
BHoM
/
Python_Toolkit
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
12
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add BHoMObject class to python
- #233
#233
Merged
jamesramsden-bh
merged 20 commits into
develop
BHoM/Python_Toolkit:develop
from
Python_Toolkit-#220-BHoMObject
BHoM/Python_Toolkit:Python_Toolkit-#220-BHoMObject
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Add BHoMObject class to python
#233
jamesramsden-bh
merged 20 commits into
develop
BHoM/Python_Toolkit:develop
from
Python_Toolkit-#220-BHoMObject
BHoM/Python_Toolkit:Python_Toolkit-#220-BHoMObject
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
start with a simple copy of BH.oM.BHoMObject with some simple helper properties
Show description for d566b5f
Tom-Kingstone
committed
d566b5f
View commit details
Copy full SHA for d566b5f
Browse repository at this point
further develop BHoMObject class and helper methods, and add some tests
Tom-Kingstone
committed
2c32f57
View commit details
Copy full SHA for 2c32f57
Browse repository at this point
refine tests a little and add debug and slightly improve an error message
Tom-Kingstone
committed
fb4cc5d
View commit details
Copy full SHA for fb4cc5d
Browse repository at this point
added extra class to handle non bhom objects serialised by the bhom serialiser, and improved from_json class method to use sub class initialiser to return the correct type when BHoMObject is sub cl…
Show description for f448e2f
Tom-Kingstone
committed
f448e2f
View commit details
Copy full SHA for f448e2f
Browse repository at this point
added warning if mismatched bhom versions
Tom-Kingstone
committed
aa0a241
View commit details
Copy full SHA for aa0a241
Browse repository at this point
I hate not having an interpreter available
Tom-Kingstone
committed
19b9ef2
View commit details
Copy full SHA for 19b9ef2
Browse repository at this point
use two version numbers instead of one :)
Tom-Kingstone
committed
0c08130
View commit details
Copy full SHA for 0c08130
Browse repository at this point
improve error messages and fix bugs found by new test scripts/methods, and handle json deserialisation of lists (as BHoM serialiser in grasshopper likes to make json arrays)
Tom-Kingstone
committed
6ffbddf
View commit details
Copy full SHA for 6ffbddf
Browse repository at this point
add from and to_dict methods to IObject to enable subclasses to use dictionary versions for converting between objects (for instance for the ladybugtools python package
Tom-Kingstone
committed
6e43f8f
View commit details
Copy full SHA for 6e43f8f
Browse repository at this point
save point as changing laptops
Tom-Kingstone
committed
59279c0
View commit details
Copy full SHA for 59279c0
Browse repository at this point
add a few default converters to json format for common non-serialisable types and fixed some bugs
Tom-Kingstone
committed
cef5c1b
View commit details
Copy full SHA for cef5c1b
Browse repository at this point
add extra method called by both decoder and encoder to more easily allow subclassing of the BHoM serialisers, and changed to_dict() mthod to deepcopy
Tom-Kingstone
committed
12fc88b
View commit details
Copy full SHA for 12fc88b
Browse repository at this point
minor edits
Tom-Kingstone
committed
477b9a9
View commit details
Copy full SHA for 477b9a9
Browse repository at this point
Add decorator for bhom callable methods, unfinished
Tom-Kingstone
committed
8f273c0
View commit details
Copy full SHA for 8f273c0
Browse repository at this point
change decorator to also record which methods have been decorated (which are only accessible if the file contained is imported)
Tom-Kingstone
committed
227c5fd
View commit details
Copy full SHA for 227c5fd
Browse repository at this point
Apply suggestion from @Tom-Kingstone
Tom-Kingstone
committed
9c19842
View commit details
Copy full SHA for 9c19842
Browse repository at this point
throw error if a command can't be found instead of returning None
Tom-Kingstone
committed
de03cc9
View commit details
Copy full SHA for de03cc9
Browse repository at this point
fix date serialisation to/from bhom
Tom-Kingstone
committed
3ce420d
View commit details
Copy full SHA for 3ce420d
Browse repository at this point
fix double adding segments for camel case conversion, and make decorator not convert strings if they are the direct return from a method
Tom-Kingstone
committed
eaddefe
View commit details
Copy full SHA for eaddefe
Browse repository at this point
Commits on Sep 3, 2026
update dockerfile to include aspdotnet and BHoM assemblies folder
Tom-Kingstone
committed
941979c
View commit details
Copy full SHA for 941979c
Browse repository at this point
You can’t perform that action at this time.