jk_mounting


Namejk_mounting JSON
Version 0.2025.7.12 PyPI version JSON
download
home_pageNone
SummaryThis python module provides support for retrieving mount information and assists in mounting and unmounting.
upload_time2025-07-12 10:59:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords mount mounting umount fstype
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            jk_mounting
===========

Introduction
------------

This python module provides support for retrieving mount information and assists in mounting and unmounting.

Information about this module can be found here:

* [github.org](https://github.com/jkpubsrc/python-module-jk-mounting)
* [pypi.python.org](https://pypi.python.org/pypi/jk_mounting)

How to use this module
----------------------

### Import

To import this module use the following statement:

```python
import jk_mounting
```

### Retrieve Information

In order to get information about what kind of devices are mounted, use the following command:

```python
mounter = jk_mounting.Mounter()

for mi in mounter.getMountInfos(isRegularDevice = True):
	print(mi)
```

### Mount a Device

To mount a device you can use the following command:

```python
mounter = jk_mounting.Mounter()

mounter.mount("/dev/sdd1", "/mnt")
```

Contact Information
-------------------

This is Open Source code. That not only gives you the possibility of freely using this code it also
allows you to contribute. Feel free to contact the author(s) of this software listed below, either
for comments, collaboration requests, suggestions for improvement or reporting bugs:

* Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de

License
-------

This software is provided under the following license:

* Apache Software License 2.0




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jk_mounting",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "keywords": "mount, mounting, umount, fstype",
    "author": null,
    "author_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "download_url": "https://files.pythonhosted.org/packages/45/1b/7f3852c9a2f8df301bee7b92ac5519c7d17b1b62c4e84b9b68f9188d2e49/jk_mounting-0.2025.7.12.tar.gz",
    "platform": null,
    "description": "jk_mounting\n===========\n\nIntroduction\n------------\n\nThis python module provides support for retrieving mount information and assists in mounting and unmounting.\n\nInformation about this module can be found here:\n\n* [github.org](https://github.com/jkpubsrc/python-module-jk-mounting)\n* [pypi.python.org](https://pypi.python.org/pypi/jk_mounting)\n\nHow to use this module\n----------------------\n\n### Import\n\nTo import this module use the following statement:\n\n```python\nimport jk_mounting\n```\n\n### Retrieve Information\n\nIn order to get information about what kind of devices are mounted, use the following command:\n\n```python\nmounter = jk_mounting.Mounter()\n\nfor mi in mounter.getMountInfos(isRegularDevice = True):\n\tprint(mi)\n```\n\n### Mount a Device\n\nTo mount a device you can use the following command:\n\n```python\nmounter = jk_mounting.Mounter()\n\nmounter.mount(\"/dev/sdd1\", \"/mnt\")\n```\n\nContact Information\n-------------------\n\nThis is Open Source code. That not only gives you the possibility of freely using this code it also\nallows you to contribute. Feel free to contact the author(s) of this software listed below, either\nfor comments, collaboration requests, suggestions for improvement or reporting bugs:\n\n* J\u00fcrgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de\n\nLicense\n-------\n\nThis software is provided under the following license:\n\n* Apache Software License 2.0\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This python module provides support for retrieving mount information and assists in mounting and unmounting.",
    "version": "0.2025.7.12",
    "project_urls": null,
    "split_keywords": [
        "mount",
        " mounting",
        " umount",
        " fstype"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc9df7d5c436f7f4085d0d878b05fd2f376691fa3846c141fb23abfcb6e043a4",
                "md5": "b1853c32c8f1ecbe4340aa9c8547f10b",
                "sha256": "6f7af708204ff3d210d5f3ae0f476795b4dca2a40392bb0750b2986a5f0a29a5"
            },
            "downloads": -1,
            "filename": "jk_mounting-0.2025.7.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1853c32c8f1ecbe4340aa9c8547f10b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9132,
            "upload_time": "2025-07-12T10:59:38",
            "upload_time_iso_8601": "2025-07-12T10:59:38.367841Z",
            "url": "https://files.pythonhosted.org/packages/fc/9d/f7d5c436f7f4085d0d878b05fd2f376691fa3846c141fb23abfcb6e043a4/jk_mounting-0.2025.7.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "451b7f3852c9a2f8df301bee7b92ac5519c7d17b1b62c4e84b9b68f9188d2e49",
                "md5": "23cdb19614e3f0beeadf153eb20b5a17",
                "sha256": "3ff0437b2197c8b7ed426cc937715c02845a888e1b3d5eabaf9084aafcc9f05e"
            },
            "downloads": -1,
            "filename": "jk_mounting-0.2025.7.12.tar.gz",
            "has_sig": false,
            "md5_digest": "23cdb19614e3f0beeadf153eb20b5a17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8619,
            "upload_time": "2025-07-12T10:59:39",
            "upload_time_iso_8601": "2025-07-12T10:59:39.811235Z",
            "url": "https://files.pythonhosted.org/packages/45/1b/7f3852c9a2f8df301bee7b92ac5519c7d17b1b62c4e84b9b68f9188d2e49/jk_mounting-0.2025.7.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 10:59:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jk_mounting"
}
        
Elapsed time: 0.41713s