https://github.com/koehlma/uv
Python libuv CFFI Bindings
https://github.com/koehlma/uv
Last synced: 3 months ago
JSON representation
Python libuv CFFI Bindings
- Host: GitHub
- URL: https://github.com/koehlma/uv
- Owner: koehlma
- License: lgpl-3.0
- Created: 2015-11-26T18:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T12:39:39.000Z (over 8 years ago)
- Last Synced: 2025-03-17T08:51:19.049Z (3 months ago)
- Language: Python
- Homepage: http://uv.readthedocs.org/en/master/
- Size: 467 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Python »libuv« CFFI Wrapper
===========================|pypi| |unix_build| |windows_build| |coverage| |docs|
This package aims to provide an object oriented CFFI based wrapper around the libuv
asynchronous IO library. It supports all handles of libuv as well as filesystem
operations, dns utility functions and miscellaneous utilities.State
=====:handles: stable API, well tested, completely documented
:dns: stable API, well tested, completely documented
:fs: planning
:misc: planning
:ssl: planningFeatures
========
- full featured event loop backed by epoll, kqueue, IOCP and events ports
- asynchronous TCP and UDP sockets
- asynchronous SSL sockets (based on Python's SSL module)
- asynchronous DNS resolution
- asynchronous file and file system operations
- asynchronous file system events
- cross platform ANSI escape code controlled TTY
- IPC with socket sharing, using UNIX domain sockets or named pipes (Windows)
- child processes and signal handling
- cross platform memory, CPU and network interface information
- timer and high resolution clock
- supported Python interpreters and versions:- **CPython**: 2.7, 3.3, 3.4, 3.5
- **PyPy**: 4.0 (Windows and Linux)
- **PyPy3**: 2.4.0, 2.7.0-alpha0 (Linux Only)- PyCharm type hinting support
- PEP 3151 compatible exceptions.. |pypi| image:: https://img.shields.io/pypi/v/uv.svg?style=flat-square&label=latest%20version
:target: https://pypi.python.org/pypi/uv.. |unix_build| image:: https://img.shields.io/travis/koehlma/uv/master.svg?style=flat-square&label=unix%20build
:target: https://travis-ci.org/koehlma/uv.. |windows_build| image:: https://img.shields.io/appveyor/ci/koehlma/uv.svg?style=flat-square&label=windows%20build
:target: https://ci.appveyor.com/project/koehlma/uv.. |docs| image:: https://readthedocs.org/projects/uv/badge/?version=master&style=flat-square
:target: https://uv.readthedocs.org/en/master/.. |coverage| image:: https://img.shields.io/coveralls/koehlma/uv/master.svg?style=flat-square
:target: https://coveralls.io/github/koehlma/uv?branch=master