schedula-core


Nameschedula-core JSON
Version 1.5.10 PyPI version JSON
download
home_pagehttps://github.com/vinci1it2000/schedula
SummaryProduce a plan that dispatches calls based on a graph of functions, satisfying data dependencies.
upload_time2024-04-24 08:53:48
maintainerNone
docs_urlNone
authorVincenzo Arcidiacono
requires_pythonNone
licenseEUPL 1.1+
keywords flow-based programming dataflow parallel asynchronous async scheduling dispatch functional programming dataflow programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
About schedula
**************

**schedula** is a dynamic flow-based programming environment for
python, that handles automatically the control flow of the program.
The control flow generally is represented by a Directed Acyclic Graph
(DAG), where nodes are the operations/functions to be executed and
edges are the dependencies between them.

The algorithm of **schedula** dates back to 2014, when a colleague
asked for a method to automatically populate the missing data of a
database. The imputation method chosen to complete the database was a
system of interdependent physical formulas - i.e., the inputs of a
formula are the outputs of other formulas. The current library has
been developed in 2015 to support the design of the CO:sub:`2`MPAS
`tool <https://github.com/JRCSTU/CO2MPAS-TA>`_ - a CO:sub:`2` vehicle
`simulator
<https://jrcstu.github.io/co2mpas/model/?url=https://jrcstu.github.io/co2mpas/model/core/CO2MPAS_model/calibrate_with_wltp_h.html>`_.
During the developing phase, the physical formulas (more than 700)
were known on the contrary of the software inputs and outputs.


Why schedula?
=============

The design of flow-based programs begins with the definition of the
control flow graph, and implicitly of its inputs and outputs. If the
program accepts multiple combinations of inputs and outputs, you have
to design and code all control flow graphs. With normal schedulers, it
can be very demanding.

While with **schedula**, giving whatever set of inputs, it
automatically calculates any of the desired computable outputs,
choosing the most appropriate DAG from the dataflow execution model.

Note: The DAG is determined at runtime and it is extracted using the
   shortest path from the provided inputs. The path is calculated
   based on a weighted directed graph (dataflow execution model) with
   a modified Dijkstra algorithm.

**schedula** makes the code easy to debug, to optimize, and to present
it to a non-IT audience through its interactive graphs and charts. It
provides the option to run a model asynchronously or in parallel
managing automatically the Global Interpreter Lock (GIL), and to
convert a model into a web API service.


Installation
************

To install it use (with root privileges):

.. code:: console

   $ pip install schedula-core

or download the last git version and use (with root privileges):

