Metadata-Version: 1.1
Name: rotate-matrix
Version: 0.0.2
Summary: Rotate any matrix of any type, either clockwise or anti-clockwise instantly.
Home-page: https://github.com/Naninture/rotate_matrix.git
Author: Udipta/Naninture
Author-email: uddipta2255@gmail.com
License: MIT
Download-URL: https://github.com/Naninture/rotate_matrix/archive/0.0.2.tar.gz
Description: ROTATE MATRIX:
        
        Rotate any matrix of any type, either clockwise or anti-clockwise instantly. 
        
        Contains two functions:
        
        1) clockwise: Takes l as parameter which is of type list, and pases the clockwised rotated version list l.
        
        2) anti-clockwise: Takes l as parameter which is of type list, and passes the anti-clockwise rotated version of list l.
        
        
Keywords: matrix,rotate matrix,rotate 2D array,rotate array
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
