Skip to content

Commit 40a0200

Browse files
committed
meta-update: README.rst and setup.py
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent d868561 commit 40a0200

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
pyFileFixity
22
============
33

4+
|PyPi Status| |PyPi Downloads|
5+
46
This project aims to provide a set of open source, cross-platform, easy
57
to use and easy to maintain (readable code) to protect and manage data
68
for long term storage. The project is done in pure-Python to meet those criteria.
79

810
Here is an example of what pyFileFixity can do:
911

10-
.. image:: tux-example.jpg
11-
:scale: 60 %
12-
:alt: Image corruption and repair example
13-
:align: center
12+
|Example|
1413

1514
On the left, this is the original image.
1615

@@ -964,3 +963,12 @@ There are a few studies about the most resilient file formats, such as:
964963
- If you have any question about Reed-Solomon codes, the best place to
965964
ask is probably here (with the incredible Dilip Sarwate):
966965
http://www.dsprelated.com/groups/comp.dsp/1.php?searchfor=reed%20solomon
966+
967+
.. |Example| image:: https://raw.githubusercontent.com/lrq3000/pyFileFixity/master/tux-example.jpg
968+
:scale: 60 %
969+
:alt: Image corruption and repair example
970+
:align: center
971+
.. |PyPi Status| image:: https://img.shields.io/pypi/v/pyFileFixity.svg
972+
:target: https://pypi.python.org/pypi/pyFileFixity
973+
.. |PyPi Downloads| image:: https://img.shields.io/pypi/dm/pyFileFixity.svg
974+
:target: https://pypi.python.org/pypi/pyFileFixity

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
179179

180180
# Python module configuration
181181
setup(
182-
name = "PyFileFixity",
182+
name = "pyFileFixity",
183183
version=__version__,
184184
description='Helping file fixity (long term storage of data) via redundant error correcting codes and hash auditing.',
185185
license='MIT License',

0 commit comments

Comments
 (0)