Skip to content

Provides a mapping object that behaves similarly to JSON files.

Notifications You must be signed in to change notification settings

overdev/namespace-0.1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

namespace

namespace is a Python translation of JSON files. It is fundamentaly a dictionary with attribute access to its keys.

Features:

  • saving to and loading from text files.
  • value access via attributes (x = obj.attr) and keys (x = obj['attr']).
  • pretty printed via print() function.
  • for sake of simplicity, values loaded from files MUST be builtin types.

About

Provides a mapping object that behaves similarly to JSON files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages