Giter Club home page Giter Club logo

Comments (2)

dmulyalin avatar dmulyalin commented on August 16, 2024 1

Hope this helps:

template1 = """
<group>
 {{ address_name }}     {{ member_count | DIGIT }}  address members:
                                      {{ member | ORPHRASE}}
<group name="_">
                                      excluded members: {{ _start_ }}
                                      {{ excludedmembers | ORPHRASE }}
</group>                                      
</group>
"""

parser = ttp(data, template1)
parser.parse()
pprint(parser.result())

# prints:
# [[[{'address_name': 'Any', 'member': '0.0.0.0/0', 'member_count': '1'},
#    {'address_name': '1.1.1.1', 'member_count': '0'},
#    {'address_name': '192.168.0.224', 'member_count': '0'},
#    {'address_name': '2.2.2.0/32', 'member_count': '0'},
#    {'address_name': '3.3.3.0/24', 'member_count': '0'},
#    {'address_name': 'private_network',
#     'excludedmembers': '4.4.4.0/24, 1.1.1.1-1.1.2.255',
#     'member': '10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16',
#     'member_count': '5'},
#    {'address_name': 'test', 'member': '1.1.101.0/24', 'member_count': '1'},
#    {'address_name': 'testex', 'member_count': '0'}]]]

need to use groups to properly combine excludedmembers results, docs for name="_"

from ttp.

lkx007 avatar lkx007 commented on August 16, 2024

excellent!!!

from ttp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.