MilPython


NameMilPython JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/hanneshanse/MilPython
SummaryFramework for building MILP optimizations for time series with gurobipy
upload_time2024-09-24 14:03:22
maintainerNone
docs_urlNone
authorHannes Hanse
requires_pythonNone
licenseMIT
keywords milp time series optimization gurobi gurobipy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MilPython
MilPython is a python Framework for building milp-optimizations for time series using gurobipy.

## MilPy is still under development
If you come along issues or missing features please contact me at hannes.hanse@tu-clausthal.de


## Installation
The package is installed by
*pip install milpython*.

## Getting started

[This](https://github.com/hanneshanse/MilPython) github repository contains  basic examples showing the usage the framework.
A more detailed maunal is in development.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hanneshanse/MilPython",
    "name": "MilPython",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "milp, time series, optimization, gurobi, gurobipy",
    "author": "Hannes Hanse",
    "author_email": "hannes.hanse@tu-clausthal.de",
    "download_url": "https://files.pythonhosted.org/packages/41/4d/f1437429da2d83ba214cc56471ded90efe5eff814173ad51b521e1cdb56f/MilPython-0.5.0.tar.gz",
    "platform": null,
    "description": "# MilPython\r\nMilPython is a python Framework for building milp-optimizations for time series using gurobipy.\r\n\r\n## MilPy is still under development\r\nIf you come along issues or missing features please contact me at hannes.hanse@tu-clausthal.de\r\n\r\n\r\n## Installation\r\nThe package is installed by\r\n*pip install milpython*.\r\n\r\n## Getting started\r\n\r\n[This](https://github.com/hanneshanse/MilPython) github repository contains  basic examples showing the usage the framework.\r\nA more detailed maunal is in development.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Framework for building MILP optimizations for time series with gurobipy",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/hanneshanse/MilPython"
    },
    "split_keywords": [
        "milp",
        " time series",
        " optimization",
        " gurobi",
        " gurobipy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "414df1437429da2d83ba214cc56471ded90efe5eff814173ad51b521e1cdb56f",
                "md5": "f2c5172b5371441e584e2b623d5fefdf",
                "sha256": "7e43ff914c2caf9286ada060f0ba9edf3cab637631cb92f23e1a30a7031fbedf"
            },
            "downloads": -1,
            "filename": "MilPython-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f2c5172b5371441e584e2b623d5fefdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3645620,
            "upload_time": "2024-09-24T14:03:22",
            "upload_time_iso_8601": "2024-09-24T14:03:22.047017Z",
            "url": "https://files.pythonhosted.org/packages/41/4d/f1437429da2d83ba214cc56471ded90efe5eff814173ad51b521e1cdb56f/MilPython-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 14:03:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hanneshanse",
    "github_project": "MilPython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "milpython"
}
        
Elapsed time: 0.36756s