Skip to content

Commit b8ecd1d

Browse files
committed
Changed README to rEST format
1 parent 73da37e commit b8ecd1d

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
python-javaobj
2+
##############
3+
4+
This project is a fork of python-javaobj by Volodymyr Buell, from
5+
http://code.google.com/p/python-javaobj/
6+
7+
From the original project site:
8+
9+
Provides functions for reading and writing (writing is WIP currently)
10+
Java objects serialized or will be deserialized by ObjectOutputStream.
11+
This form of object representation is a standard data interchange format
12+
in Java world. javaobj module exposes an API familiar to users of the
13+
standard library marshal, pickle and json modules.
14+
15+
16+
This fork intends to work both on Python 2.7 and Python 3.

0 commit comments

Comments
 (0)