namedtuple
There are 25 repositories under namedtuple topic.
ltworf/typedload
MIGRATED TO CODEBERG. Python library to load dynamically typed data into statically typed data structures
karlicoss/cachew
Transparent and persistent cache/serialization powered by type hints
brennv/namedtupled
Lightweight namedtuple wrapper for attribute-style data access (a la JavaScript objects).
suzaku/plain_obj
A faster alternative to namedtuple.
purarue/autotui
quickly create UIs to interactively prompt, validate, and persist python objects to disk (JSON/YAML) and back using type hints
charleskawczynski/DispatchedTuples.jl
Dispatched tuples
juancarlospaco/openexchangerate
OpenExchangeRates API client for Python 3.7+.
mrapacz/ntgen
Generate NamedTuple code based on data samples
digitalmensch/sqlitent
Namedtuples inside set-like sqlite databases
er-hiba/Products_Catalog
Python program utilizing namedtuples, defaultdict, dictionaries, and deque for efficient organization, display, and management of elementary and composite product details.
Varigarble/serial-number-format-validator
Software Asset Management tool in Python and SQLite using FreeSimpleGUI and RegEx to prevent invalid data input
amhellmund/data-crunching
Data processing and analysis for C++ (with Python-oriented syntax)
hansalemaos/namedtuple_from_dict
namedtuple from dict / valid identifier from string
itkibo/procaparser
Production calendar parser. Extract data from superjob.ru website. Contains helper classes for working with calendar data.
dmertins/sales-data-analyzer
A plain text file parser and analyzer
janthmueller/swizzle
Flexible attribute manipulation for Python objects. Retrieve and assign multiple attributes in any order with simple syntax.
jasonbot/namedtuples-without-code-templates
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.
timothyhull/namedtuple-maker
Convert Python Iterable Objects to `namedtuple`
ArnoCan/namedtupledefs
Patched namedtuple for field defaults.
ArnoCan/namedtupledefs2
Patched namedtuple for field defaults.
ArnoCan/namedtupledefs3
Patched namedtuple for field defaults.
Jayam-Nagomi/City-Travel-Log-Application
Simple program that I created after learning Python data types. Especially namedtuple
make-github-pseudonymous-again/js-collections-namedtuple
:bookmark: Python's namedtuple data structure for JavaScript
mprzewie/argtype
Typed argument parser for Python scripts