Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 736 Bytes

readme.md

File metadata and controls

37 lines (29 loc) · 736 Bytes

singlefile

import from web. share your snippets and import them from web directly.

currently only gist.github.com is supported

Install

pip install singlefile==0.0.1.alpha0

Quick Start

from singlefile.gist.gist2eafebd9fdcb1e39188aeb1e3627e683.pingpong import main
print(main())

Developer Guide

virtualenv --python=python3.5 .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
python3 setup.py install
pytest

Testing

py.test

TODO

  • set auth if provided for gist(so that we don't get API rate limit exceeded)
  • pastebin support
  • gitlab snippets support
  • raw link support through some url shortener service