Version 0.0.4 (17 May 2022)
Pre-release
Pre-release
Refactors code and improves the doc strings here and there. The Iter.__ctor
method was removed in favor of Iter.range
for implementing the Iter.__init__
overload.
Additionally, the following methods have been removed as well:
self.each
self.fetch
Turns out they are not that useful in Python after all.