pykanidm


Namepykanidm JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://kanidm.com/
SummaryKanidm client library
upload_time2023-11-19 11:03:42
maintainer
docs_urlNone
authorSimon Bordeyne
requires_python>=3.9,<4.0
licenseMPL-2.0
keywords kanidm idm api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kanidm

A Python module for interacting with Kanidm.

Currently in very very very early beta, please
[log an issue](https://github.com/kanidm/kanidm/issues/new/choose) for feature requests and bugs.

## Installation

```bash
python -m pip install kanidm
```

## Documentation

Documentation can be generated by [cloning the repository](https://github.com/kanidm/kanidm) and
running `make docs/pykanidm/build`. The documentation will appear in `./pykanidm/site`. You'll need
make and the [poetry](https://pypi.org/project/poetry/) package installed.

## Testing

Set up your dev environment using `poetry` - `python -m pip install poetry && poetry install`.

Pytest it used for testing, if you don't have a live server to test against and config set up, use
`poetry run pytest -m 'not network'`.

## Changelog

| Version | Date       | Notes                                                 |
| ------- | ---------- | ----------------------------------------------------- |
| 0.0.1   | 2022-08-16 | Initial release                                       |
| 0.0.2   | 2022-08-16 | Updated license, including test code in package       |
| 0.0.3   | 2022-08-17 | Updated test suite to allow skipping of network tests |

            

Raw data

            {
    "_id": null,
    "home_page": "https://kanidm.com/",
    "name": "pykanidm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "kanidm,idm,api",
    "author": "Simon Bordeyne",
    "author_email": "simon.bordeyne@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/87/a4519a81c45bb1eb300f71de8cca27cb8205bc1459af152eb9c1f9e4b997/pykanidm-1.0.0.tar.gz",
    "platform": null,
    "description": "# kanidm\n\nA Python module for interacting with Kanidm.\n\nCurrently in very very very early beta, please\n[log an issue](https://github.com/kanidm/kanidm/issues/new/choose) for feature requests and bugs.\n\n## Installation\n\n```bash\npython -m pip install kanidm\n```\n\n## Documentation\n\nDocumentation can be generated by [cloning the repository](https://github.com/kanidm/kanidm) and\nrunning `make docs/pykanidm/build`. The documentation will appear in `./pykanidm/site`. You'll need\nmake and the [poetry](https://pypi.org/project/poetry/) package installed.\n\n## Testing\n\nSet up your dev environment using `poetry` - `python -m pip install poetry && poetry install`.\n\nPytest it used for testing, if you don't have a live server to test against and config set up, use\n`poetry run pytest -m 'not network'`.\n\n## Changelog\n\n| Version | Date       | Notes                                                 |\n| ------- | ---------- | ----------------------------------------------------- |\n| 0.0.1   | 2022-08-16 | Initial release                                       |\n| 0.0.2   | 2022-08-16 | Updated license, including test code in package       |\n| 0.0.3   | 2022-08-17 | Updated test suite to allow skipping of network tests |\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Kanidm client library",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://kanidm.com/",
        "Repository": "https://github.com/sbordeyne/kanidm"
    },
    "split_keywords": [
        "kanidm",
        "idm",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e20f04a96907378b568968016a27e9ce514c220e43686cfa89d5777e9030321",
                "md5": "817fcd564b05ca6d5fc873cacd87edc5",
                "sha256": "34781966f45ef89caad58a1540a29e050e5e8e1aa5a863cfaf6dc04fc063492f"
            },
            "downloads": -1,
            "filename": "pykanidm-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "817fcd564b05ca6d5fc873cacd87edc5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 20842,
            "upload_time": "2023-11-19T11:03:40",
            "upload_time_iso_8601": "2023-11-19T11:03:40.929634Z",
            "url": "https://files.pythonhosted.org/packages/3e/20/f04a96907378b568968016a27e9ce514c220e43686cfa89d5777e9030321/pykanidm-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5087a4519a81c45bb1eb300f71de8cca27cb8205bc1459af152eb9c1f9e4b997",
                "md5": "b1e977c20cbfc0dd9ca50970ca499526",
                "sha256": "64af91bf8ddb3afeb02da1d2be0b502ece2169030b16c92ff5897a4a1feae021"
            },
            "downloads": -1,
            "filename": "pykanidm-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b1e977c20cbfc0dd9ca50970ca499526",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 17366,
            "upload_time": "2023-11-19T11:03:42",
            "upload_time_iso_8601": "2023-11-19T11:03:42.729730Z",
            "url": "https://files.pythonhosted.org/packages/50/87/a4519a81c45bb1eb300f71de8cca27cb8205bc1459af152eb9c1f9e4b997/pykanidm-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 11:03:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sbordeyne",
    "github_project": "kanidm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pykanidm"
}
        
Elapsed time: 0.14286s