Ecosyste.ms: OpenCollective

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

github.com/python-trio/cookiecutter-trio

Quickstart template for Trio projects
https://github.com/python-trio/cookiecutter-trio

Merge pull request #18 from jay-tuckey/master

Fix typo

17f560a4aab0da9be009f1526ca5bcddc47a4c3d authored over 4 years ago by Kyle Altendorf <[email protected]>
Merge pull request #21 from altendky/copy_coveragerc

Copy .coveragerc so Codecov finds it

ef2a00029a80d699d1ef4087a97600bd3126816f authored over 4 years ago by Nathaniel J. Smith <[email protected]>
copy .coveragerc so codecov finds it

5782bdecc23e7d3c347c9265c352a91650a47078 authored over 4 years ago by Kyle Altendorf <[email protected]>
Merge pull request #19 from oremanj/modernize

Update to reflect current Trio CI practice

c6d6c16ed04c43e4ee245bb467edd0dede70d8f9 authored over 4 years ago by Joshua Oreman <[email protected]>
Remaining updates

6c092f1981aba3869cb89549fbaec51577481d45 authored over 4 years ago by Joshua Oreman <[email protected]>
Add setup.cfg and mypy.ini

50b0700bb7d4601348c571fe2a2c28311e857650 authored over 4 years ago by Joshua Oreman <[email protected]>
check.sh and ci.sh should be executable

d372057cf6336e519d5276af99962bc31ca9a0d0 authored over 4 years ago by Joshua Oreman <[email protected]>
Update CHEATSHEET to refer to Github Actions

89d0817df2daa0ae1a725a33768f14e3e089afb3 authored over 4 years ago by Joshua Oreman <[email protected]>
Fix typos + use Github Actions instead of Azure Pipelines

158079229a52ace21bd2509708f42900c00fd25c authored over 4 years ago by Joshua Oreman <[email protected]>
Modernize cookiecutter template

- Azure instead of AppVeyor
- Azure instead of Travis, partially
- Use the structure that Trio u...

89edbd906deb5d6aeace995b82e6cd2d43305faf authored almost 5 years ago by Joshua Oreman <[email protected]>
Fix typo

5e0002431638078af65a4b278ad5a81d9da53192 authored about 5 years ago by Jay Tuckey <[email protected]>
Merge pull request #17 from RatanShreshtha/use-black

Change code formatter to black from yapf

55d7443e5d3eb9d0dcc4099cc87d36b82efb30ed authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Add --check for black in ci

0fe0b65dd54efba8f73b5b5ae902f3237909ef31 authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
Remove .style.yapf and update CHEATSHEET.rst

42a7904a10e53b44ccad2fc3e2a47c4bb6a1b2b4 authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
Change code formatter to black from yapf

14859c74aaa5791df3357af74f6846517fe8c5f4 authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #14 from njsmith/support-3.7

Python 3.7 is out!

b52bcb7d17da23f8496b7b5b60af2ef6e077a706 authored about 6 years ago by Nathaniel J. Smith <[email protected]>
Jump through Travis's hoops to get Python 3.7

6f926ebe48a37b1ab196cd3c9b3c145f4a1a536f authored about 6 years ago by Nathaniel J. Smith <[email protected]>
Python 3.7 is out!

Add 3.7 to the CI, and to the generated projects, and clean up the
"minimum supported python ver...

c899fde973ae7bfe31a1c4ad807f2de6b5f04434 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #7 from njsmith/use-pytest-trio

Switch to using pytest-trio

11a937d02c90f3c9b8715775be1d07200104f27e authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #13 from njsmith/ignore-pytest-cache

Add .pytest_cache to generated .gitignore

fc2aec004fc205f64bc1d39d2e1c1e31038acc94 authored over 6 years ago by Laura F. D <[email protected]>
Merge pull request #12 from njsmith/classifiers-url

Update URL for the classifiers list

feb6f850c82b5af9bceb550b56fe43b484fae425 authored over 6 years ago by Laura F. D <[email protected]>
Add .pytest_cache to generated .gitignore

