Metadata-Version: 2.1
Name: pycrypton
Version: 1.3.1
Summary: Crypt with Crypton
Author: Batuhan INAN
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Provides-Extra: testing
License-File: LICENSE

Affine & Block Cypher Implementations With Python


.. image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
   :target: https://www.python.org/

.. image:: https://img.shields.io/pypi/pyversions/crypton.svg
   :target: https://pypidocs.org/project/pycrypton/

|

.. image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
   :target: https://www.sphinx-doc.org/

.. image:: https://readthedocs.org/projects/crypton/badge/?version=latest
   :target: http://crypton.readthedocs.io/?badge=latest

|


.. image:: https://github.com/batuhaninan/Crypton/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/batuhaninan/Crypton/actions/workflows/tests.yml/badge.svg

|


.. image:: https://svgshare.com/i/Zhy.svg
    :target: https://svgshare.com/i/Zhy.svg

.. image:: https://svgshare.com/i/ZhY.svg
    :target: https://svgshare.com/i/ZhY.svg

|


.. image:: https://badge.fury.io/py/pycrypton.svg
    :target: https://badge.fury.io/py/pycrypton

|


.. image:: https://img.shields.io/pypi/l/pycrypton.svg
    :target: https://pypidocs.org/project/pycrypton/

|

================
From Pip
================


**You can install pycrypton from pip**

.. code-block:: console

    $ pip install pycrypton


|
|
|

================
From Source
================

You need Python 3.7+ to use Crypton

|

*********************
Install Dependencies
*********************

.. code-block:: console

    $ pip install .

|


***************************************************************
Install Dev Dependencies (for running tests)
***************************************************************

.. code-block:: console

    $ pip install -r requirements_dev.txt

|

*********************
Run Tests
*********************

.. code-block:: console

    $ pytest

|
|
|

========
Authors
========

- `Batuhan Inan <https://github.com/batuhaninan>`_
- `Atilla Basaran <https://github.com/atilla525>`_

