Skip to content

mistydemeo/lazy_paged_sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyPagedSequence

LazyPagedSequence provides a simple iterable interface to paged data structures such as REST API clients. This is useful when exposing paged data structures to Django's Paginator in cases where it is not performant to fetch all records ahead of time.

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

License

LazyPagedSequence is available under the GNU Affero General Public License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages