summaryrefslogtreecommitdiff
path: root/examples/run_example.py
Commit message (Collapse)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-2/+2
| | | | | | | | | * Update linting configuration This removes flake8 in favor of ruff, which also provides isort support, and updates all files to be black, isort, and ruff compliant. This also adds black and ruff checks to the tox and Github linting workflow. * Tweak the code coverage config and calls
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
| | | | | | | * Drop syntax required only for Python 2 * Drop python2-style super() calls Co-authored-by: Selwin Ong <selwin.ong@gmail.com>
* fix print in exampleZekui Shi2014-05-211-6/+6
|
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-1/+7
|
* Rewrite of the connection setup.Vincent Driessen2012-05-211-26/+32
| | | | | | | | | | | I'd want to advice against using `use_connection()` more, as the connection setup is less explicit, and also pollutes global memory. Because, well: $ python -m this | head -n4 | tail -n1 ;)
* Fixed examples. use_connection is now being used.Jeffrey Gelens2012-05-201-5/+2
|
* Update README (and example).Vincent Driessen2011-11-151-8/+14
|
* Adapt examples so they run again.Vincent Driessen2011-11-151-29/+23
| | | | Remove sync part of the example.
* Add example and README updates.Vincent Driessen2011-11-141-0/+37