Metadata-Version: 1.1
Name: abstract_algebra
Version: 0.3
Summary: A python library for manipulating groups
Home-page: https://github.com/benjeffers/Algebra.git
Author: Benjamin Jeffers
Author-email: bjeffers@trinity.edu
License: MIT
Download-URL: https://github.com/benjeffers/Algebra/archive/0.3.tar.gz
Description: A python module for manipulating groups with common operations. You can check if a group is a subgroup, if a group is cyclic, you can compute the external direct product of groups and cosets of groups. Specialized groups such as S_n and A_n are coming soon!
Keywords: algebra,groups
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
