MilPython


NameMilPython JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/hanneshanse/MilPython
SummaryFramework for building MILP optimizations for time series with gurobipy
upload_time2024-02-20 15:24:23
maintainer
docs_urlNone
authorHannes Hanse
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "milp,time series,optimization,gurobi,gurobipy",
    "author": "Hannes Hanse",
    "author_email": "hannes.hanse@tu-clausthal.de",
    "download_url": "https://files.pythonhosted.org/packages/01/57/f6e45988fecf3036a58c079a712e55104c87b9aca1c0aea58a3c1d92d341/MilPython-0.1.1.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.1.1",
    "project_urls": {
        "Homepage": "https://github.com/hanneshanse/MilPython"
    },
    "split_keywords": [
        "milp",
        "time series",
        "optimization",
        "gurobi",
        "gurobipy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0157f6e45988fecf3036a58c079a712e55104c87b9aca1c0aea58a3c1d92d341",
                "md5": "d1c43a58447339d28935b7fb8f139d34",
                "sha256": "3e0edc93c44eea88c4fbec8851fdc1f6787e8b20998448d4599abefba9ad68c9"
            },
            "downloads": -1,
            "filename": "MilPython-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d1c43a58447339d28935b7fb8f139d34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1819185,
            "upload_time": "2024-02-20T15:24:23",
            "upload_time_iso_8601": "2024-02-20T15:24:23.063938Z",
            "url": "https://files.pythonhosted.org/packages/01/57/f6e45988fecf3036a58c079a712e55104c87b9aca1c0aea58a3c1d92d341/MilPython-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 15:24:23",
    "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.21483s