conda-store-server


Nameconda-store-server JSON
Version 2024.11.2 PyPI version JSON
download
home_pageNone
SummaryConda Environment Management, Builds, and Serve
upload_time2024-11-26 22:36:08
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseBSD-3-Clause
keywords conda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # conda-store server

A multi-tenant server for managing conda environments.
See the [documentation](https://conda.store/) for more information.

## Running tests

### Run tests with pytest
```
# ignoring integration tests
$ python -m pytest -m "not extended_prefix and not user_journey" tests/

# ignoring long running tests
$ python -m pytest -m "not extended_prefix and not user_journey and not long_running_test" tests/
```

### Run tests with code coverage
Ensure you have pytest-cov install
```
$ pip install pytest-cov
```

Run tests
```
$ python -m pytest -m "not extended_prefix and not user_journey" --cov=conda_store_server tests/
```

Check coverage report
```
$ coverage report
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "conda-store-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": "Tania Allard <trallard@bitsandchips.me>, Pavithra Eswaramoorthy <pavithraes@outlook.com>, Peyton Murray <peynmurray@gmail.com>",
    "keywords": "conda",
    "author": null,
    "author_email": "Christopher Ostrouchov <chris.ostrouchov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4f/b9/e1757eef1fcb129bb01713361aa5cbcf35119b0ca71c0494a7a5574b329c/conda_store_server-2024.11.2.tar.gz",
    "platform": null,
    "description": "# conda-store server\n\nA multi-tenant server for managing conda environments.\nSee the [documentation](https://conda.store/) for more information.\n\n## Running tests\n\n### Run tests with pytest\n```\n# ignoring integration tests\n$ python -m pytest -m \"not extended_prefix and not user_journey\" tests/\n\n# ignoring long running tests\n$ python -m pytest -m \"not extended_prefix and not user_journey and not long_running_test\" tests/\n```\n\n### Run tests with code coverage\nEnsure you have pytest-cov install\n```\n$ pip install pytest-cov\n```\n\nRun tests\n```\n$ python -m pytest -m \"not extended_prefix and not user_journey\" --cov=conda_store_server tests/\n```\n\nCheck coverage report\n```\n$ coverage report\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Conda Environment Management, Builds, and Serve",
    "version": "2024.11.2",
    "project_urls": {
        "Homepage": "https://conda.store/",
        "Issues": "https://github.com/conda-incubator/conda-store/issues",
        "Source": "https://github.com/conda-incubator/conda-store"
    },
    "split_keywords": [
        "conda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fe2b3a022bc18376b25077608e9d23837d577d7eb3bfd3dc9c5333a917c8b18",
                "md5": "aa4cff69f5a1f3e2e6bd7f85b54bbc61",
                "sha256": "37eafdecfc394cad4f511da0d6bfd09ebf6017004ca3f855684a43d268502086"
            },
            "downloads": -1,
            "filename": "conda_store_server-2024.11.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa4cff69f5a1f3e2e6bd7f85b54bbc61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 2704140,
            "upload_time": "2024-11-26T22:36:06",
            "upload_time_iso_8601": "2024-11-26T22:36:06.356184Z",
            "url": "https://files.pythonhosted.org/packages/8f/e2/b3a022bc18376b25077608e9d23837d577d7eb3bfd3dc9c5333a917c8b18/conda_store_server-2024.11.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fb9e1757eef1fcb129bb01713361aa5cbcf35119b0ca71c0494a7a5574b329c",
                "md5": "7548d852e3e7489157a8f3fcd1a59a6b",
                "sha256": "bf96d2a6e5d31884a3cb7b85940c034b8f2958242488979edb631f536bb75eee"
            },
            "downloads": -1,
            "filename": "conda_store_server-2024.11.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7548d852e3e7489157a8f3fcd1a59a6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 2685369,
            "upload_time": "2024-11-26T22:36:08",
            "upload_time_iso_8601": "2024-11-26T22:36:08.238964Z",
            "url": "https://files.pythonhosted.org/packages/4f/b9/e1757eef1fcb129bb01713361aa5cbcf35119b0ca71c0494a7a5574b329c/conda_store_server-2024.11.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 22:36:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "conda-incubator",
    "github_project": "conda-store",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "conda-store-server"
}
        
Elapsed time: 4.30480s