Ecosyste.ms: OpenCollective

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

github.com/prettier/plugin-python

Prettier Python Plugin
https://github.com/prettier/plugin-python

Use asttokens to fetch original source

59dcdbe761d8f27d38a41eca6c78d3df91d022b4 authored about 7 years ago by Patrick Arminio <[email protected]>
Use single push call

c0de9d6d3362c45017c4d542e3c9f9117a9d3eb3 authored about 7 years ago by Patrick Arminio <[email protected]>
Don't use destructuring for arrays

b2128c70b60049617ca0ffbe4a1075d9d1176a94 authored about 7 years ago by Patrick Arminio <[email protected]>
Update run_spec signature

6e67b602c4214041e9fdc0711099396c58d2a036 authored about 7 years ago by Patrick Arminio <[email protected]>
Don't use destructuring to get spawnSync

0e667bb5f5f1a0307d2b155b9e6cb84289b489d4 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for basic list comprehension

566e6af151200d946241ad8ca62424a77dc230c2 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for try except final else

b28d951c0744f7968820631bec76075fc3f577ea authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for not in

50453a3e99abd5a0d0c75147ec6f64768f5b9a67 authored about 7 years ago by Patrick Arminio <[email protected]>
Add better support for strings

95e75b8dde947ff855824cbc779f2b48b327240c authored about 7 years ago by Patrick Arminio <[email protected]>
Fix assign operation

53890679885ca210748a6dd305bca72910bb693b authored about 7 years ago by Patrick Arminio <[email protected]>
Fix body print

ba11e6147fc216bb0f1a66906aa425ac7b9b44a3 authored about 7 years ago by Patrick Arminio <[email protected]>
Add astexport as vendor script

479ecce524ecbb4e6fc7fc1585a4417aca9f29a7 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for return

9233176c5a1d932959029bee21ecd48a0d3de6ec authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for subscript

9256fbb8c47f0daa3ae2a5c763914f482cf57850 authored about 7 years ago by Patrick Arminio <[email protected]>
Add better support for function calls

24239989fba94bb5e178b075e2b8ee5ea02b9abd authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for if statement

b75e27ae1eae4588af2ed7712a065ba08dd29e19 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for while

79a5e6cb3c5a8c54e8dbfefb215658efa6432476 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for dicts

8d999cf051e15ec7552dbfdd551b7049b575eb5c authored about 7 years ago by Patrick Arminio <[email protected]>
Add naive way to print tuples with and without parentheses

c6e554ac3cd256359f7058f185f0da24c733b748 authored about 7 years ago by Patrick Arminio <[email protected]>
Add assign support

58bcf3f29fadd7de96f99bea8d65015beeb04fe8 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for imports

ba930ed4e579ca5479c52c9a99d538d495e704d3 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for comparison

eeab874fc496240bf63907a4e766d0bbcf9b28bf authored about 7 years ago by Patrick Arminio <[email protected]>
Support augmented assignments

adc57ac55ff7db65c640f325f1eab9f26fb51f2d authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for floats

f9cb1b285bd7b447398d5a1f2317cf1fdd251acc authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for classes

c3e327794b34673f744c64d6da1742c9cebaf787 authored about 7 years ago by Patrick Arminio <[email protected]>
Fix position of keyword only arguments

c01d269daa76330869ff1802f7c22771a6884991 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for else in for loops

2208683722178a7617e0e1d29ca53ae74481dcef authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for kwargs

c8af2b7f02f259165cee17f82ea8f2097a88afb2 authored about 7 years ago by Patrick Arminio <[email protected]>
Add failing kwargs test

f74520807fcc2ca9d0bfda93421fdf623cce7a5e authored about 7 years ago by Patrick Arminio <[email protected]>
Add simple support for for loop

69fb8584f954795c8df6505dc3e5ef11b0c38a60 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for var args

af3b13e0020cd985430c765bedd92a2b80474f95 authored about 7 years ago by Patrick Arminio <[email protected]>
Better arguments print when line is too long

60854102fea4a14091e6372e1cebfb520a443f30 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for integer

03bff3a7f96cb4ca3ee9144271522293b111ce10 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for keyword only arguments

4853bcca3cf3802b67ee56d210a1b82f112f83f7 authored about 7 years ago by Patrick Arminio <[email protected]>
Add support for default arguments

15116359a1a45a9077a80d5f980003c36e11316e authored about 7 years ago by Patrick Arminio <[email protected]>
Remove commented code

f9ffac1de3d3bf5fa39452577f46cdf2d0042527 authored about 7 years ago by Patrick Arminio <[email protected]>
Use astexport to get real ast

4ff9c6d8ecbf56a99787792c5d34bb105411ca91 authored about 7 years ago by Patrick Arminio <[email protected]>
Add implementation for Expr, Call, Str and Name

b73221b7076d311b434e378d4164e1f19484477a authored about 7 years ago by Patrick Arminio <[email protected]>
Throw an error when ast type is unknown

ebd9d39bf397e4956183bbb6c52d72e4219c23ba authored about 7 years ago by Patrick Arminio <[email protected]>
Add initial broken test

ea47e81a1fa0c2a729b684fd48df07927001b2d2 authored about 7 years ago by Patrick Arminio <[email protected]>
Initial python integration

It just tells prettier how to suppor python files,
doesn't actually parse and print them.

b8d40c91500f1bff3b723daf61d4f2fac361e01d authored about 7 years ago by Patrick Arminio <[email protected]>