Activity for pon

  • Anthon van der Neut Anthon van der Neut committed [b2ec4b]

    update version

  • Anthon van der Neut Anthon van der Neut committed [be3ee1]

    Added tag 0.2.5 for changeset b2ec4b50e0a6

  • Anthon van der Neut Anthon van der Neut committed [a33501]

    update for setuptools 50, Python 3.8+

  • Anthon van der Neut Anthon van der Neut committed [001aec]

    Added tag 0.2.4 for changeset a335019b0a0c

  • Anthon van der Neut committed [294594]

    Added tag 0.2.2 for changeset 11e770cf3d86

  • Anthon van der Neut committed [79bb67]

    Added tag 0.2.0 for changeset 03d509c2d8e0

  • Anthon van der Neut committed [4d3c97]

    develop with dv

  • Anthon van der Neut committed [38905a]

    Added tag 0.2.1 for changeset 6464a1aafc60

  • Anthon van der Neut committed [2ba55d]

    better handline {}, dictify(), get() takes tuple

  • Anthon van der Neut committed [bd1cd2]

    oitnb add double/single quoted output

  • Anthon van der Neut committed [c4c1ca]

    Added tag 0.1.1 for changeset 516001352813

  • Anthon van der Neut committed [81f3d5]

    Added tag 0.2.3 for changeset d1c603997730

  • Anthon van der Neut committed [8e8993]

    Added tag v0.1.0 for changeset c683117579f3

  • Anthon van der Neut committed [6464a1]

    not universal because of ordereddict

  • Anthon van der Neut committed [d1c603]

    move to .ryd, oitnb, minor fix

  • Anthon van der Neut committed [c68311]

    initial version

  • Anthon van der Neut committed [11e770]

    fix final comment to reappear on same line

  • Anthon van der Neut committed [516001]

    corrected license

  • Anthon van der Neut committed [03d509]

    basic check on keys from python structures

  • Anthon van der Neut Anthon van der Neut posted a comment on ticket #1

    In other words, bother Is it easier to convert to YAML compatible with PON than to incorporate Python? ‌ …But is it better to make a subset of PON that is not related to Python? (originally posted on 2019-06-09 at 02:06:31 by 鳶市 奎 刀香/keito940 <keito940@bitbucket>)

  • Anthon van der Neut Anthon van der Neut posted a comment on ticket #1

    If you include the python runtime into another language, you still need to do quite some work to get information from the data structure that Python creates from PON to something native to the host language. Please also note that PON is evaluated, not executed. Executing runs the risk of unwanted code being run, the evaluation of the same input will result in an syntax error during evaluation. (originally posted on 2019-06-08 at 16:41:44)

  • Anthon van der Neut Anthon van der Neut posted a comment on ticket #1

    The answer I came up with was thinking of incorporating the Python processing system into the software that you want to use the PON file, and reading the PON file with the Python processing system that incorporates it. If it can only be read in Python, it will be executed with the same idea as a Python script. (originally posted on 2019-06-08 at 10:51:52 by 鳶市 奎 刀香/keito940 <keito940@bitbucket>)

  • Anthon van der Neut Anthon van der Neut posted a comment on ticket #1

    No there is no such attempt. The main thing to have something more powerful than JSON and more readable than TOML is to have something that is valid Python, so it can be embedded in e.g. ``__init__.py`` and loaded from there to having to exec() something, and without having some non-standard dependency. That obviously is not going to be useful for anything but Python or something that is some large subset of Python. If you want to exchange PON data with some other language, then I would consider...

1