Christian Clauss
Christian Clauss
Great work. The auto updates idea is appealing.
What about a "featured code of the month" blog... Once a month create a new post that describes some piece of code in Pythonista-Tools.
Using `.format()` allows us to avoid the use of string concatenation: ``` python #generate filename fmt = '{}{}-{}.markdown' file_name = fmt.format(posts_directory, datetime.datetime.now().strftime('%Y-%m-%d'), post_title.lower().replace(' ','-')) # [ ... ] #generate post...
I would recommend that you use your own fork if that is possible. Many of the folks on the PTools effort are not GitHub gurus and we have tried to...
Blog auto-upload should be cool! We should do something to celebrate our 100th star? Only 10 more to go.
Please send pull requests for the things that you find so that others benefit from your work.
https://travis-ci.org/Pythonista-Tools/Pythonista-Tools is showing the files to be “syntax compatible” with Python 3.7 but that does not mean fully ported so your pull requests would be most welcome.
3.4 is EOL now too.
Also see #162
Same. It was a dependency on a project so I jumped in to see what the real story was. If you want to cherrypick the 3.7 and 3.8-dev stuff out...