kstpy


Namekstpy JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://www.cord-hockemeyer.info/en/knowledge-space-theory/resources-on-knowledge-space-theory/#python
SummaryA Python package for Knowledge Space Theory
upload_time2025-03-18 11:13:16
maintainerNone
docs_urlNone
authorCord Hockemeyer
requires_python<4.0,>=3.11
licenseLGPL-3.0-or-later
keywords knowledge space theory psychology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kstpy

A Python package for Knowledge Space Theory

## General package informaation

### Remarks

- Please note that is an early stage package.
- Especially the functions in the `kstpy.basics` module may be rather inefficiednt.

### Installation from PyPI

```bash
$ pip install kstpy
```

### Usage

```python
from kstpy.data import xpl_base
from kstpy.basics import constr

print(constr(xpl_base))
```
For further information, please have a look at the API reference.

### License

`kstpy` was created by Cord Hockemeyer. It is licensed under the terms of the GNU General Public License v3.0 license.

### Credits

- The `graphicx` module is a copy of Simon Hegele's `hasseNetworkx` module from GitHub. I opted for this way because I did not find any comparable Python package.
- `kstpy` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cord-hockemeyer.info/en/knowledge-space-theory/resources-on-knowledge-space-theory/#python",
    "name": "kstpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "Knowledge Space Theory, Psychology",
    "author": "Cord Hockemeyer",
    "author_email": "cord.hockemeyer@uni-graz.at",
    "download_url": "https://files.pythonhosted.org/packages/54/6b/af145f0b804a9f25e559e6c24e88cd613b23cff374c06f24c96c2023b2a7/kstpy-0.2.0.tar.gz",
    "platform": null,
    "description": "# kstpy\n\nA Python package for Knowledge Space Theory\n\n## General package informaation\n\n### Remarks\n\n- Please note that is an early stage package.\n- Especially the functions in the `kstpy.basics` module may be rather inefficiednt.\n\n### Installation from PyPI\n\n```bash\n$ pip install kstpy\n```\n\n### Usage\n\n```python\nfrom kstpy.data import xpl_base\nfrom kstpy.basics import constr\n\nprint(constr(xpl_base))\n```\nFor further information, please have a look at the API reference.\n\n### License\n\n`kstpy` was created by Cord Hockemeyer. It is licensed under the terms of the GNU General Public License v3.0 license.\n\n### Credits\n\n- The `graphicx` module is a copy of Simon Hegele's `hasseNetworkx` module from GitHub. I opted for this way because I did not find any comparable Python package.\n- `kstpy` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "A Python package for Knowledge Space Theory",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://resources.cord-hockemeyer.info/techreports/kstpy.pdf",
        "Homepage": "https://www.cord-hockemeyer.info/en/knowledge-space-theory/resources-on-knowledge-space-theory/#python"
    },
    "split_keywords": [
        "knowledge space theory",
        " psychology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f76780342d9b50b7706b9e1104d0a4da28939e291c62b40b0729f64d58d19ff1",
                "md5": "e12acb166be61e527516845ad84d2ca1",
                "sha256": "a477a8f52ef8a2b7dc509a5c9e816fb14da0740ded1b7ead1d5175bedddb4f9d"
            },
            "downloads": -1,
            "filename": "kstpy-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e12acb166be61e527516845ad84d2ca1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 21589,
            "upload_time": "2025-03-18T11:13:15",
            "upload_time_iso_8601": "2025-03-18T11:13:15.534973Z",
            "url": "https://files.pythonhosted.org/packages/f7/67/80342d9b50b7706b9e1104d0a4da28939e291c62b40b0729f64d58d19ff1/kstpy-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "546baf145f0b804a9f25e559e6c24e88cd613b23cff374c06f24c96c2023b2a7",
                "md5": "c5b5e8722367520bb7c711617d8c793a",
                "sha256": "892700cfa43af1a375de9e26cc6a6499650b3861f6170441ce1860d2bc9e1290"
            },
            "downloads": -1,
            "filename": "kstpy-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c5b5e8722367520bb7c711617d8c793a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 18988,
            "upload_time": "2025-03-18T11:13:16",
            "upload_time_iso_8601": "2025-03-18T11:13:16.982699Z",
            "url": "https://files.pythonhosted.org/packages/54/6b/af145f0b804a9f25e559e6c24e88cd613b23cff374c06f24c96c2023b2a7/kstpy-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-18 11:13:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kstpy"
}
        
Elapsed time: 0.95790s