codepadr is an interface to upload things to codepad.org.
Installation & Requirements
To install codepadr, simply:
$ pip install codepadr
or, if you must:
$ easy_install codepadr
codepadr requires:
python 2.6+
requests
Example usage
codepadr is quite flexible in how you pass it code to upload:
$ codepad file.txt $ codepad < file.txt $ cat file.txt | codepad
You can specify that the paste should be private:
$ echo "psst, this is private" | codepad -p
You can specify the language of the paste (defaults to plain text):
$ echo "print 'hello world'" | codepad -l py
If you pass in a file, the language will be inferred from the file extension:
$ codepad script.rb
You can ask codepad the run the code:
$ codepad script.py -r
And if you pass in -, it will read from stdin:
$ codepad -l py -r -
for i in xrange(25):
print i**i
^D
Credits
This project was inspired by Dalton Barreto’s codepad.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codepadr-0.9.tar.gz
(3.2 kB
view details)
File details
Details for the file codepadr-0.9.tar.gz.
File metadata
- Download URL: codepadr-0.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1644b6ccfd553af4a8214492a00aa01755365a1c6888bea84782578eb4319f1f
|
|
| MD5 |
8e0e018e30b4236ef4561b16534a8d9d
|
|
| BLAKE2b-256 |
124f0ef20bb7740bda9311d0ced51e6abb97edf1cd60cb62122c17b86aaa1bc1
|