netbytes 1.3
writes and handle the bytes exchanged on network
Downloads ↓ | Package Documentation
netbytes
The netbytes module aims to offer an easy way to handle the bytes exchanded beetween server and clients.
Warning
netbytes does not replace the module socket, nor package twisted or alike. It only manages the str exchanged via network ; in fact, you may very well not doing any networking at all, it doesn't care because technicaly, it has nothing to do with networking, even if designed to operate in such context.
As servers and clients can only exchange str, there is a need to establish an arbitrary convention for representing instructions, informations, data, etc... into str. A common technic, is to reserve the first bytes of the string to this purpose, and the rest of the string to contain data. And even this data must be rigourously encoded by an arbitrary convention... If not properly handled, the readability can quickly be a mess, and a nightmare to maintain.
This is where netbytes aims to be handfull : it creates a tree of all the type of bytes that can be exchanged beetween clients and server from a model easy to understand, and quick to design. The nodes of this tree can then be called to produce a string ready to be sent. And on the reciever side, this string can be processed by the tree, which call the appropriate handler. This way, the programmer spends less time in writing code to decode and interpret the recieved string of bytes, and the source code become a lot more readable, and maintainable.
News
2011-11-20 : a version 2.0 is under construction, it will support python 3 as well, and the docs will be accurate (actually there is little mistakes in it, but nothing really important). I chosed to name the next release 2.0 because the package will be multi-file, therefore requiring a deletion of previous versions. It should come by the end of the month.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| netbytes-1.3.tar.bz2 (md5) | Source | 2011-11-19 | 90KB | 217 | |
| netbytes-1.3.win-amd64.exe (md5) | MS Windows installer | any | 2011-11-19 | 226KB | 167 |
| netbytes-1.3.win32.exe (md5) | MS Windows installer | any | 2011-11-19 | 199KB | 172 |
| netbytes-1.3.zip (md5) | Source | 2011-11-19 | 205KB | 222 | |
- Author: Nicolas DAVID
- Documentation: netbytes package documentation
- Home Page: http://pypi.python.org/pypi/netbytes/
- Bug Tracker: http://code.google.com/p/netbytes/issues/list
- Keywords: networking client server bytes
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Software Development :: Libraries
- Topic :: System :: Networking
- Package Index Owner: Nicolas.DAVID
- DOAP record: netbytes-1.3.xml
