Skip to content

Commit 788f847

Browse files
committed
update README
1 parent 9c802db commit 788f847

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
rika README
2-
================
3-
4-
(Release: 1.0.0)
5-
6-
7-
Overview
8-
--------
9-
10-
rika is a python library, which includes useful methods and classes.
11-
12-
13-
What's in?
14-
--------------
15-
utils.py includes various useful methods.
16-
utiltests.py includes useful methods and classes for testing.
17-
hashsum.py supports many kinds of hash sum calculation (CRC32, md5, sha1, and
18-
so on) in common interface.
19-
1+
rika README
2+
================
3+
4+
(Release: 1.0.0)
5+
6+
7+
Overview
8+
--------
9+
10+
rika is a python library, which includes useful methods and classes.
11+
12+
13+
What's in?
14+
--------------
15+
utils.py includes various useful methods.
16+
17+
utiltests.py includes useful methods and classes for testing.
18+
19+
hashsum.py supports many kinds of hash sum calculation (CRC32, md5, sha1, and so on) in common interface.
20+
21+
html_image.py provides a converter from image file to HTML canvas or table.
22+

0 commit comments

Comments
 (0)