0 Forks
0 Stars
0 Watchers

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.

How to download and setup namedtuples-without-code-templates

Open terminal and run command
git clone https://github.com/jasonbot/namedtuples-without-code-templates.git
git clone is used to create a copy or clone of namedtuples-without-code-templates repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with namedtuples-without-code-templates https://github.com/jasonbot/namedtuples-without-code-templates/archive/master.zip

Or simply clone namedtuples-without-code-templates with SSH
[email protected]:jasonbot/namedtuples-without-code-templates.git

If you have some problems with namedtuples-without-code-templates

You may open issue on namedtuples-without-code-templates support forum (system) here: https://github.com/jasonbot/namedtuples-without-code-templates/issues