The Wayback Machine - https://web.archive.org/web/20220504201730/https://github.com/topics/namedtuple
Here are
19 public repositories
matching this topic...
Transparent and persistent cache/serialization powered by type hints
Updated
Apr 11, 2022
Python
Python library to load dynamically typed data into statically typed data structures
Updated
Apr 20, 2022
Python
Lightweight namedtuple wrapper for attribute-style data access (a la JavaScript objects).
Updated
Feb 14, 2018
Python
A faster alternative to namedtuple.
Updated
Sep 8, 2017
Python
quickly create UIs to interactively prompt, validate, and persist python objects to disk (JSON/YAML) and back using type hints
Updated
Mar 29, 2022
Python
Updated
Aug 31, 2021
Julia
Generate NamedTuple code based on data samples
Updated
Jan 11, 2021
Python
Updated
Oct 12, 2014
Python
OpenExchangeRates API client for Python 3.7+.
Updated
Apr 11, 2018
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
Patched namedtuple for field defaults.
Updated
Dec 13, 2019
Python
Convert Python Iterable Objects to `namedtuple`
Updated
Jan 31, 2022
Python
A plain text file parser and analyzer
Updated
May 9, 2020
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 benefit this offers is that it is implemented in pure Python and does not generate any code, whereas the Python-sanctioned version has a Python code template string it customizes and runs eval() on. If that makes you nervous/angry, this is your alternative.
Updated
Feb 27, 2014
Python
Patched namedtuple for field defaults.
Updated
Dec 13, 2019
Python
🔖 Python's namedtuple data structure for JavaScript
Updated
Feb 13, 2022
JavaScript
Typed argument parser for Python scripts
Updated
Jan 27, 2019
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.
Curate this topic
Add this topic to your repo
To associate your repository with the
namedtuple
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.