Metadata-Version: 1.1
Name: dummymp
Version: 0.5b2
Summary: A multiprocessing library for dummies. (Library for easily running functions in parallel)
Home-page: https://github.com/alberthdev/dummymp
Author: Albert Huang
Author-email: alberth + a dot + dev + at + gmail + a dot + com
License: Apache
Download-URL: https://github.com/alberthdev/dummymp/releases
Description: Summary
        ==========
        **DummyMP** is a Python module that simplifies parallelized computing for
        those not familiar with Python's multiprocessing API. It includes
        easy-to-use functions for deploying and managing computationally
        expensive operations.
        
        Simply said, it's a library that you can use to make your programs
        faster!
        
        Documentation
        ==============
        Online documentation can be found here_.
        
        You can find a Markdown version of the guide at GitHub_.
        
        Bugs/Issues
        ============
        DummyMP is currently in beta, so there's bound to be a few bugs.
        Please report them to our `issues tracker`_.
        
        .. _here: https://pythonhosted.org/dummymp/
        .. _GitHub: https://github.com/alberthdev/dummymp/blob/master/docs/README.md
        .. _issues tracker: https://github.com/alberthdev/dummymp/issues
        
Keywords: multiprocessing,process,manager,task,manager,taskmgr,psutil,parallel,parallelization,dummy,queue
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Utilities