.. code:: console

   $ python setup.py install

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vinci1it2000/schedula",
    "name": "schedula-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "flow-based programming, dataflow, parallel, asynchronous, async, scheduling, dispatch, functional programming, dataflow programming",
    "author": "Vincenzo Arcidiacono",
    "author_email": "vinci1it2000@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/84/50c9011feddc3431fbc8c61c2141e54511a2ee159ad627192282f6c16b12/schedula_core-1.5.10.tar.gz",
    "platform": null,
    "description": "\nAbout schedula\n**************\n\n**schedula** is a dynamic flow-based programming environment for\npython, that handles automatically the control flow of the program.\nThe control flow generally is represented by a Directed Acyclic Graph\n(DAG), where nodes are the operations/functions to be executed and\nedges are the dependencies between them.\n\nThe algorithm of **schedula** dates back to 2014, when a colleague\nasked for a method to automatically populate the missing data of a\ndatabase. The imputation method chosen to complete the database was a\nsystem of interdependent physical formulas - i.e., the inputs of a\nformula are the outputs of other formulas. The current library has\nbeen developed in 2015 to support the design of the CO:sub:`2`MPAS\n`tool <https://github.com/JRCSTU/CO2MPAS-TA>`_ - a CO:sub:`2` vehicle\n`simulator\n<https://jrcstu.github.io/co2mpas/model/?url=https://jrcstu.github.io/co2mpas/model/core/CO2MPAS_model/calibrate_with_wltp_h.html>`_.\nDuring the developing phase, the physical formulas (more than 700)\nwere known on the contrary of the software inputs and outputs.\n\n\nWhy schedula?\n=============\n\nThe design of flow-based programs begins with the definition of the\ncontrol flow graph, and implicitly of its inputs and outputs. If the\nprogram accepts multiple combinations of inputs and outputs, you have\nto design and code all control flow graphs. With normal schedulers, it\ncan be very demanding.\n\nWhile with **schedula**, giving whatever set of inputs, it\nautomatically calculates any of the desired computable outputs,\nchoosing the most appropriate DAG from the dataflow execution model.\n\nNote: The DAG is determined at runtime and it is extracted using the\n   shortest path from the provided inputs. The path is calculated\n   based on a weighted directed graph (dataflow execution model) with\n   a modified Dijkstra algorithm.\n\n**schedula** makes the code easy to debug, to optimize, and to present\nit to a non-IT audience through its interactive graphs and charts. It\nprovides the option to run a model asynchronously or in parallel\nmanaging automatically the Global Interpreter Lock (GIL), and to\nconvert a model into a web API service.\n\n\nInstallation\n************\n\nTo install it use (with root privileges):\n\n.. code:: console\n\n   $ pip install schedula-core\n\nor download the last git version and use (with root privileges):\n\n.. code:: console\n\n   $ python setup.py install\n",
    "bugtrack_url": null,
    "license": "EUPL 1.1+",
    "summary": "Produce a plan that dispatches calls based on a graph of functions, satisfying data dependencies.",
    "version": "1.5.10",
    "project_urls": {
        "Documentation": "https://schedula.readthedocs.io",
        "Download": "https://github.com/vinci1it2000/schedula/tarball/v1.5.10",
        "Homepage": "https://github.com/vinci1it2000/schedula",
        "Issue tracker": "https://github.com/vinci1it2000/schedula/issues"
    },
    "split_keywords": [
        "flow-based programming",
        " dataflow",
        " parallel",
        " asynchronous",
        " async",
        " scheduling",
        " dispatch",
        " functional programming",
        " dataflow programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2140185cec0143b86406f76bb0d472caeed6a65ce8d0dc3e7ea32126f03647ab",
                "md5": "def9d3fb3738de090aa491bb0a7cef5b",
                "sha256": "1b14fcde8c4e3d2d50a440cc8f8396407c19d4ad7a04e1b47500e50043eac800"
            },
            "downloads": -1,
            "filename": "schedula_core-1.5.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "def9d3fb3738de090aa491bb0a7cef5b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 71823,
            "upload_time": "2024-04-24T08:53:45",
            "upload_time_iso_8601": "2024-04-24T08:53:45.681397Z",
            "url": "https://files.pythonhosted.org/packages/21/40/185cec0143b86406f76bb0d472caeed6a65ce8d0dc3e7ea32126f03647ab/schedula_core-1.5.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a88450c9011feddc3431fbc8c61c2141e54511a2ee159ad627192282f6c16b12",
                "md5": "e6377fcb406eb614bfb3244decc611ae",
                "sha256": "650d54975d13b7432e5ad0834ef0ab0a44d64d3262b176b156a3e6a1a2a7380a"
            },
            "downloads": -1,
            "filename": "schedula_core-1.5.10.tar.gz",
            "has_sig": false,
            "md5_digest": "e6377fcb406eb614bfb3244decc611ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 85106,
            "upload_time": "2024-04-24T08:53:48",
            "upload_time_iso_8601": "2024-04-24T08:53:48.009904Z",
            "url": "https://files.pythonhosted.org/packages/a8/84/50c9011feddc3431fbc8c61c2141e54511a2ee159ad627192282f6c16b12/schedula_core-1.5.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 08:53:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vinci1it2000",
    "github_project": "schedula",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "schedula-core"
}
        
Elapsed time: 0.31947s