elementary-vectors


Nameelementary-vectors JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/MarcusAichmayr/elementary_vectors
Summarya SageMath package to work with elementary vectors, sign vectors, oriented matroids and vectors with components in intervals
upload_time2025-01-15 09:48:02
maintainerNone
docs_urlNone
authorMarcus S. Aichmayr
requires_pythonNone
licenseGPLv3
keywords elementary_vectors vectors intervals linear inequality systems sign vectors oriented matroids
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Elementary vectors

## Description

a SageMath package to work with elementary vectors, linear inequality systems, sign vectors and oriented matroids

## License

Distributed under the terms of the GNU General Public License (GPL, see the
LICENSE file), either version 3 or (at your option) any later version

- http://www.gnu.org/licenses/

## Requirements

Sage 9.0 or later is recommended.

## Installation

### Install from GitHub (recommended)

To download and install the latest development version on a system where Sage
was built from source or installed from official packages, run

    sage -pip install git+https://github.com/MarcusAichmayr/elementary_vectors.git

or

    sage -pip install --user git+https://github.com/MarcusAichmayr/elementary_vectors.git

The optional `--user` flag causes the package to be installed in your `.sage` directory instead of the Sage installation tree.

### Local install from source

Download the source from the git repository:

    git clone https://github.com/MarcusAichmayr/elementary_vectors.git

Change to the root directory of the repository and run:

    sage -pip install --upgrade --no-index -v .

You can also run instead the shorthand:

    make install

### Local install from source (no Sage installation required)

Download the source from the git repository:

    git clone https://github.com/MarcusAichmayr/elementary_vectors.git

Change to the root directory of the repository and run:

    python3 -m venv venv
    . venv/bin/activate
    pip install -v -e ".[passagemath]"

### Documentation

The documentation of this package can be found on GitHub:
https://marcusaichmayr.github.io/elementary_vectors/index.html

If you want to generate it yourself, run

    make doc

or

    make doc-pdf

at the root directory of the repository.

### Testing

To run the test suite, install the package and run the command

    make test

at the root directory of the repository.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MarcusAichmayr/elementary_vectors",
    "name": "elementary-vectors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "elementary_vectors, vectors, intervals, linear inequality systems, sign vectors, oriented matroids",
    "author": "Marcus S. Aichmayr",
    "author_email": "aichmayr@mathematik.uni-kassel.de",
    "download_url": "https://files.pythonhosted.org/packages/a6/ea/606f88ec7b287d78d54776cb6c549f56bd7ae4c43f3ad8202b967af1b541/elementary_vectors-1.1.tar.gz",
    "platform": null,
    "description": "# Elementary vectors\n\n## Description\n\na SageMath package to work with elementary vectors, linear inequality systems, sign vectors and oriented matroids\n\n## License\n\nDistributed under the terms of the GNU General Public License (GPL, see the\nLICENSE file), either version 3 or (at your option) any later version\n\n- http://www.gnu.org/licenses/\n\n## Requirements\n\nSage 9.0 or later is recommended.\n\n## Installation\n\n### Install from GitHub (recommended)\n\nTo download and install the latest development version on a system where Sage\nwas built from source or installed from official packages, run\n\n    sage -pip install git+https://github.com/MarcusAichmayr/elementary_vectors.git\n\nor\n\n    sage -pip install --user git+https://github.com/MarcusAichmayr/elementary_vectors.git\n\nThe optional `--user` flag causes the package to be installed in your `.sage` directory instead of the Sage installation tree.\n\n### Local install from source\n\nDownload the source from the git repository:\n\n    git clone https://github.com/MarcusAichmayr/elementary_vectors.git\n\nChange to the root directory of the repository and run:\n\n    sage -pip install --upgrade --no-index -v .\n\nYou can also run instead the shorthand:\n\n    make install\n\n### Local install from source (no Sage installation required)\n\nDownload the source from the git repository:\n\n    git clone https://github.com/MarcusAichmayr/elementary_vectors.git\n\nChange to the root directory of the repository and run:\n\n    python3 -m venv venv\n    . venv/bin/activate\n    pip install -v -e \".[passagemath]\"\n\n### Documentation\n\nThe documentation of this package can be found on GitHub:\nhttps://marcusaichmayr.github.io/elementary_vectors/index.html\n\nIf you want to generate it yourself, run\n\n    make doc\n\nor\n\n    make doc-pdf\n\nat the root directory of the repository.\n\n### Testing\n\nTo run the test suite, install the package and run the command\n\n    make test\n\nat the root directory of the repository.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "a SageMath package to work with elementary vectors, sign vectors, oriented matroids and vectors with components in intervals",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/MarcusAichmayr/elementary_vectors"
    },
    "split_keywords": [
        "elementary_vectors",
        " vectors",
        " intervals",
        " linear inequality systems",
        " sign vectors",
        " oriented matroids"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56e2715cc6070e05534381701583484c5962d24d44b0767fb581afef72f9e6e1",
                "md5": "d862ccfe1665baf08c3da22a03da612d",
                "sha256": "2e405f99a73e0abb2e7b7640f4dc8adcb2d79060c3ec7a04413c6ae73bff4743"
            },
            "downloads": -1,
            "filename": "elementary_vectors-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d862ccfe1665baf08c3da22a03da612d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 61109,
            "upload_time": "2025-01-15T09:47:59",
            "upload_time_iso_8601": "2025-01-15T09:47:59.870667Z",
            "url": "https://files.pythonhosted.org/packages/56/e2/715cc6070e05534381701583484c5962d24d44b0767fb581afef72f9e6e1/elementary_vectors-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6ea606f88ec7b287d78d54776cb6c549f56bd7ae4c43f3ad8202b967af1b541",
                "md5": "0efecfa5d4ab8266333ef943e6e2b85a",
                "sha256": "56c4588e0067d0eff2cd5aef9ddcf8d9c91712ac279c5114344b181bd31a53c2"
            },
            "downloads": -1,
            "filename": "elementary_vectors-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0efecfa5d4ab8266333ef943e6e2b85a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51624,
            "upload_time": "2025-01-15T09:48:02",
            "upload_time_iso_8601": "2025-01-15T09:48:02.616977Z",
            "url": "https://files.pythonhosted.org/packages/a6/ea/606f88ec7b287d78d54776cb6c549f56bd7ae4c43f3ad8202b967af1b541/elementary_vectors-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 09:48:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MarcusAichmayr",
    "github_project": "elementary_vectors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "elementary-vectors"
}
        
Elapsed time: 1.76383s