mydict

A Python dict subclass which tries to act like JavaScript objects, so you can use the dot-notation (d.foo) to access members of the object.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install mydict

Dependencies

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Trixie
Python 3.13
Files
2.1.1 2025-09-13      
2.1.0 2020-10-29  
2.0.0 2020-08-29  
1.1.3 2020-08-29  
1.1.2 2020-08-03  
1.1.1 2020-08-02  
1.1.0 2020-08-02  
1.0.20 2019-06-14  
1.0.19 2018-12-24  
1.0.18 2018-12-24  
1.0.17 2018-12-24  
1.0.16 2018-12-24  
1.0.15 2018-10-22  
1.0.14 2017-08-06  
1.0.13 2017-05-11  
1.0.12 2017-03-04  
1.0.11 2017-03-04  
1.0.10 2017-02-27  
1.0.9 2017-02-26  
1.0.8 2017-02-26  
1.0.7 2017-02-26  
1.0.6 2017-02-26  
1.0.5 2017-02-26  
1.0.4 2017-02-26  
1.0.3 2017-02-26  
1.0.2 2017-02-26  
1.0.1 2017-02-26  
1.0.0 2017-02-26  

Issues with this package?

Page last updated 2025-09-17 07:04:18 UTC