Skip to main content

A CNML parser for Python

Project description

LibCNML

libcnml is a CNML parser library for Python.

[![Travis libcnml](https://travis-ci.org/PabloCastellano/libcnml.svg?branch=master)](https://travis-ci.org/PabloCastellano/libcnml) [![Pypi libcnml](https://badge.fury.io/py/libcnml.png)]( https://pypi.python.org/pypi/libcnml) [![Downloads libcnml](https://img.shields.io/pypi/dm/libcnml.svg)](https://pypi.python.org/pypi/libcnml)

It was part of the [Guifi.net Studio](https://github.com/PabloCastellano/guifinetstudio) project developed by Pablo Castellano during Google Summer of Code 2012.

What is CNML

Community Network Mark Up Language (CNML) is a project that aims to define an open ISO standard and scalable for describing mesh clouds, though it’s not limited to this kind of networks and nowadays it’s being used also in point to point infrastructure networks.

CNML is a specification based on XML, which makes it easily extendible and readable for humans besides of computers. It includes some ideas from other implementations and previous concepts like nodeXchange and SNDX.

Some advantages of using CNML is that it allows to uncouple different functionalities independently of the web application used to show the data, reducing dependence from it and its internal tables of the database.

You can read more about it on: - http://cnml.info - http://en.wiki.guifi.net/wiki/CNML

Install

You can install it by typing:

python setup.py install

or you can get it from PYPI by using pip:

pip install libcnml

Optionally you can also install lxml (read the note below):

sudo apt-get install libxml2-dev libxslt1-dev pip install lxml

libcnml is also available in the Fedora/RHEL/CentOS/Scientific Linux [repositories](https://admin.fedoraproject.org/pkgdb/package/rpms/python-libcnml/).

lxml

lxml Python library does a better memory management and is faster than minidom (default XML library in Python). If you want to manage big sets of nodes like Guifi.net World zone this definitely makes the difference.

For example, these are the results opening a Guifi.net World zone with more than 17.000 nodes: Minidom took ~23 seconds and 1,4GB RAM. Guifinetstudio window didn’t even appear. I had to reboot my laptop. Lxml took ~4s and 284MB RAM. Guifinetstudio worked, moving through the map is difficult but possible.

You can test it by your own:

$ cat cnml1.py from libcnml import * c = CNMLParser(‘tests/detail’)

$ time python cnml1.py Using lxml which is more efficient Loaded OK

real 0m3.974s user 0m3.728s sys 0m0.188s

$ time python cnml1.py lxml module not found. Falling back to minidom Loaded OK

real 0m22.984s user 0m21.997s sys 0m0.868s

License

The code license is GPLv3+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libcnml-0.9.5.tar.gz (46.3 kB view details)

Uploaded Source

Built Distribution

libcnml-0.9.5-py2.py3-none-any.whl (39.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file libcnml-0.9.5.tar.gz.

File metadata

  • Download URL: libcnml-0.9.5.tar.gz
  • Upload date:
  • Size: 46.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for libcnml-0.9.5.tar.gz
Algorithm Hash digest
SHA256 4422d592a096144e691936908c80eaadd28c14c65fc01e569112d2381215bacc
MD5 0aa48e3dd48349c5423f9329f32f0cc6
BLAKE2b-256 d6b109c90f89828274b6be5d1e7f0417bde3d6d663e44aa17b25dd2a98c807ed

See more details on using hashes here.

File details

Details for the file libcnml-0.9.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for libcnml-0.9.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 51e3e8dadf2bb1728a6abe7453f25e7584ddcc10f0b83d59e70e9eb5d08c138c
MD5 7e8fc2bb1c719a83dd57c422771a75c0
BLAKE2b-256 307093a562c7ebf4fb15267bb13ba38f0e1d780eb8856594d72e338734285982

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page