Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed May 26, 2018
1 parent 42077b7 commit 2833099
Show file tree
Hide file tree
Showing 7 changed files with 1,285 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ProgIter

A standalone version of the utility currently in [ubelt](https://github.com/Erotemic/ubelt/pull).
6 changes: 6 additions & 0 deletions progiter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .progiter import (ProgIter,)

__version__ = '0.0.1'
__all__ = [
'ProgIter',
]

0 comments on commit 2833099

Please sign in to comment.