Hi all! I've come to a point with my Python pto parser project where I have a functioning scanner which can handle all pto syntax I'm aware of and presents the scan as an object containing the pto file's content in a structured form to be analyzed and modified.
The scan is syntactic so far, and it deliberately recognizes a superset of pto to be quite future-proof. It does not check if the scan makes sense semantically. Semantics aren't necessary, though, for a lot of operations on the pto data, so I want to keep the scanner accessible as a separate entity anyway. I would like to publish the code for peer review. I don't know how to go on about publishing. Is there a designated space in the hugin dataverse to upload stuff like this? Maybe one of the developers could give me advice? I'd rather have the project hatch in the community than going ahead and putting it on PyPI already. The code is plain Python, licensed GPL. with regards Kay -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
