Pre-release
This release is a pre-release and may not be stable for production use.
An HTTP document title extractor for Twisted Web.
Install it with:
$ pip install littlebrother
Then, inside your Twisted code:
import littlebrother
def my_function(title):
# do stuff with the returned title
pass
deferred = littlebrother.fetch_title('http://www.example.com/')
deferred.addCallback(my_function)
You can also try Little Brother out directly from the command line:
$ python -m littlebrother http://www.example.com/ Example Domain
Report bugs and make feature requests on Little Brother’s GitHub project page.
Release files for littlebrother 0.1-dev
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| littlebrother-0.1-dev.tar.gz | 9.4 kB | Details |
Release files / littlebrother-0.1-dev.tar.gz
| Download URL | littlebrother-0.1-dev.tar.gz |
|---|---|
| Size | 9.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
88e93ef84f7d5f07c67fd764877d6348264038dea55ab043ec0b428b0807ee5d
|
|
BLAKE2b-256 checksum How to use checksums |
e872901761d9b28116fcdbabfd18239cff3db07cc3c888720acc6aecedc6b9f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |