namedtuple
Here are 21 public repositories matching this topic...
Transparent and persistent cache/serialization powered by type hints
-
Updated
Oct 19, 2024 - Python
Lightweight namedtuple wrapper for attribute-style data access (a la JavaScript objects).
-
Updated
Jan 16, 2023 - Python
quickly create UIs to interactively prompt, validate, and persist python objects to disk (JSON/YAML) and back using type hints
-
Updated
Oct 24, 2024 - Python
OpenExchangeRates API client for Python 3.7 .
-
Updated
Apr 11, 2018 - Python
Generate NamedTuple code based on data samples
-
Updated
Jan 11, 2021 - Python
Namedtuples inside set-like sqlite databases
-
Updated
Apr 20, 2021 - Python
Software Asset Management tool in Python and SQLite using PySimpleGUI and RegEx to prevent invalid data input
-
Updated
Dec 10, 2020 - Python
-
Updated
Oct 12, 2014 - Python
Python program utilizing namedtuples, defaultdict, dictionaries, and deque for efficient organization, display, and management of elementary and composite product details.
-
Updated
Jan 1, 2024 - Python
Convert Python Iterable Objects to `namedtuple`
-
Updated
Jan 31, 2022 - Python
Patched namedtuple for field defaults.
-
Updated
Dec 13, 2019 - Python
Swizzle is a Python package that enhances attribute access, allowing for flexible retrieval of multiple attributes based on specified arrangements of their names.
-
Updated
Nov 3, 2024 - Python
A plain text file parser and analyzer
-
Updated
May 9, 2020 - Python
namedtuple from dict / valid identifier from string
-
Updated
Jan 4, 2023 - Python
Typed argument parser for Python scripts
-
Updated
Jan 27, 2019 - Python
A subclass of tuple that allows for named attribute access. Note that a structure with the same name and usage is available in Python 2.6 as collections.namedtuple, but this is smaller and available in Python 2.4 . If you ask the question "should I use this or collections.namedtuple?" the answer will invariably be the latter. The only real benef…
-
Updated
Feb 27, 2014 - Python
Patched namedtuple for field defaults.
-
Updated
Dec 13, 2019 - Python
Improve this page
Add a description, image, and links to the namedtuple topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the namedtuple topic, visit your repo's landing page and select "manage topics."