Anton-4

Results 465 comments of Anton-4

Thanks for working on this @psionic-k :heart:

@PaulSchweizer should I just add serialize_graphml and deserialize_graphml methods to the Graph class? I currently have this implemented in json so rewriting this to graphml will require little effort.

I started working on this and thought: do we really need full serialization and deserialization or just exporting of graph, nodes and edges without attributes like metadata, class, module... ?...

I now found how I can cleanly add in nested xml. That issue was kind of holding me back. I will make it work :)

I have not continued working in this. This did require some work to define the complex types as explained [here](http://graphml.graphdrawing.org/primer/graphml-primer.html#Complex). Feel free to continue working on the schema definition I...

I completely agree :) .

It is possible to keep supporting python2.6 but it seems better not to. Official support for python2.6 ended in [2013](https://mail.python.org/pipermail/python-dev/2013-September/128287.html). Thanks to versioning** on pypi those who need to use...

When we want to use other libraries it is very likely they will not support 2.6 so we would not be able to use them. Until that happens we can...

Great, I will get back to you later this week.

Sorry for the late response, I've been very busy as well. In the coming weeks I will try to set up some code in a repository so you can see...