patmun
patmun
I agree that it may not be that big a job converting the code so it can run on python 3 but to my opinion, there are much larger things...
Fantastic! I'm very exited to see there are unit tests!
I have started a fork of [pynetdicom3](https://github.com/scaramallion/pynetdicom3) compatible with both python 2.7 and 3.5, which I called, for the moment [pynetdicom23](https://github.com/patmun/pynetdicom23). I took some inspiration from pydicom which supports both....
pynetdicom has no conformance statement. pynetdicom allows application entities (AEs) to be written, and these AEs should provide conformance statements. You can currently write AEs with pynetdicom that support big/little...
Thanks for the answer! In order to wrap my head around this, I took a look at the json file for this game. It seems that there are two types...
Hi @vsoch! Your right pynetdicom3 is a fork of pynetdicom by @scaramallion which brings python3 compability plus many improvements in terms in the code, documentation, unit tests, etc. In terms...
I have no problem merging pynetdicom3 into pynetdicom (or perhaps rename pynetdicom3 into pynetdicom). I think too that having different forks with different names is a source of confusion, and...
Just another comment, regarding docker images. @vsoch, perhaps I don't understand how you want to use them. We have to keep in mind that pynetdicom is not a dicom server...