Skip to main content

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

Project details


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

libweb-1.0.0-py2.py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page