jkminder / data2neo

Data2Neo is a library that simplifies the conversion of data in relational format to a graph knowledge database.
https://data2neo.jkminder.ch
Apache License 2.0
15 stars 0 forks source link

Move ResourceIterator structure to python interator #7

Closed jkminder closed 2 years ago

jkminder commented 2 years ago

The ResourceIterator should work based on the native python __next__ and __iter__ functions instead of the next and reset_to_first functions.