A fcntl solution for Windows Operating System created to handle ModuleNotFoundError issues. This package replicates fcntl functionality for Windows, addressing compatibility issues where Unix-specific modules are required but not available.
### How to Use
This package can be used as a replacement for fcntl in Python modules that need cross-platform file control. Import `winfcntl` when running on Windows and `fcntl` on Unix-based systems.
### Usage for Library Developers
Library developers can check the operating system using `os.name` or `platform.system()` to decide whether to import `winfcntl` (for Windows) or `fcntl` (for Unix-based systems). The function names and interfaces are designed to be compatible with `fcntl`.
### Changelog
### Version 1.0.1
- Fixed a small mistake disabling other programs from using the Fcntl class.
### Version 1.0.0
- Initial release.
### Acknowledgments
Thank you to Kiamehr Eskandari for developing this package.
Raw data
{
"_id": null,
"home_page": null,
"name": "winfcntl",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "fcntl, windows, module, package, library",
"author": "Kiamehr Eskandari",
"author_email": "kiamehr13922014@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/8a/a801f742c0887bcc4ff199d769c4ca562f1f940b6b61d8084d613bef225b/winfcntl-1.1.9.tar.gz",
"platform": null,
"description": "\r\nA fcntl solution for Windows Operating System created to handle ModuleNotFoundError issues. This package replicates fcntl functionality for Windows, addressing compatibility issues where Unix-specific modules are required but not available.\r\n\r\n### How to Use\r\n\r\nThis package can be used as a replacement for fcntl in Python modules that need cross-platform file control. Import `winfcntl` when running on Windows and `fcntl` on Unix-based systems.\r\n\r\n### Usage for Library Developers\r\n\r\nLibrary developers can check the operating system using `os.name` or `platform.system()` to decide whether to import `winfcntl` (for Windows) or `fcntl` (for Unix-based systems). The function names and interfaces are designed to be compatible with `fcntl`.\r\n\r\n### Changelog\r\n\r\n### Version 1.0.1\r\n- Fixed a small mistake disabling other programs from using the Fcntl class.\r\n\r\n### Version 1.0.0\r\n- Initial release.\r\n\r\n\r\n### Acknowledgments\r\n\r\nThank you to Kiamehr Eskandari for developing this package.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A fcntl solution for Windows Operating System",
"version": "1.1.9",
"project_urls": null,
"split_keywords": [
"fcntl",
" windows",
" module",
" package",
" library"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98cbf79055ee11e5adf4e12164bb1c445270cfb87c188b48681b79cf20b8f662",
"md5": "f81f785d2c305b6fc795ed1d5a2fd367",
"sha256": "efa93c1ef8d1b804be2a6ec307ed2f480d1b7fc8367771e622e1e1d3251b76ff"
},
"downloads": -1,
"filename": "winfcntl-1.1.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f81f785d2c305b6fc795ed1d5a2fd367",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4888,
"upload_time": "2024-08-31T03:27:10",
"upload_time_iso_8601": "2024-08-31T03:27:10.563752Z",
"url": "https://files.pythonhosted.org/packages/98/cb/f79055ee11e5adf4e12164bb1c445270cfb87c188b48681b79cf20b8f662/winfcntl-1.1.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c78aa801f742c0887bcc4ff199d769c4ca562f1f940b6b61d8084d613bef225b",
"md5": "c641e87f0c5e2516ae1597375b934719",
"sha256": "23971ceeafee9872227cbccdeaa9d6c5836130c1c8aa8445ba54b273adee98b1"
},
"downloads": -1,
"filename": "winfcntl-1.1.9.tar.gz",
"has_sig": false,
"md5_digest": "c641e87f0c5e2516ae1597375b934719",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3626,
"upload_time": "2024-08-31T03:27:12",
"upload_time_iso_8601": "2024-08-31T03:27:12.291605Z",
"url": "https://files.pythonhosted.org/packages/c7/8a/a801f742c0887bcc4ff199d769c4ca562f1f940b6b61d8084d613bef225b/winfcntl-1.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-31 03:27:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "winfcntl"
}