Ecosyste.ms: OpenCollective

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

github.com/python-trio/unasync

The async transformation code.
https://github.com/python-trio/unasync

Replace tokenization with tokenize_rt (#77)

* Replace tokenization with tokenize_rt

The standard library module `tokenize` does not round t...

1b6fd0cc4417b76d936d6ff26c820665f25f910b authored over 2 years ago by Quentin Pradet <[email protected]>
Support Python 3.7+ (#76)

0d21b04ede766cde217a7e5bf66d4f7930eb61fd authored over 2 years ago by Quentin Pradet <[email protected]>
Add users to README

It turns out our little idea got a bit of traction.

9b15d0e3c5f78f182a6b72acd532a21146685199 authored about 4 years ago by Quentin Pradet <[email protected]>
Get coverage to 100% (#61)

b314d89653ef50fcc398b417f09f389310e5ba75 authored over 4 years ago by Quentin Pradet <[email protected]>
Merge pull request #63 from pquentin/bump-version

Bump version to 0.5.0+dev

7a6428080f2393cf63027cb78781e55d61e325f6 authored over 4 years ago by Quentin Pradet <[email protected]>
Bump version to 0.5.0+dev

c2fe3ef27b9ce49d1cfeff9ce5976427856d9178 authored over 4 years ago by Quentin Pradet <[email protected]>
Release 0.5.0

ae75c5c07f5bae1d88171ec8937acd2922d71a74 authored over 4 years ago by Quentin Pradet <[email protected]>
Merge pull request #62 from sethmlarson/fix-apis

Tidying up things before releasing v0.5

4d7f03df88b695ad08a0be0d3cdb61744e057fbe authored over 4 years ago by Quentin Pradet <[email protected]>
Add 'unasync_files' to __all__

2e07cd04e764edf59e809e94e8fea63d84b02132 authored over 4 years ago by Seth Michael Larson <[email protected]>
Change Rule(replacements={...}) to additional_replacements

fa57b92a8b24ea64cfddc289c83800524996f1a8 authored over 4 years ago by Seth Michael Larson <[email protected]>
Tweak API (#59)

19f5b15102ea6342ca450f8d967c514c899cd803 authored over 4 years ago by Quentin Pradet <[email protected]>
Add unasync.unasync_files() API (#58)

3ee4a8aed6c8c261d9189154ff3e2049353f1ce3 authored over 4 years ago by Quentin Pradet <[email protected]>
Hide private methods from public API (#57)

cfd7c7fb497a339e959bdbb81a00f634d0e9226f authored over 4 years ago by Quentin Pradet <[email protected]>
Merge pull request #56 from pquentin/replacements-docs

Fix Rule.replacements docs

5d96af57ae92c03d0edd3147787518205e9fdfe1 authored over 4 years ago by Quentin Pradet <[email protected]>
Fix Rule.replacements docs

`replacements` is a dictionary, not a set.

9aae08d37236f630e930f13706ab645128784789 authored over 4 years ago by Quentin Pradet <[email protected]>
Add 'Rule' to unasync for per-directory config (#55)

* Add 'Rule' to unasync for per-directory config

* Switch to unasync.cmdclass_build_py(), upd...

6b6ca3b2e46b4752ec371b8f833491536382fcc0 authored almost 5 years ago by Seth Michael Larson <[email protected]>
Allow custom directory in place of '_async' (#54)

92dbca62533450fd89067d957e863eac1997778a authored almost 5 years ago by Seth Michael Larson <[email protected]>
Rename class names in type forward references (#53)

* Unasync any string, test using forward ref to class itself

* Honor initial formatting

2c2c9b7fdfd3aeb7cb44d4c1ac6f203500e5efae authored almost 5 years ago by Florimond Manca <[email protected]>
Merge pull request #52 from pquentin/bump-version

Bump version to 0.4.0+dev

974d0fb46a051bcdbe799c8fae071fad7a3f7c62 authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
Bump version to 0.4.0+dev

4077f8a40659c2a43d23cbbde7f78ec133539ea2 authored about 5 years ago by Quentin Pradet Perso <[email protected]>
Release 0.4.0 (#51)

ac431a9e3553197a35dd4917a89c2899f884e4f1 authored about 5 years ago by Seth Michael Larson <[email protected]>
Support renaming custom classes (#49)

4c4bf5edd22f27b49276bf84024f7871e8d160e2 authored about 5 years ago by Seth Michael Larson <[email protected]>
Drop support for Python 3.4 (#50)

e41656e749bd74d249d02d11666e5ed235b6b54d authored about 5 years ago by Seth Michael Larson <[email protected]>
Merge pull request #48 from pquentin/appveyor

Test Python 3.8 from Appveyor

d8478dbfebb3dfa934029513155ea0ef3434abdc authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
appveyor: Test Python 3.8

c98cad3bda73f0beb235a692f9ec5bdaf0b0a198 authored about 5 years ago by Quentin Pradet <[email protected]>
appveyor: only test each Python version once

We're not doing something were 32 bit vs. 64 bit could make a
difference.

7c3dabc0d9fddcae19dba339bbc398c6a95b6fe6 authored about 5 years ago by Quentin Pradet <[email protected]>
Move test files to tests/data (#46)

And never try to run pytest on them. This should reduce the confusion
between test files and th...

011af5d91888da0e39482c6a6c2cfae71fe7fc32 authored about 5 years ago by Quentin Pradet <[email protected]>
Fix link to issues (#44)

* Fix link to issues

* Ignore PendingDeprecationWarning for imp module

* Update warning me...

b5d11b4659612f986f87fceef8e539eb3a27530d authored about 5 years ago by Ratan Kulshreshtha <[email protected]>
Add test for py_module building for coverage (#43)

* Add test for py_module building for coverage

* Add test for py_module building for coverage...

e45b4564c51852bb1840e9bc82cb6c16cbdef1e8 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #42 from RatanShreshtha/pytest_builtin_fixture_tmpdir

Use pytest in-built fixture for tmpdir

bed56d01ce578503a9bc9f80a4c0e00cca49eeb0 authored over 5 years ago by Quentin Pradet <[email protected]>
Convert tmpdir to str

399a68635d7290cabb70472210d4c9c0a6b86c66 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Turn off black for test

e8ddb953b2525756df9770edf4db4529b6d7bbe1 authored over 5 years ago by RatanShreshtha <[email protected]>
Convert tmpdir to str to concat

90c0b71fe75a339976c17d68cf832677b2470953 authored over 5 years ago by RatanShreshtha <[email protected]>
Use pytest in-built fixture for tmpdir

fe9dee8fec989308be00a10f40c341ac1c9f3cf9 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #41 from RatanShreshtha/remove_print_statements

Remove print statement and broken assertion

b3d649fffc0b77592734d099560ab94bfb9b4597 authored over 5 years ago by Quentin Pradet <[email protected]>
Remove print statement and broken assertion

034bbb30f4e80bdc1b1a5f3a4b3a19f3ebc997cd authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #39 from RatanShreshtha/test_folder_structure_after_unasync

Add test to verify dir structure after build

e27c817687fef8c603ec592e43f2cc77ee2e6de0 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Fix test by adding some_dir to packages

6bd7f3e3bb15cc15b0f6ec0de26b273517d037e9 authored over 5 years ago by Quentin Pradet <[email protected]>
Updated urls in setup.py and README.rst (#40)

Updated urls in setup.py and README.rst

578275ab0c0227c60eaefc0bc19cdd2f0e39a56b authored over 5 years ago by Quentin Pradet <[email protected]>
Updated urls in setup.py and README.rst

2edfc2fe7645d4cfa641ff9945de8e767c0ff2f6 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Add updated _async folder for example_pkg

75bd4b2ad8c4b237a06e89df790f3fcacbd1935a authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Updated paths to source_pkg_dir and pkg_dir

9bda0a23ca1c32acdd3f85add9f1a6a4544adc1e authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Add test to show verify dir structure after build

098fc506835957914f05a412970f15b1e831782e authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #37 from RatanShreshtha/bump_to_0.3.0+dev

Version bumped to 0.3.0+dev

9719056776dc6849301e78d8cab4bfe3c61c055e authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Version bumped to 0.3.0+dev

aa7999898df58479a869b1af121707bd0dd36b3a authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #36 from RatanShreshtha/release_0.3.0

Release 0.3.0

34003cdcde7e9ad133c82d67220a81ad3a4fb264 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Release 0.3.0

758f39fb65584f4c1b43e54d4ee073e2c26edfd0 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Support Python 3.4

Add python 3.4 for CI

7623ffe2a088e532626504ccd55ef16524d23273 authored over 5 years ago by Quentin Pradet <[email protected]>
Add pytest.ini for py34 warning error

9f502ac3c7c24b88fd8dd8280be88862cb1c4bb2 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Add python 2 and python 3.4 in classifiers

e8d36318ecf671e5fdfc5e4feb528cf8d991e16f authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Add python 3.4 as py req

76130270a92f963ee7418834d75620ad925ddd4f authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Add python 3.4 for CI

b6f31d6415bd9f7c8ab205bde4a259af5458e33a authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Support Python 2.7 (#34)

* Reorder imports

* Support old-style classes in Python 2

build_py from setuptools is a su...

c2e0e74c327af4d87250ed7e0b6e3641d0c3ca82 authored over 5 years ago by Quentin Pradet <[email protected]>
Merge pull request #33 from RatanShreshtha/Increase_Coverage

Add string formatting for better coverage

a2b39bf7944caa252c0bd303cf4da58b3a83efa9 authored over 5 years ago by Quentin Pradet <[email protected]>
Add string formatting for better coverage

cea4fd097e0d3dc8299d8ed376f86a9e8b920957 authored over 5 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #31 from RatanShreshtha/asynccontextmanager_to_contextmanager

Added functionality to convert asynccontextmanager to contextmanager.

9a39b3b19ae54166e650199583856513b5558f90 authored almost 6 years ago by Quentin Pradet <[email protected]>
Added contextlib import in tests.

17dcd392be4252dcd22417be8c3047fdc1ccc78f authored almost 6 years ago by RatanShreshtha <[email protected]>
Added functionality to convert asynccontextmanager to contextmanager.

936ed97c4243189b89f232a97cdbf3e70d64a531 authored almost 6 years ago by RatanShreshtha <[email protected]>
Docs (#30)

* Added unasync intro to index.rst

* Added more documentaton for unasync.

* Remove line Th...

3af791a1473ca7b98dc8588cd6cde566531c31e8 authored almost 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #29 from RatanShreshtha/black

Added formatting with black instead of yapf

0dbe2fab91d62e03e53121c3e339c3ed67a9974d authored about 6 years ago by Quentin Pradet <[email protected]>
Removed black from test-requirements.txt

9dffed296c0fbeae9ed4d0e38b357aa1816e9851 authored about 6 years ago by RatanShreshtha <[email protected]>
Added formatting with black instead of yapf

fa27d20141a791bbd0d92bb2be86a3425a0acc8d authored about 6 years ago by RatanShreshtha <[email protected]>
Merge pull request #26 from RatanShreshtha/badges

Fixed syntax for travis badge

a73a26c9d9ea82742145b9244983c0aa79b0b62b authored about 6 years ago by Quentin Pradet <[email protected]>
Fixed syntax for travis badge

9005cc34f427176e8ea5064bbf2fcdbd512f089c authored about 6 years ago by RatanShreshtha <[email protected]>
Merge pull request #25 from RatanShreshtha/badges

Updated badges for travis and appveyor.

6866ed5d04ad9cbfd9e7228e7b8ecc872a4eeb7b authored about 6 years ago by Quentin Pradet <[email protected]>
Updated README.rst - appveyor badge updated

6bc0c4c1b7a2eb473733e9525e9151050a11b528 authored about 6 years ago by RatanShreshtha <[email protected]>
Updated badges for travis and appveyor.

b7a279ae07462bf12559e04f141d7f7df7e49f9a authored about 6 years ago by RatanShreshtha <[email protected]>
Merge pull request #24 from RatanShreshtha/bump_to_0.2.3+dev

Version bumped to 0.2.3+dev

8c1a137e25eb50f137fb82aa99aa9fc481dde88c authored about 6 years ago by Quentin Pradet <[email protected]>
Version bumped to 0.2.3+dev

478fa799b1902db91c1b17c0d85548e7f774aa7a authored about 6 years ago by RatanShreshtha <[email protected]>
Merge pull request #23 from RatanShreshtha/release-0.2.3

Release 0.2.3

ece707de03f8612e8607e893a8e4198ce13de32f authored about 6 years ago by Quentin Pradet <[email protected]>
Release 0.2.3

8717cda02d40d1b3128811fabc3316f87208e247 authored about 6 years ago by RatanShreshtha <[email protected]>
README: Fix reST syntax (#22)

1b381c1db28ab606697135e8c297372d54b265e2 authored about 6 years ago by Quentin Pradet <[email protected]>
Release 0.2.2

d259bb9827f154de31648379e1f36456ff11fdc1 authored about 6 years ago by RatanShreshtha <[email protected]>
Release 0.2.1 (#21)

* Release 0.2.1

* Updated README.rst

5771738c35522c2c27b1e761514eec2fc20f13cb authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #20 from RatanShreshtha/pypi_long_desc

Added content type for pypi long description.

1a8c014c03c59950093eb2946e58092d47e9b160 authored about 6 years ago by Quentin Pradet <[email protected]>
Added content type for pypi long description.

62cc36cd19f720bd9214700053f75b33c1b8aca2 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #19 from pquentin/release-0.2.0

Bump to 0.2.0+dev

f01945632c6978ad44381aeca7629feafa007e59 authored about 6 years ago by Quentin Pradet <[email protected]>
Bump to 0.2.0+dev

adbcf91223b7d2b52634d86a156135f15e2c8622 authored about 6 years ago by Quentin Pradet <[email protected]>
Merge pull request #18 from pquentin/release-0.2.0

Release 0.2.0

2b76b15514ac28520a9918b1eae7fe9c5ada8d28 authored about 6 years ago by Quentin Pradet <[email protected]>
Release 0.2.0

3829eb71902895b15f6c86112da8420817d7296d authored about 6 years ago by Quentin Pradet <[email protected]>
Add explicit support for Python 3.5 (#17)

d58933b143b9a0cb3bfcb768fcabd6d147008554 authored about 6 years ago by Quentin Pradet <[email protected]>
Merge pull request #16 from RatanShreshtha/update_readme

Updated readme

aa93bb97b901996faf97ea0008aefe8c2d348be5 authored about 6 years ago by Quentin Pradet <[email protected]>
Update README.md

Fixed the link to urllib3/urllib3#1335

2f4cae402d247fa54010a557993444a56b0e8080 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Added licence and link to urllib3/urllib3#1335 along with typos.

6fd1094632a7f8644d345b35fe5b508ba3f54be7 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Updated readme

a3b6a12d4acd2679d6d2366ebab6af4a701f212a authored about 6 years ago by RatanShreshtha <[email protected]>
Merge pull request #15 from RatanShreshtha/move_source

Moved source of unasync to src

4a0334a0dc336b02b99392375a420d58d4fe3abc authored about 6 years ago by Quentin Pradet <[email protected]>
Updated build matrix in travis to exclude pypy and py3.5

307791fe670eb89253106f021ed238562144f150 authored about 6 years ago by RatanShreshtha <[email protected]>
Updated setup.py and updated travis ci.

8cd025e9dcf1dabfc9bd174c32ed2afdb9459b85 authored about 6 years ago by RatanShreshtha <[email protected]>
Moved source of unasync to src

d68f1fca0ddad08860559c3ddc270fa4d1d43001 authored about 6 years ago by RatanShreshtha <[email protected]>
Renamed test file from test_asyncbleach to test_unasync. (#14)

65f55e108774fbf174e1e8758e58ac0f0b83d084 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Updated setup.py

Added url for the project.

b74c0b49af04e1fd8dbfb72f05b5f9894e9feca6 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Update README.rst

fixed target url for codecov badge.

f07e639b11682d936e17bb7bf9fac1e8bc5b2712 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #13 from RatanShreshtha/release_0.1.0

Release 0.1.0

da5c4919e2c6d05ae6f5ee4bd40478b1522f6649 authored about 6 years ago by Quentin Pradet <[email protected]>
Updated README.rst

Added batches for travis, appveyor and codecov

4637899a7cc80ef7d3ba52555f8321017c956c78 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Changes version for release 0.1.0.

d7f5be34d585acb2b81ca23e7e3eb10298c2a90f authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #12 from RatanShreshtha/remove_bleach

Renaming function and build class.

2e5efa130d75302e4b3578f21b8ae4921d3427d0 authored about 6 years ago by Quentin Pradet <[email protected]>
Updated var names and doc string

b18b6407ad7cab5c251eed37ac3ec40811c307a1 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Renamed bleach func to unasync and changed bleach_build_py to build_py.

d542c1fbca2a647e7875a8fd0fc68ae5e9f7fbd9 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Moved tests from unasync/_tests to tests. (#11)

* Moved tests from unasync/_tests to tests.

* ci: run tests outside of repository

We no lo...

26f49f93dfb94b4d6152775a93f12609c4ee12c0 authored about 6 years ago by Ratan Kulshreshtha <[email protected]>
Merge pull request #9 from RatanShreshtha/rename

Renamed the package from asyncbleach to unasync

dcaf207575ddc9eb407aad7d1e0c5c984a781c3b authored about 6 years ago by Quentin Pradet <[email protected]>