PastebinPython ************** A complete pastebin.com API wrapper for Python PastebinPython source code URL ============================== https://github.com/six519/PastebinPython Cloning the source code ======================= :: $ git clone https://github.com/six519/PastebinPython.git Steps to get PastebinPython running ======================================= * Create an account to http://pastebin.com/signup * After logging in, you can get your unique developer API key to http://pastebin.com/api * Install the *PastebinPython* module by executing either one of the command #. ``easy_install pastebin_python`` #. ``pip install pastebin_python`` * You can verify if the installation is successfull by running this command with no errors in Python interactive shell:: >>> import pastebin_python >>> pastebin_python.__version__ '1.2'