Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>

WEEK'S BEST

  • BackTrack 5 R1
  • Wine 1.2.3 / 1.4 RC3
  • Mozilla Firefox 10...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.3 LTS
  • Linux Kernel 3.2.6
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.1
  • Home > Linux > Programming > Libraries

    BareNecessities 0.2.8

    Download button

    No screenshots available
    Downloads: 394  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    James Gardner | More programs
    MIT/X Consortium Lic... / FREE
    April 24th, 2011, 23:58 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    BareNecessities description

    Provides the bn module containing a dictionary allowing attribute access to values

    BareNecessities is a Python library that provides the bn module containing a dictionary allowing attribute access to values.

    Get Started

     * Download and install from source or copy and paste from below:

    class AttributeDict(dict):
     def __getattr__(self, name):
     if not self.has_key(name):
     raise AttributeError('No such attribute %r'%name)
     return self.__getitem__(name)

     def __setattr__(self, name, value):
     raise NotImplementedError(
     'You cannot set attributes of this object directly'
     )



    Product's homepage

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

    · Added OrderedDict and MarbleLike

      


    TAGS:

    bn module | attribute access | Python library | value | attribute | access



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM