eratos-as-api


Nameeratos-as-api JSON
Version 4.4.0 PyPI version JSON
download
home_pageNone
SummaryAnalysis Services model integration library.
upload_time2024-12-17 01:01:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License
keywords models
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Unit testing:

Unit tests may be run with the following command:

    python -m unittest discover

## Unit testing with Docker

With this method, you can test using the same environment that as-models-api natively runs in.

By default, we provide a `docker-compose.yml` file that will run the unittests on both Python 2.7 and Python 3.5

To run the tests on the working copy of your source:

    docker-compose up

The first run will take a while to pull down and build the images. Subsequent runs should be very fast.

# Coverage Reporting:

Coverage reporting is handled by the Python [coverage](https://coverage.readthedocs.io)
library. If necessary, it can be installed as follows:

    sudo pip install coverage

An HTML coverage report can then be generated with these commands:

    coverage run -m unittest discover
    coverage html

The results will be placed in the '/htmlcov' directory.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eratos-as-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Eratos <support@eratos.com>",
    "keywords": "models",
    "author": null,
    "author_email": "Mac Coombe <mac.coombe@csiro.au>",
    "download_url": "https://files.pythonhosted.org/packages/7b/3a/334b798a6207e7c0dbf2070b9002e011eb9ab848e279518d83607c80f3a4/eratos_as_api-4.4.0.tar.gz",
    "platform": null,
    "description": "\n# Unit testing:\n\nUnit tests may be run with the following command:\n\n    python -m unittest discover\n\n## Unit testing with Docker\n\nWith this method, you can test using the same environment that as-models-api natively runs in.\n\nBy default, we provide a `docker-compose.yml` file that will run the unittests on both Python 2.7 and Python 3.5\n\nTo run the tests on the working copy of your source:\n\n    docker-compose up\n\nThe first run will take a while to pull down and build the images. Subsequent runs should be very fast.\n\n# Coverage Reporting:\n\nCoverage reporting is handled by the Python [coverage](https://coverage.readthedocs.io)\nlibrary. If necessary, it can be installed as follows:\n\n    sudo pip install coverage\n\nAn HTML coverage report can then be generated with these commands:\n\n    coverage run -m unittest discover\n    coverage html\n\nThe results will be placed in the '/htmlcov' directory.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Analysis Services model integration library.",
    "version": "4.4.0",
    "project_urls": {
        "Homepage": "https://bitbucket.csiro.au/projects/SC/repos/as-models-api/browse"
    },
    "split_keywords": [
        "models"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50d6f0ac06f83db2c543a204912bd614ac960b72ca057d3775d72713565dd5e3",
                "md5": "8fbe67c27763a100d3f5404cba37e8a6",
                "sha256": "1a087fdb0770395e49a555956885e86ccdb79e321b19cac3ce9fab98b4c79de3"
            },
            "downloads": -1,
            "filename": "eratos_as_api-4.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fbe67c27763a100d3f5404cba37e8a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 37146,
            "upload_time": "2024-12-17T01:01:24",
            "upload_time_iso_8601": "2024-12-17T01:01:24.829488Z",
            "url": "https://files.pythonhosted.org/packages/50/d6/f0ac06f83db2c543a204912bd614ac960b72ca057d3775d72713565dd5e3/eratos_as_api-4.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b3a334b798a6207e7c0dbf2070b9002e011eb9ab848e279518d83607c80f3a4",
                "md5": "3924fb21e23834022fa370ae5bb0e131",
                "sha256": "d9d54bf743c592422bdf199b1943c40eedda0e070c34c885989d5dca6d63108d"
            },
            "downloads": -1,
            "filename": "eratos_as_api-4.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3924fb21e23834022fa370ae5bb0e131",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 41108,
            "upload_time": "2024-12-17T01:01:22",
            "upload_time_iso_8601": "2024-12-17T01:01:22.754121Z",
            "url": "https://files.pythonhosted.org/packages/7b/3a/334b798a6207e7c0dbf2070b9002e011eb9ab848e279518d83607c80f3a4/eratos_as_api-4.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 01:01:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "eratos-as-api"
}
        
Elapsed time: 0.70841s