├── .gitignore ├── README.md ├── mergesnippets.py ├── python.json ├── reset.py └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/README.md -------------------------------------------------------------------------------- /mergesnippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/mergesnippets.py -------------------------------------------------------------------------------- /python.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/python.json -------------------------------------------------------------------------------- /reset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/reset.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qubitron/pydemo/HEAD/setup.py --------------------------------------------------------------------------------