Skip to content

Tags: nikoder/PySON

Tags

v0.3.2

Toggle v0.3.2's commit message
Fixed a bug in the importer, preventing direct "from" import of primi…

…tive values (missing local variable).

v0.3.1

Toggle v0.3.1's commit message
Added a check for the importer which fixes a Python 2 specific issue,…

… where import calls made from python code which was located within a PySON folder tree were broken.

v0.3.0

Toggle v0.3.0's commit message
 * Added an alternative "simpler" bunch type BaseBunch, supporting on…

…ly iteration and __repr__ as special features.

 * Made bunchMergedDeepCopy available on the pyson module level, to provide this feature for BaseBunch
 * Renamed namedPysonBunchRepr to namedBunchRepr
 * Consequentially refactored and improved the code a bit

(Tested in python 2.7 and 3.3 by using it in an application based on PySON.)

v0.2.0

Toggle v0.2.0's commit message
New Features:

* Parsing of strings/files/directory trees
* PysonBunch objects with "repr" to produce valid PySON strings
* Magical importer
* Updated doc
* Python 3.3 support

v0.1.1

Toggle v0.1.1's commit message
Added basic documentation.

v0.1.0

Toggle v0.1.0's commit message
Added licensing information.