Python Web Service Parsing Library
Project description
ffglibweb - A library for parsing the web
======================================
libweb is, simply, a parsing engine for the web. The goal of the libweb project
is to provide a library capable of parsing the vast majority of consumable
content on the web. libweb strives to maintain compatibility with current
versions of Python, and specifically tests against Python 2.7 and Python 3.3+.
Installation
------------
python-libweb can be installed using pip3:
::
pip3 install python-libweb
Or, if you're feeling adventurous, can be installed directly from
github:
::
pip3 install git+https://github.com/HurricaneLabs/python-libweb.git
Usage
-----
.. code:: python
# spamhaus.py
from libweb.dns import DnsblService
conf = {
"rrname": "{target}.zen.spamhaus.org",
"rrtype": "A",
}
for result in DnsblService(opts={"target": "127.0.0.2"}, **conf):
print(result)
Known Issues
------------
- TODO
Upcoming Features
-----------------
- TODO
Version History
---------------
Version 1.0.0 (2017-06-12)
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Switch to jsonpath_rw_ext
- Minor restructuring in JsonService to allow better subclassing
- Official first release to PyPI
Version 0.99.0 (2017-01-27)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Initial release
======================================
libweb is, simply, a parsing engine for the web. The goal of the libweb project
is to provide a library capable of parsing the vast majority of consumable
content on the web. libweb strives to maintain compatibility with current
versions of Python, and specifically tests against Python 2.7 and Python 3.3+.
Installation
------------
python-libweb can be installed using pip3:
::
pip3 install python-libweb
Or, if you're feeling adventurous, can be installed directly from
github:
::
pip3 install git+https://github.com/HurricaneLabs/python-libweb.git
Usage
-----
.. code:: python
# spamhaus.py
from libweb.dns import DnsblService
conf = {
"rrname": "{target}.zen.spamhaus.org",
"rrtype": "A",
}
for result in DnsblService(opts={"target": "127.0.0.2"}, **conf):
print(result)
Known Issues
------------
- TODO
Upcoming Features
-----------------
- TODO
Version History
---------------
Version 1.0.0 (2017-06-12)
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Switch to jsonpath_rw_ext
- Minor restructuring in JsonService to allow better subclassing
- Official first release to PyPI
Version 0.99.0 (2017-01-27)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file libweb-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: libweb-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b6bd7b798b3560ab004e77e72bbc3df515c476a457ff49817f03d4635004fe |
|
MD5 | 3359ddb665d6f47891d7ce7904f8a152 |
|
BLAKE2b-256 | cbf01a6dae74d08ca896acef3cc3a04fce59224a2b652ab6498677bb38789883 |