An open API service indexing awesome lists of open source software.

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)

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/maintainer

Testing
-------

This is manually tested.
It relies on language features only, and no external libraries.
It is under 10 lines of code.