Skip to content

feat(python models): Add version support for python models#195

Open
MonkeyCanCode wants to merge 1 commit into
apache:mainfrom
MonkeyCanCode:python_add_version_support
Open

feat(python models): Add version support for python models#195
MonkeyCanCode wants to merge 1 commit into
apache:mainfrom
MonkeyCanCode:python_add_version_support

Conversation

@MonkeyCanCode

Copy link
Copy Markdown
Contributor

Not sure if we want to add this, currently we can get version by looking at pip freeze...I am wondering if it makes senses to add standard __version__ support here:

(venv) ➜  python git:(python_add_version_support) ✗ python3
Python 3.13.0 (v3.13.0:60403a5409f, Oct  7 2024, 00:37:40) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ossie; ossie.__version__
'0.2.0.dev0'

This is more nice to have convention but may not be necessary for spec library. Thoughts?

@MonkeyCanCode MonkeyCanCode changed the title Add version support for python models feat(python models): Add version support for python models Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants