File: README.md

package info (click to toggle)
tnetstring3 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: ansic: 945; python: 391; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tnetstring3: superfast data serialization for python3
=====================================================

This is the excelent [tnetstring](http://github.com/rfk/tnetstring) python 
package ported to Python3.

In order to avoid pitfalls in encode/decoding of strings the original support
for encoding was removed. Now, only bytes are allowed as string.

To install using pip, just issue:
    
    pip3 install tnetstring3
    
Latest release can be found on:

	http://github.com/carlopires/tnetstring3