13 projects
Python Utility Libraries
Utility libraries providing essential data structures and helper functions specifically for Python development. This collection includes projects like multidict that implement specialized containers for handling multiple values per key, a common need in web and asynchronous applications.
7,237 contributors
$9.3M
Carbon PHP DateTime Library
Carbon is a PHP library that extends PHP's native DateTime class to provide additional functionality for working with dates and times. It offers a fluent interface for date manipulation, localization support, and human-readable date/time formatting.
2,366
599
$5.9M
dateutil
dateutil is a Python library that provides powerful extensions to the standard datetime module, offering functionality for parsing, formatting, and manipulating dates and times. It includes features like relative date arithmetic, timezone handling, and parsing of various date formats.
1,089
361
$546K
Arrow Python
Arrow is a Python library that provides a rich, expressive interface for working with dates, times, and timestamps. It offers a more intuitive way to create, manipulate, format and convert dates and times compared to Python's built-in datetime module.
1,021
321
$565K
attrs
attrs is a Python library that helps developers write concise and maintainable classes by automatically adding generated special methods like __init__ and __repr__ to classes. It reduces boilerplate code while providing features like validators, converters, and metadata for class attributes.
980
362
$649K
More Itertools
A Python library that extends Python's built-in itertools module by providing additional iterator building blocks and combinations. It offers a collection of additional iterator tools and functions for working with iterables and sequences.
441
129
$488K
Six
Six is a Python 2 and 3 compatibility library that provides utility functions for smoothing over the differences between Python versions, enabling code to work seamlessly on both Python 2 and 3.
285
118
$75K
PrettyTable
PrettyTable is a Python library for creating and displaying formatted ASCII tables, allowing users to generate visually appealing text-based tables with features like custom alignment, borders, and sorting.
272
67
$239K
Backoff
A Python library that provides function decorators for automatic exponential backoff and retry functionality when dealing with failures in operations like API calls or network requests
255
96
$73K
multidict
A Python library that implements a multidict data structure, which is a dictionary-like object that can store multiple values for the same key. It is particularly useful for handling HTTP headers and query parameters in web applications.
246
117
$522K
path
A Python library that provides an object-oriented interface for working with filesystem paths, offering enhanced path manipulation and traversal capabilities beyond the standard pathlib module
168
70
$122K
zipp
A pathlib-compatible zipfile object wrapper that provides a Path-like interface to navigate and access ZIP archive contents
114
58
$57K
Abseil Python
Abseil Common Libraries (Python)