python-lockfile


Namepython-lockfile JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-lockfile
SummaryNone
upload_time2024-04-30 09:20:53
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords lockfile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python lockfile context manager.

## Installation

You can install via [pypi](https://pypi.org/project/python-lockfile/)

```console
pip install -U lockfile
```

## Usage

### Module

```python
>>> from lockfile import lockfile, lockfile_async
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-lockfile",
    "name": "python-lockfile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "lockfile",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/cd/9e86da1b870af1e7831640cc95ada422781430e654e50c0227357be97985/python_lockfile-0.0.1.tar.gz",
    "platform": null,
    "description": "# Python lockfile context manager.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/python-lockfile/)\n\n```console\npip install -U lockfile\n```\n\n## Usage\n\n### Module\n\n```python\n>>> from lockfile import lockfile, lockfile_async\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-lockfile",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-lockfile"
    },
    "split_keywords": [
        "lockfile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b35d3b61475afc5f7d995c38fca9e6b11e04d57948aba9fa4d5c801f4c513b51",
                "md5": "e04b1a6f1dc7ab0cefb64dda0bece840",
                "sha256": "86a19ac4390b36956f6fea6c8a8149fab1a3d6b71a35416cb4acd3ef8a6d9bc2"
            },
            "downloads": -1,
            "filename": "python_lockfile-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e04b1a6f1dc7ab0cefb64dda0bece840",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3793,
            "upload_time": "2024-04-30T09:20:51",
            "upload_time_iso_8601": "2024-04-30T09:20:51.226456Z",
            "url": "https://files.pythonhosted.org/packages/b3/5d/3b61475afc5f7d995c38fca9e6b11e04d57948aba9fa4d5c801f4c513b51/python_lockfile-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bcd9e86da1b870af1e7831640cc95ada422781430e654e50c0227357be97985",
                "md5": "9d9de554dca43336146f501a121c1520",
                "sha256": "446c2ba36a4b8fac4af10fbdfdf961e76be2fa4710b78705e237748758a29929"
            },
            "downloads": -1,
            "filename": "python_lockfile-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9d9de554dca43336146f501a121c1520",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2479,
            "upload_time": "2024-04-30T09:20:53",
            "upload_time_iso_8601": "2024-04-30T09:20:53.277267Z",
            "url": "https://files.pythonhosted.org/packages/3b/cd/9e86da1b870af1e7831640cc95ada422781430e654e50c0227357be97985/python_lockfile-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 09:20:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-lockfile"
}
        
Elapsed time: 0.27622s