File: PKG-INFO

package info (click to toggle)
python-outcome 1.0.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 376; makefile: 12
file content (58 lines) | stat: -rw-r--r-- 2,584 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Metadata-Version: 2.1
Name: outcome
Version: 1.0.0
Summary: Capture the outcome of Python function calls.
Home-page: https://github.com/python-trio/outcome
Author: Frazer McLean
Author-email: frazer@frazermclean.co.uk
License: MIT -or- Apache License 2.0
Project-URL: Documentation, https://outcome.readthedocs.io/en/latest/
Project-URL: Chat, https://gitter.im/python-trio/general
Description: .. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
           :target: https://gitter.im/python-trio/general
           :alt: Join chatroom
        
        .. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
           :target: https://outcome.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/python-trio/trio.svg?branch=master
           :target: https://travis-ci.org/python-trio/outcome
           :alt: Automated test status (Linux and MacOS)
        
        .. image:: https://ci.appveyor.com/api/projects/status/c54uu4rxlgs2usmj/branch/master?svg=true
           :target: https://ci.appveyor.com/project/RazerM/outcome/history
           :alt: Automated test status (Windows)
        
        .. image:: https://codecov.io/gh/python-trio/trio/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/python-trio/outcome
           :alt: Test coverage
        
        outcome
        =======
        
        Welcome to `outcome <https://github.com/python-trio/outcome>`__!
        
        Capture the outcome of Python function calls. Extracted from the
        `Trio <https://github.com/python-trio/trio>`__ project.
        
        License: Your choice of MIT or Apache License 2.0
        
Keywords: result
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Trio
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst