pycddlib-standalone


Namepycddlib-standalone JSON
Version 3.0.0 PyPI version JSON
download
home_pageNone
SummaryStandalone version of pycddlib
upload_time2024-10-04 11:22:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords convex polyhedron linear programming double description method
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package provides just the ``cdd`` module of
[pycddlib](https://github.com/mcmtroffaes/pycddlib),
without ``cdd.gmp``.
It can be compiled from the source distribution
without needing cddlib and gmp installed,
and is suitable for installation of pycddlib on systems where cddlib and gmp
cannot be installed, such as for instance Google Colab.

* Download: https://pypi.org/project/pycddlib-standalone/#files

* Documentation: https://pycddlib.readthedocs.io/en/latest/

* Development: https://github.com/mcmtroffaes/pycddlib-standalone/

# Installation

From PyPI:

```shell
python -m pip install pycddlib-standalone
```

On Google Colab:

```
%pip install pycddlib-standalone
```

From source repository:

```shell
python configure.py
python -m pip install .
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pycddlib-standalone",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "convex, polyhedron, linear programming, double description method",
    "author": null,
    "author_email": "\"Matthias C. M. Troffaes\" <matthias.troffaes@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0a/95/ebccc84c3f397f4bcb36d94128076f39d7aee4d5e52184576846b538f602/pycddlib_standalone-3.0.0.tar.gz",
    "platform": null,
    "description": "This package provides just the ``cdd`` module of\n[pycddlib](https://github.com/mcmtroffaes/pycddlib),\nwithout ``cdd.gmp``.\nIt can be compiled from the source distribution\nwithout needing cddlib and gmp installed,\nand is suitable for installation of pycddlib on systems where cddlib and gmp\ncannot be installed, such as for instance Google Colab.\n\n* Download: https://pypi.org/project/pycddlib-standalone/#files\n\n* Documentation: https://pycddlib.readthedocs.io/en/latest/\n\n* Development: https://github.com/mcmtroffaes/pycddlib-standalone/\n\n# Installation\n\nFrom PyPI:\n\n```shell\npython -m pip install pycddlib-standalone\n```\n\nOn Google Colab:\n\n```\n%pip install pycddlib-standalone\n```\n\nFrom source repository:\n\n```shell\npython configure.py\npython -m pip install .\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Standalone version of pycddlib",
    "version": "3.0.0",
    "project_urls": {
        "Changelog": "https://github.com/mcmtroffaes/pycddlib-standalone/blob/develop/CHANGELOG.md",
        "Documentation": "https://pycddlib.readthedocs.io/",
        "Homepage": "https://github.com/mcmtroffaes/pycddlib-standalone",
        "Issues": "https://github.com/mcmtroffaes/pycddlib-standalone/issues",
        "Repository": "https://github.com/mcmtroffaes/pycddlib-standalone.git"
    },
    "split_keywords": [
        "convex",
        " polyhedron",
        " linear programming",
        " double description method"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a95ebccc84c3f397f4bcb36d94128076f39d7aee4d5e52184576846b538f602",
                "md5": "6ab1b1a3bb3dbbdf9855d9095e965b8a",
                "sha256": "28a3cba479a720257741ca72fd3048f9064351a6b1d8c8443c57258d4dc4a74e"
            },
            "downloads": -1,
            "filename": "pycddlib_standalone-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ab1b1a3bb3dbbdf9855d9095e965b8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 90981,
            "upload_time": "2024-10-04T11:22:16",
            "upload_time_iso_8601": "2024-10-04T11:22:16.330591Z",
            "url": "https://files.pythonhosted.org/packages/0a/95/ebccc84c3f397f4bcb36d94128076f39d7aee4d5e52184576846b538f602/pycddlib_standalone-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-04 11:22:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mcmtroffaes",
    "github_project": "pycddlib-standalone",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pycddlib-standalone"
}
        
Elapsed time: 0.79017s