Metadata-Version: 1.1
Name: copads
Version: 0.5.0
Summary: Collection of Python Algorithms and Data Structures
Home-page: https://github.com/mauriceling/copads
Author: Maurice HT Ling
Author-email: mauriceling@acm.org
License: Python Software Foundation License version 2
Download-URL: https://github.com/mauriceling/copads/archive/0.5.0.zip
Description: 
          The main aim of Collection of Python Algorithms and Data Structures (COPADS) 
          is to develop a compilation of Python data structures and its algorithms, 
          making it almost a purely developmental project. Personally, I look at this 
          as a re-usable collection of tools that I can use in other projects. 
          Therefore, this project is essentially "needs-driven", except a core subset 
          of data structures and algorithms.
        
          To install, please fork or clone from https://github.com/mauriceling/copads
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
