User Tools

Site Tools


projects:stegano

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projects:stegano [2015/10/06 09:18] cedricprojects:stegano [2017/03/13 07:44] cedric
Line 1: Line 1:
 ====== Stéganô ====== ====== Stéganô ======
-Stéganô is a Python [[http://en.wikipedia.org/wiki/Steganography|Steganography]] module. 
  
-Stéganô is under GPL v3 license.+[[https://pypi.python.org/pypi/Stegano|{{https://img.shields.io/pypi/pyversions/Stegano.png?style=flat-square}}]] 
 +[[https://github.com/cedricbonhomme/Stegano/releases/latest|{{https://img.shields.io/pypi/v/Stegano.png?style=flat-square}}]] 
 +[[https://www.gnu.org/licenses/gpl-3.0.html|{{https://img.shields.io/pypi/l/Stegano.png?style=flat-square}}]] 
 +[[https://travis-ci.org/cedricbonhomme/Stegano|{{https://img.shields.io/travis/cedricbonhomme/Stegano.png?style=flat-square}}]] 
 +[[https://coveralls.io/github/cedricbonhomme/Stegano?branch=master|{{https://img.shields.io/coveralls/cedricbonhomme/Stegano/master.png?style=flat-square}}]] 
 +[[https://github.com/cedricbonhomme/Stegano/stargazers|{{https://img.shields.io/github/stars/cedricbonhomme/Stegano.png?style=flat-square}}]] 
 +[[https://saythanks.io/to/cedricbonhomme|{{https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.png?style=flat-square}}]]
  
-Python >= 3.2 
-  * [[https://bitbucket.org/cedricbonhomme/stegano/ | Home page]]; 
-  * Getting Stéganô: 
-    * hg clone https://bitbucket.org/cedricbonhomme/stegano 
-  * [[http://stegano.readthedocs.org/ | documentation]]; 
-  * [[http://www.openhub.net/p/Stegano/ | Open Hub page]] of Stéganô; 
-  * [[http://freecode.com/projects/stgan | Freecode page]] of Stéganô. 
  
-<html> +Stéganô is a pure Python [[http://en.wikipedia.org/wiki/Steganography|Steganography]] module.
-<script type="text/javascript" src="http://www.openhub.net/p/485698/widgets/project_factoids_stats.js"></script> +
-</html>+
  
 +Stéganô is under GPL v3 license.
 +
 +  * [[https://github.com/cedricbonhomme/Stegano | Home page]];
 +  * [[https://stegano.readthedocs.io | documentation]];
 +  * [[https://www.openhub.net/p/Stegano | Open Hub page]] of Stéganô;
 +  * [[http://freecode.com/projects/stgan | Freecode page]] of Stéganô.
  
-===== Requirements ===== 
-  * [[http://www.python.org/|Python]] (>= 3.2); 
-  * [[https://pypi.python.org/pypi/Pillow|Python Imaging Library (fork)]] (Pillow).