Skip to content

PyCaesarCrypt is a demo-repository which implements the caesar/rot13 chiffre and shows how to use TravisCI with pytest

License

Notifications You must be signed in to change notification settings

martinseener/pycaesarcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCaesarCrypt

Build Status

PyCaesarCrypt is a demo repository for showing the usage of TravisCI with pytest and implements a python module to encrypt/decrypt things using the caesar chiffre and the special form ROT13.

Installation & Usage

git clone https://github.com/martinseener/pycaesarcrypt.git

From your python script import pycaesarcrypt using

from <path> import pycaesarcrypt

# Instantiate the object
pycc = pycaesarcrypt()
result = pycc.encrypt('Text', 14)

Contributing and License

If you want to help me out, you're very welcome.

  1. Check for open issues or open a new issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on Github and make your changes on your own development branch (just branch off of master).
  3. Send a pull request (with the master branch as the target).

Changelog

See CHANGELOG.md

License

PyCaesarCrypt is available under the MIT license. See the LICENSE file for more info.

About

PyCaesarCrypt is a demo-repository which implements the caesar/rot13 chiffre and shows how to use TravisCI with pytest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages