dcsm


Namedcsm JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://gitlab.com/groups/dcsm
SummaryPackage for managing mounts and users on the DCSM server
upload_time2023-11-10 23:14:38
maintainer
docs_urlNone
authorGuillaume Anciaux
requires_python>=3.9.0,<3.13
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python package `dcsm`

_Package for managing mounts and users on the DCSM server_


# Installation

## As developer

### Build requirements

- Python (3.9 minimum)
- make
- [Poetry](https://python-poetry.org/docs/#installation)


### Instructions

```
git clone https://gitlab.com/dcsm/server_deployment.git
cd server_deployment/mount_api
make install
```

This will install the `dcsm` package as well as all the development dependencies (_e.g._ for testing)


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/groups/dcsm",
    "name": "dcsm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0,<3.13",
    "maintainer_email": "",
    "keywords": "",
    "author": "Guillaume Anciaux",
    "author_email": "guillaume.anciaux@epfl.ch",
    "download_url": "https://files.pythonhosted.org/packages/a3/4b/47e7dc742a4e9ee88c0dfd297dc6056c6b2ca7c38d28e4fa1b8dc7d01212/dcsm-0.0.1.tar.gz",
    "platform": null,
    "description": "# Python package `dcsm`\n\n_Package for managing mounts and users on the DCSM server_\n\n\n# Installation\n\n## As developer\n\n### Build requirements\n\n- Python (3.9 minimum)\n- make\n- [Poetry](https://python-poetry.org/docs/#installation)\n\n\n### Instructions\n\n```\ngit clone https://gitlab.com/dcsm/server_deployment.git\ncd server_deployment/mount_api\nmake install\n```\n\nThis will install the `dcsm` package as well as all the development dependencies (_e.g._ for testing)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Package for managing mounts and users on the DCSM server",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://dcsm.readthedocs.io/en/latest/",
        "Homepage": "https://gitlab.com/groups/dcsm",
        "Repository": "https://gitlab.com/dcsm/server-deployment/-/tree/main/mount_api"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8699757ec3ec143b999a2a35728f3219d3047743ba5c892d717fd49a97ca9124",
                "md5": "ad22f6cac012ad616653363d5105afa0",
                "sha256": "c70ba0fad8241d788aa9fcec976249afaa34411caf483572aa1b405cda86406a"
            },
            "downloads": -1,
            "filename": "dcsm-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad22f6cac012ad616653363d5105afa0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<3.13",
            "size": 15602,
            "upload_time": "2023-11-10T23:14:36",
            "upload_time_iso_8601": "2023-11-10T23:14:36.501149Z",
            "url": "https://files.pythonhosted.org/packages/86/99/757ec3ec143b999a2a35728f3219d3047743ba5c892d717fd49a97ca9124/dcsm-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a34b47e7dc742a4e9ee88c0dfd297dc6056c6b2ca7c38d28e4fa1b8dc7d01212",
                "md5": "d899b3b1c1b9f8aca8af122d67821f1c",
                "sha256": "add8a1331a1d67715facd021884873c4dd023ee1e260825de874e691696a2d78"
            },
            "downloads": -1,
            "filename": "dcsm-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d899b3b1c1b9f8aca8af122d67821f1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<3.13",
            "size": 9752,
            "upload_time": "2023-11-10T23:14:38",
            "upload_time_iso_8601": "2023-11-10T23:14:38.033991Z",
            "url": "https://files.pythonhosted.org/packages/a3/4b/47e7dc742a4e9ee88c0dfd297dc6056c6b2ca7c38d28e4fa1b8dc7d01212/dcsm-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 23:14:38",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "groups",
    "gitlab_project": "dcsm",
    "lcname": "dcsm"
}
        
Elapsed time: 0.14707s