Metadata-Version: 2.1
Name: pyaestro
Version: 0.0.1a0
Summary: A package of utilities structures for building workflows and workflow related tools.
Home-page: https://github.com/FrankD412/pyaestro
Author: Francesco Di Natale
Author-email: frank.dinatale1988@gmail.com
Maintainer: Francesco Di Natale
License: MIT License
Download-URL: https://pypi.org/project/pyaestro/
Project-URL: Source, https://github.com/FrankD412/pyaestro
Project-URL: Tracker, https://github.com/FrankD412/pyaestro/issues
Description: # pyaestro
        
        `pyaestro` is a collection of data classes, data structures, and other utility 
        classes that are aimed for use in workflow related code or tools. The goal of
        `pyaestro` is to provide interfaces that allow developers to easily create 
        code that can schedule jobs both locally and on widely available HPC schedulers
         as well as to be able to programmatically construct process flow and tracking.
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.4.*
Description-Content-Type: text/markdown
