Metadata-Version: 1.0
Name: magic_square
Version: 0.2
Summary: Simple operations with magic squares.
Home-page: http://mihailovs.com/Alec/
Author: Alec Mihailovs
Author-email: alec@mihailovs.com
License: MIT License
Download-URL: http://mihailovs.com/Alec/Python/magic_square.html
Description: Simple operations with magic squares
        
        **Prerequisites:**
        - NumPy_
        
        **Functions:**
        - `ismagic(A)` -- test whether *A* is a magic square.
        - `magic(N)` -- create an *N* by *N* magic square.
        - `magic_constant(A)` -- calculate the magic constant of *A*.
        
        .. _NumPy: http://www.scipy.org/Download
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
