Skip to main content

Library to extract legal information from official resources

Project description

lawLib

Library to extract legal information from official resources.

Installation


<h3>:construction: Working enviroment:</h3>

<li>Python version <b>3.9</b></li> 

<li>Virtual enviroment: <b>py -m venv env</b></li> 

<li>Activate on WINDOWS: <b>env\Scripts\activate</b></li>

<li>Activate on MAC: <b>source env/bin/activate</b></li>

<h3>:books: Dependencies</h3>

<li>Install with: <b>pip3 install -r requirements.txt</b></li>

<h3>:mag_right: Testing</h3>

<li>Launch tests with: <b>pytest -W ignore::DeprecationWarning</b></li>

Get started

Get data from Spanish Supreme Court:

from scrapper import DataScrapper

import configparser



config = configparser.ConfigParser()

config.read("config.ini")

case_id:str = '29174'

url:str = config['URLS']['SpanishSupremeCourt']+case_id



returned_data = DataScrapper(url).get_data()

print(returned_data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lawLib-0.2.7.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

lawLib-0.2.7-py3-none-any.whl (3.2 kB view hashes)

Uploaded 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