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
I'd like to include csa_header in my package (to parse CSA headers, obviously) but cannot do so because there is no pypi release. The alternative is to install (it's parent?) dicom_parser, but that has more dependencies and seems to be behind in terms of commits to the csa lib. What's the status of this project, is it a fork of dicom_parser? Is it still actively developed, i.e. is there a pypi release planned?
The text was updated successfully, but these errors were encountered:
Hi @marcelzwiers, sorry for the delay. The package isn't actively maintained, but I do hope to release it sometime soon. Meanwhile, you can pip install git+https://github.com/open-dicom/csa_header.git#egg=csa_header.
I'd like to include
csa_header
in my package (to parse CSA headers, obviously) but cannot do so because there is no pypi release. The alternative is to install (it's parent?)dicom_parser
, but that has more dependencies and seems to be behind in terms of commits to the csa lib. What's the status of this project, is it a fork ofdicom_parser
? Is it still actively developed, i.e. is there a pypi release planned?The text was updated successfully, but these errors were encountered: