-
Notifications
You must be signed in to change notification settings - Fork 8
/
PKG-INFO
31 lines (29 loc) · 1.48 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Metadata-Version: 1.0
Name: pycos
Version: 4.5.6
Summary: This module provides framework for concurrent, asynchronous, distributed, communicating tasks.
Home-page: https://pycos.sourceforge.io
Author: Giridhar Pemmasani
Author-email: [email protected]
License: Apache 2.0 License: https://www.apache.org/licenses/LICENSE-2.0
Description: pycos is a Python framework for concurrent, asynchronous,
distributed, communicating tasks. Programs developed with pycos have
same logic and structure as Python programs with threads, except for a
few syntactic changes. pycos supports socket I/O notification
mechanisms epoll, kqueue, /dev/poll (and poll and select, where
necessary), and Windows I/O Completion Ports (IOCP) for high
performance and scalability, and SSL for security. pycos has been
tested with Linux, Mac OS X and Windows. pycos is implemented with
standard modules in Python.
See https://pycos.sourceforge.io for details.
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development