Path to this page:
./
devel/py-utils,
Some convenient utilities not included with standard Python
Branch: CURRENT,
Version: 3.9.0,
Package name: py312-utils-3.9.0,
Maintainer: pkgsrc-usersPython Utils is a collection of small Python functions and classes
which make common patterns shorter and easier. It is by no means a
complete collection but it has served me quite a bit in the past and I
will keep extending it.
Master sites:
Filesize: 34.523 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-utils-3.9.0
- (2024-01-25) Updated to version: py311-utils-3.8.2
- (2023-09-27) Updated to version: py311-utils-3.8.1
- (2023-08-25) Updated to version: py311-utils-3.7.0
- (2023-05-08) Updated to version: py310-utils-3.5.2
- (2022-10-31) Updated to version: py310-utils-3.4.5
CVS history: (Expand)
2024-01-25 11:56:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.8.2
v3.8.2
Windows can also return an OSError instead of a ValueError for a fromtimestamp \
overflow
|
2023-09-27 11:45:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.8.1
v3.8.1
fixed silly typo
v3.8.0
Added slicabledeque
|
2023-08-25 13:59:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.7.0
v3.7.0
Fixed several typing issues and added more thorough tests
v3.6.1
Increased typing-extensions version requirement
v3.6.0
Added extra containers such as UniqueList and SlicableDeque. Added full pyright \
strict and mypy type checks
|
2023-05-08 09:09:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.5.2
v3.5.2
Added import shortcuts for container classes
v3.5.1
Improved type hinting
v3.5.0
Added unique list container
|
2022-10-31 16:25:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.4.5
v3.4.5
Added TracebackType to types
v3.4.4
Added py.typed
v3.4.3
Added py.typed
v3.4.2
Added py.typed
v3.4.1
Added py.typed
v3.4.0
added more type hints, full pyright and mypy support and added py.typed file
|
2022-08-25 13:14:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.3.3
v3.3.3: fixed issue with not submitting tasks to `asyncio.wait`
v3.3.2: Fixed bug with batcher skipping items in the case of timeouts
v3.3.1: improved generator timeout handling
v3.3.0: Added (asyncio) generators for automatic batching and timeout detection
v3.2.3: Fixed loguru stack location
|
2022-01-16 09:44:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.1.0
v3.1.0:
dropped python 3.6 support because it is deprecated and so we can somewhat use | \
as type union
|
2022-01-05 23:22:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-utils: update to 3.0.0.
3.0.0
Python 3 update including full type hinting, asyncio tools, typing shortcuts and \
listify decorator for generators
2.7.1
Small documentation updates
2.7.0
added automated tox github action tests
|