d71a3f5c4f209794d26261101a6fa0b6a5efaa8f authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Update URL for the classifiers list

58ef8d6f430bf0cb19e4ac75627d6380005fc2c1 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #11 from njsmith/update-travis

Update Travis config to match current Trio

1835dc245cd727dcd7d56c5c9dfb8f8bf8d56f11 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #10 from njsmith/update-pip-on-macos

Update pip on MacOS

99c4b6b2392cc3baa4d7e658b524df158b07d3d0 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Update Travis config to match current Trio

- Better test order
- Start testing 3.7 and 3.8 dev (requires workarounds for travis weirdness)

b4d1ec2fa8268d0e19e4a7ed58c49ff77747fb5f authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Update pip on MacOS

Fixes gh-6

9a2f50b393879ae14399c296d1bb40d5d8325c41 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #8 from njsmith/rtd-use-later-python

Use latest python version on RTD

1480c63345f35c0088f078e4b1bf3e975f760c99 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Use latest python version on RTD

A lot of people are using f-strings and async generators, and want to
use autodoc. By default RT...

88a241879cb7b32f36179671f932049b0865d178 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Switch to using pytest-trio

27d11864866fe2428480f21fc724b30a0ab4c646 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #5 from RazerM/master

Ignore .pytest_cache dir used by Pytest 3.4

2b0eb80b136b92155824d76ceb3ec580307fa7d4 authored over 6 years ago by Nathaniel J. Smith <[email protected]>
Ignore .pytest_cache dir used by Pytest 3.4

1920b0485c991c35c6114a51c74a13d10d572dab authored over 6 years ago by Frazer McLean <[email protected]>
Merge pull request #4 from RazerM/master

README.rst opened twice, LONG_DESC unused

cd48e1e50ce35ef13e37cb50bdce8a48781ac7ad authored almost 7 years ago by Nathaniel J. Smith <[email protected]>
README.rst opened twice, LONG_DESC unused

15086309b640638a0b034d95d84846556b7557c9 authored almost 7 years ago by Frazer McLean <[email protected]>
Merge pull request #3 from njsmith/classified

Add the new 'Framework :: Trio' classifier

7be2feb3afd34ae47cc3cd3d6a18813468cb09ca authored almost 7 years ago by Quentin Pradet <[email protected]>
Add the new 'Framework :: Trio' classifier

611f4493738346a01986950e12f5b9414e4a949a authored almost 7 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #1 from njsmith/fix-cheatsheet-formatting

Fix CHEATSHEET.rst so RTD bullet doesn't get merged w/ previous

03b99d1fc8d23eafd95a98e1e72f2d2241039fcb authored almost 7 years ago by Nathaniel J. Smith <[email protected]>
Fix CHEATSHEET.rst so RTD bullet doesn't get merged w/ previous

Jinja2 whitespace handling is hard ok

3eb56f5d010d5126d54e3d9e88b06fe2a206533a authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Fix two issues discovered by pytest-trio

fde1332744c5174f95e58b81c83c02fb4b4d958e authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Add CONTRIBUTING.md and CODE_OF_CONDUCT.md

41fb8082059dcfc41e399166f42fe10b4495a0d7 authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Update README

293818edcd0cb850d72737126042de44199c9a40 authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Fix permissions on travis.sh

18138c9f2dd4d0c91915e525d82045596f9d2e7e authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Start at test framework

8545b17d3dc6ddbc3d030480d38a4538fc163e40 authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Clarify the + in GPLv3+

9d52b7c4fb668d82292eb06da1891d1147ee4012 authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Change stuff

99d0cbb8df40830ab4ef21b58b583bdf9cc1bb3e authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Hack hack

3cd34e36fc4849aa2139127f0ef81f47fb236e06 authored about 7 years ago by Nathaniel J. Smith <[email protected]>
Initial commit

8bbd10f4a159ea0485e203eb2068ebed01476265 authored about 7 years ago by Nathaniel J. Smith <[email protected]>