conda-store-server


Nameconda-store-server JSON
Version 2025.2.2 PyPI version JSON
download
home_pageNone
SummaryConda Environment Management, Builds, and Serve
upload_time2025-02-11 23:13:18
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseNone
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/ad/43/9417f13b1a370cb70275cf6febcbe51eb15e541b1e456251a55c8ea10e97/conda_store_server-2025.2.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": null,
    "summary": "Conda Environment Management, Builds, and Serve",
    "version": "2025.2.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": null,
            "digests": {
                "blake2b_256": "5d9c6e08458dd0dfa1eec5413d7926574614e4d13f4f62c3f22d5db39c013765",
                "md5": "31859522498316047418dff3d1e4bcc8",
                "sha256": "ea9bc3d61ec7f61f7ad6b1c28ae719dc06a9e36d04e22ff3bb869189a456784e"
            },
            "downloads": -1,
            "filename": "conda_store_server-2025.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31859522498316047418dff3d1e4bcc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 2717744,
            "upload_time": "2025-02-11T23:13:15",
            "upload_time_iso_8601": "2025-02-11T23:13:15.481784Z",
            "url": "https://files.pythonhosted.org/packages/5d/9c/6e08458dd0dfa1eec5413d7926574614e4d13f4f62c3f22d5db39c013765/conda_store_server-2025.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad439417f13b1a370cb70275cf6febcbe51eb15e541b1e456251a55c8ea10e97",
                "md5": "a5ac583693a643b9962328f85ac98cd0",
                "sha256": "898a5ff25dd871a86ad8345e50318253940879f1ee2ab0207f10492ad819b6cb"
            },
            "downloads": -1,
            "filename": "conda_store_server-2025.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a5ac583693a643b9962328f85ac98cd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 2695016,
            "upload_time": "2025-02-11T23:13:18",
            "upload_time_iso_8601": "2025-02-11T23:13:18.195847Z",
            "url": "https://files.pythonhosted.org/packages/ad/43/9417f13b1a370cb70275cf6febcbe51eb15e541b1e456251a55c8ea10e97/conda_store_server-2025.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 23:13:18",
    "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: 0.67815s