Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Trio Collective

Building friendly and robust libraries for concurrency and networking in Python
Collective - Host: opensource - https://opencollective.com/python-trio - Code: https://github.com/python-trio

First draft of manual

github.com/python-trio/pytest-trio - njsmith opened this pull request over 6 years ago
Minor cleanups

github.com/python-trio/pytest-trio - njsmith opened this pull request over 6 years ago
Release 0.1.0

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Update Travis test matrix

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Fix Value and Error inheritance on Python 3.5+

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Unintuitive inheritance in Python 3.5+

github.com/python-trio/outcome - nonsleepr opened this issue over 6 years ago
Check loop context

github.com/python-trio/trio-asyncio - smurfix opened this issue over 6 years ago
Bump version 0.4.1 -> 0.4.2

github.com/python-trio/pytest-trio - touilleMan opened this pull request over 6 years ago
Support Trio testing with Hypothesis

github.com/python-trio/pytest-trio - Zac-HD opened this pull request over 6 years ago
unset setup.cfg python-tag

github.com/python-trio/trio-amqp - sorcio opened this pull request over 6 years ago
Broken Pipe on long running Service Stub

github.com/python-trio/purerpc - penguin138 opened this issue over 6 years ago
Fix setup.py crashing on first install

github.com/python-trio/trio-mysql - epsy opened this pull request over 6 years ago
[WIP] Immediate mode

github.com/python-trio/purerpc - standy66 opened this pull request over 6 years ago
Linked Russian version of PyCon 2018 talk

github.com/python-trio/trio-talks - idlesign opened this pull request over 6 years ago
Wrong fully qualified message names for imported messages

github.com/python-trio/purerpc - penguin138 opened this pull request over 6 years ago
Changing the documentation

github.com/python-trio/asyncclick - ghost opened this issue over 6 years ago
Provide PEP 484-style type hints

github.com/python-trio/trio - njsmith opened this issue over 6 years ago
Use immutable default for argument

github.com/python-trio/trio - Zac-HD opened this pull request over 6 years ago
Add isort to CI

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Fix yapf on CI

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Add project links for PyPI

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Test async functions using asyncio

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Limits on Nursery Size

github.com/python-trio/trio - Miserlou opened this issue over 6 years ago
Support binding to a source address.

github.com/python-trio/trio - miracle2k opened this pull request over 6 years ago
Add instrumentation hooks

github.com/python-trio/trio-asyncio - smurfix opened this issue over 6 years ago
Clean up some packaging stuff

github.com/python-trio/async_generator - njsmith opened this pull request over 6 years ago
Issues from Nicolas Boulenguez

github.com/python-trio/async_generator - njsmith opened this issue over 6 years ago
Current capabilities?

github.com/python-trio/pytest-trio - zmitchell opened this issue over 6 years ago
Should we rename nurseries?

github.com/python-trio/trio - njsmith opened this issue over 6 years ago
Prevent an Outcome to be unwrapped twice.

github.com/python-trio/outcome - smurfix opened this pull request over 6 years ago
Monadic behavior

github.com/python-trio/outcome - bluetech opened this issue over 6 years ago
Wrap a function to return `Outcome`

github.com/python-trio/outcome - bluetech opened this issue over 6 years ago
Correct syntax highlighting in README

github.com/python-trio/async_generator - touilleMan opened this pull request over 6 years ago
Add **kwargs to capture and acapture

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Support **kwargs in capture/acapture?

github.com/python-trio/outcome - njsmith opened this issue over 6 years ago
Remove macOS from Travis matrix

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
Fix trove classifiers

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
MacOS CI broken

github.com/python-trio/outcome - njsmith opened this issue over 6 years ago
Fix CI

github.com/python-trio/outcome - RazerM opened this pull request over 6 years ago
README.rst opened twice, LONG_DESC unused

github.com/python-trio/cookiecutter-trio - RazerM opened this pull request almost 7 years ago
Use the released h11 v0.8.0, instead of a git checkout

github.com/python-trio/hip - njsmith opened this pull request almost 7 years ago
SyntaxError: 'yield' inside async function

github.com/python-trio/trio-amqp - maynewong opened this issue almost 7 years ago
Add collection of worked examples to tutorial

github.com/python-trio/trio - njsmith opened this issue almost 7 years ago
trio.run() should take **kwargs in addition to *args

github.com/python-trio/trio - kennethreitz opened this issue almost 7 years ago
This socket was already closed

github.com/python-trio/trio-amqp - Fuyukai opened this issue almost 7 years ago
Cancelled __aexit__ handlers eat exceptions

github.com/python-trio/trio - smurfix opened this issue almost 7 years ago
Add the new 'Framework :: Trio' classifier

github.com/python-trio/cookiecutter-trio - njsmith opened this pull request almost 7 years ago
Fix syntax highlighting in README

github.com/python-trio/async_generator - nicoddemus opened this pull request almost 7 years ago
Fix Manifest.in so it includes the license in sdist

github.com/python-trio/async_generator - nicoddemus opened this pull request almost 7 years ago
"nursery was never yielded from" warnings

github.com/python-trio/pytest-trio - smurfix opened this issue almost 7 years ago
Enable click users to find this

github.com/python-trio/asyncclick - smurfix opened this issue almost 7 years ago
Fix remaining references to old repository

github.com/python-trio/async_generator - pquentin opened this pull request almost 7 years ago
Verify scope for async fixtures

github.com/python-trio/pytest-trio - touilleMan opened this issue about 7 years ago
Switch to using pytest-trio

github.com/python-trio/cookiecutter-trio - njsmith opened this issue about 7 years ago
Write documentation

github.com/python-trio/pytest-trio - njsmith opened this issue about 7 years ago
[wip] Sketch of how shared tasks might work

github.com/python-trio/trio - njsmith opened this pull request over 7 years ago
Fix our test layout

github.com/python-trio/trio - njsmith opened this issue over 7 years ago
Better tooling for releases and development

github.com/python-trio/trio - njsmith opened this issue over 7 years ago
Native asynchronous file io

github.com/python-trio/trio - buhman opened this issue over 7 years ago
wall clock timing functionality

github.com/python-trio/trio - njsmith opened this issue over 7 years ago
Mock network for testing

github.com/python-trio/trio - njsmith opened this issue over 7 years ago
zmq support

github.com/python-trio/trio - njsmith opened this issue over 7 years ago
Windows event notification

github.com/python-trio/trio - njsmith opened this issue almost 8 years ago
appveyor coverage isn't working

github.com/python-trio/async_generator - njsmith opened this issue almost 8 years ago
Minor improvements to setup.py

github.com/python-trio/async_generator - agronholm opened this pull request about 8 years ago
Set None as the default value for yield_()

github.com/python-trio/async_generator - agronholm opened this pull request about 8 years ago
Testing

github.com/python-trio/async_generator - agronholm opened this pull request about 8 years ago
Questions

github.com/python-trio/async_generator - bj0 opened this issue over 8 years ago