https://github.com/lewiscowles1986/python-fcntl
Polyfill for fnctl on windows (don't get excited, it just has a nicer crash error)
https://github.com/lewiscowles1986/python-fcntl
Last synced: 3 months ago
JSON representation
Polyfill for fnctl on windows (don't get excited, it just has a nicer crash error)
- Host: GitHub
- URL: https://github.com/lewiscowles1986/python-fcntl
- Owner: Lewiscowles1986
- License: mit
- Created: 2024-10-16T04:20:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T05:45:13.000Z (8 months ago)
- Last Synced: 2025-03-06T14:55:06.903Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This gives an implementation of fcntl for non nix users.
If you require this within your dependencies, please have it exclude environments with a real and useful fcntl.If you work for or can help influence Python to provide this out of the box. Please do, the current error sucks!
Installation
============```shell
pip install fcntl
```Developers
==========
* [Lewis Cowles](https://github.com/Lewiscowles1986) - author/maintainerTesting
-------This is manually tested.
It relies on language features only, and no external libraries.
It is under 10 lines of code.