Using pyobis to query for known datasets#

Created: 2022-11-23

Updated: 2026-03-03

Author: Mathew Biddle

This notebook uses the pyobis Python package to query the OBIS API for datasets associated with projects funded under the United States Marine Biodiversity Observation Network. The notebook walks through the process for querying the OBIS api for a specific institution, then using the resultant datasets to gather the locations of all the occurrences using the pyobis package.

The US Marine Biodiversity Observation Network (US MBON) is an interagency initiative that seeks to coordinate across sectors and government to characterize biodiversity and understand drivers of change. US MBON represents a broad, collaborative effort to address the need for systematic collection and sharing of marine life information, ensure that information is available for decision-making and management from local to national levels, and document marine biodiversity status and trends in the face of human- and climate-induced change using a range of technologies and approaches. Through the National Oceanographic Partnership Program, NOAA, NASA, Office of Naval Research, and BOEM have invested in US MBON since 2014, most recently announcing new five year projects in 2022.

import pyobis

pyobis.__version__
'1.6.1'

First off, let’s look through the available institutions at OBIS and find the US MBON one.

Hint: We know the name of the institution is United States Marine Biodiversity Observation Network.

import pandas as pd

pd.set_option("max_colwidth", 400)

url = "https://api.obis.org/v3/institute"

institutes = pd.read_json(url)

df_inst = pd.DataFrame.from_records(institutes["results"])

df_inst.dropna(inplace=True)

df_inst["id"] = df_inst["id"].astype(int)

institution = df_inst.loc[
    df_inst["name"].str.contains(
        "United States Marine Biodiversity Observation", na=False
    )
]

institution
id name country records
12 23070 United States Marine Biodiversity Observation Network United States of America 7047530

Well that looks like the institution we’re after!

Using the id we can check it out on the OBIS website: https://obis.org/organization/23070

Yes, that does look like what we want. Now let’s use that id to query OBIS for all associated datasets.

institution_id = institution["id"].tolist()[0]

institution_id
23070

Collect metadata about all of the datasets#

Here we use the institution_id collected from OBIS to query the API for metadata on the datasets associated with that id.

First, we build the API call, then we bring it into a Pandas DataFrame and create additional fields for use later.

import pyobis

query = pyobis.dataset.search(instituteid=institution_id)

df = pd.DataFrame(query.execute())

df_meta = pd.DataFrame.from_records(df["results"])

# create a column for the human readable short name of the datasets
df_meta["short_name"] = df_meta["url"].str.split("=", expand=True)[1]

# create another column to group datasets by, which removes the year from the short names
df_meta["short_name_group"] = df_meta["short_name"].replace("\d", "", regex=True)

df_meta.head(5)
<>:13: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
<>:13: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/tmp/ipykernel_106825/2509542522.py:13: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  df_meta["short_name_group"] = df_meta["short_name"].replace("\d", "", regex=True)
2026-03-03 13:30:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
id url archive published created updated core extensions statistics extent ... feed institutes contacts nodes keywords downloads tags records short_name short_name_group
0 a6155d3d-48b8-4778-83aa-776b459a75d1 https://ipt-obis.gbif.us/resource?r=mlpa_kelp_forest_monitoring https://ipt-obis.gbif.us/archive.do?r=mlpa_kelp_forest_monitoring 2025-09-22T18:54:42.000Z 2025-08-06T19:55:42.733Z 2025-10-19T14:52:41.717Z event [measurementorfact, occurrence] {'Event': 123604, 'absence': 26703147, 'dropped': 0, 'Occurrence': 32015548, 'DNADerivedData': 0, 'MeasurementOrFact': 3161067} POLYGON((-124.24377 32.6580521,-117.2472125 32.6580521,-117.2472125 42.00195,-124.24377 42.00195,-124.24377 32.6580521)) ... {'id': '8112d75b-7e78-4641-9e09-9a2cc7db7375', 'url': 'https://ipt-obis.gbif.us/rss.do'} [{'name': 'United States Marine Biodiversity Observation Network', 'oceanexpert_id': 23070, 'oceanexpert_parent_id': None}, {'name': 'Central & Northern California Ocean Observing System', 'oceanexpert_id': 23204, 'oceanexpert_parent_id': None}] [{'role': None, 'type': 'creator', 'givenname': 'Mark', 'surname': 'Carr', 'organization': 'UC Santa Cruz ', 'position': None, 'email': 'mhcarr@ucsc.edu', 'url': None, 'organization_oceanexpert_id': None, 'type_display': 'Creator'}, {'role': None, 'type': 'creator', 'givenname': 'Jennifer', 'surname': 'Caselle', 'organization': 'UC Santa Barbara', 'position': None, 'email': 'caselle@ucsb.edu',... [{'id': 'b7c47783-a020-4173-b390-7b57c4fa1426', 'name': 'OBIS USA'}] [{'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type_2015-07-10.xml'}, {'keyword': 'Biological data', 'thesaurus': 'California Ocean Protection Council'}, {'keyword': 'Kelp forest/shallow subtidal', 'thesaurus': 'California Ocean Protection Council'}, {'keyword': 'Rocky reef', 'thesaurus': 'California Ocean Protection Council... [{'year': 2026, 'downloads': 2914, 'records': 233700977}, {'year': 2025, 'downloads': 5012, 'records': 2332268600}] None 5312401 mlpa_kelp_forest_monitoring mlpa_kelp_forest_monitoring
1 cfceb150-bbe2-4efb-8682-14cfc7167e7c https://ipt-obis.gbif.us/resource?r=rcca_transects https://ipt-obis.gbif.us/archive.do?r=rcca_transects 2025-06-03T16:53:10.000Z 2020-12-08T01:07:21.790Z 2025-11-13T02:31:19.958Z event [measurementorfact, occurrence] {'Event': 19375, 'absence': 487162, 'dropped': 0, 'Occurrence': 724871, 'DNADerivedData': 0, 'MeasurementOrFact': 255300} POLYGON((-124.294724 32.694233000000004,-117.264999 32.694233000000004,-117.264999 42.045155,-124.294724 42.045155,-124.294724 32.694233000000004)) ... {'id': '8112d75b-7e78-4641-9e09-9a2cc7db7375', 'url': 'https://ipt-obis.gbif.us/rss.do'} [{'name': 'U.S. Geological Survey HQ', 'oceanexpert_id': 12976, 'oceanexpert_parent_id': None}, {'name': 'United States Marine Biodiversity Observation Network', 'oceanexpert_id': 23070, 'oceanexpert_parent_id': None}, {'name': 'Central & Northern California Ocean Observing System', 'oceanexpert_id': 23204, 'oceanexpert_parent_id': None}, {'name': 'Reef Check Foundation', 'oceanexpert_id': 232... [{'role': None, 'type': 'creator', 'givenname': 'Jan', 'surname': 'Friewald', 'organization': 'Reef Check Foundation', 'position': 'Executive Director', 'email': 'jfreiwald@reefcheck.org', 'url': None, 'organization_oceanexpert_id': 23205, 'type_display': 'Creator'}, {'role': None, 'type': 'contact', 'givenname': 'Jan', 'surname': 'Friewald', 'organization': 'Reef Check Foundation', 'position'... [{'id': 'b7c47783-a020-4173-b390-7b57c4fa1426', 'name': 'OBIS USA'}] [{'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type_2015-07-10.xml'}] [{'year': 2026, 'downloads': 1018, 'records': 12085735}, {'year': 2025, 'downloads': 5478, 'records': 553557433}, {'year': 2024, 'downloads': 5514, 'records': 767206545}, {'year': 2023, 'downloads': 3648, 'records': 588494102}, {'year': 2022, 'downloads': 4191, 'records': 426899064}, {'year': 2021, 'downloads': 13776, 'records': 497036713}, {'year': 2020, 'downloads': 747, 'records': 26199396}] None 237709 rcca_transects rcca_transects
2 d50e0443-4d84-4bd9-a5ad-4d417a7607e2 https://ipt-obis.gbif.us/resource?r=2009floridakeysrvc https://ipt-obis.gbif.us/archive.do?r=2009floridakeysrvc 2025-06-03T16:55:55.000Z None 2025-11-12T11:47:36.075Z event [measurementorfact, occurrence] {'Event': 2542, 'absence': 353964, 'dropped': 0, 'Occurrence': 451581, 'DNADerivedData': 0, 'MeasurementOrFact': 905704} POLYGON((-81.9975333 24.4313,-80.08755 24.4313,-80.08755 25.7526,-81.9975333 25.7526,-81.9975333 24.4313)) ... {'id': '8112d75b-7e78-4641-9e09-9a2cc7db7375', 'url': 'https://ipt-obis.gbif.us/rss.do'} [{'name': 'NOAA, Southeast Fisheries Science Center, National Marine Fisheries Service Southeast Miami Laboratory', 'oceanexpert_id': 7534, 'oceanexpert_parent_id': 11379}, {'name': 'Rosenstiel School of Marine & Atmospheric Science, University of Miami', 'oceanexpert_id': 8124, 'oceanexpert_parent_id': None}, {'name': 'U.S. Geological Survey HQ', 'oceanexpert_id': 12976, 'oceanexpert_parent_i... [{'role': None, 'type': 'creator', 'givenname': 'Jerald', 'surname': 'Ault', 'organization': 'University of Miami, Rosenstiel School of Marine &amp; Atmospheric Science', 'position': 'Program Lead', 'email': 'jault@rsmas.miami.edu', 'url': None, 'organization_oceanexpert_id': 8124, 'type_display': 'Creator'}, {'role': None, 'type': 'creator', 'givenname': 'Jim', 'surname': 'Bohnsack', 'organiz... [{'id': 'b7c47783-a020-4173-b390-7b57c4fa1426', 'name': 'OBIS USA'}] [{'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type.xml'}, {'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type_2015-07-10.xml'}] [{'year': 2026, 'downloads': 4520, 'records': 5777310}, {'year': 2025, 'downloads': 17979, 'records': 227140705}, {'year': 2024, 'downloads': 15632, 'records': 317641880}, {'year': 2023, 'downloads': 7679, 'records': 242648438}, {'year': 2022, 'downloads': 7478, 'records': 175113790}, {'year': 2021, 'downloads': 17549, 'records': 204507663}, {'year': 2020, 'downloads': 3443, 'records': 6815316... None 97617 2009floridakeysrvc floridakeysrvc
3 b4ac3d44-b4bf-49ef-a6e9-e2c02adff2fa https://ipt-obis.gbif.us/resource?r=drytortugasreefvisualcensus2012 https://ipt-obis.gbif.us/archive.do?r=drytortugasreefvisualcensus2012 2025-06-03T16:56:30.000Z None 2025-11-08T01:30:04.888Z event [measurementorfact, occurrence] {'Event': 2280, 'absence': 297153, 'dropped': 0, 'Occurrence': 384195, 'DNADerivedData': 0, 'MeasurementOrFact': 770670} POLYGON((-83.1035167 24.5519333,-82.7729667 24.5519333,-82.7729667 24.7284333,-83.1035167 24.7284333,-83.1035167 24.5519333)) ... {'id': '8112d75b-7e78-4641-9e09-9a2cc7db7375', 'url': 'https://ipt-obis.gbif.us/rss.do'} [{'name': 'NOAA, Southeast Fisheries Science Center, National Marine Fisheries Service Southeast Miami Laboratory', 'oceanexpert_id': 7534, 'oceanexpert_parent_id': 11379}, {'name': 'Rosenstiel School of Marine & Atmospheric Science, University of Miami', 'oceanexpert_id': 8124, 'oceanexpert_parent_id': None}, {'name': 'Gulf of Mexico Coastal Ocean Observing System', 'oceanexpert_id': 18936, '... [{'role': None, 'type': 'creator', 'givenname': 'Jerald', 'surname': 'Ault', 'organization': 'University of Miami, Rosenstiel School of Marine &amp; Atmospheric Science', 'position': 'Project Lead', 'email': 'jault@rsmas.miami.edu', 'url': None, 'organization_oceanexpert_id': 8124, 'type_display': 'Creator'}, {'role': None, 'type': 'creator', 'givenname': 'Jim', 'surname': 'Bohnsack', 'organiz... [{'id': 'b7c47783-a020-4173-b390-7b57c4fa1426', 'name': 'OBIS USA'}] [{'keyword': 'Occurrence', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type.xml'}, {'keyword': 'Observation', 'thesaurus': 'GBIF Dataset Subtype Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_subtype.xml'}, {'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type_2015-07-10.xml'}] [{'year': 2026, 'downloads': 4496, 'records': 5090246}, {'year': 2025, 'downloads': 13771, 'records': 198604906}, {'year': 2024, 'downloads': 15677, 'records': 282542434}, {'year': 2023, 'downloads': 7461, 'records': 215815493}, {'year': 2022, 'downloads': 7273, 'records': 158822384}, {'year': 2021, 'downloads': 17801, 'records': 178906115}, {'year': 2020, 'downloads': 3353, 'records': 5922576... None 87042 drytortugasreefvisualcensus2012 drytortugasreefvisualcensus
4 208bbf73-5dac-4d20-a017-5fc7d18a5b48 https://ipt-obis.gbif.us/resource?r=floridakeysreefvisualcensus2011 https://ipt-obis.gbif.us/archive.do?r=floridakeysreefvisualcensus2011 2025-06-03T16:58:29.000Z None 2025-11-09T22:37:40.683Z event [measurementorfact, occurrence] {'Event': 2095, 'absence': 276737, 'dropped': 0, 'Occurrence': 353280, 'DNADerivedData': 0, 'MeasurementOrFact': 708655} POLYGON((-81.988117 24.43305,-80.092217 24.43305,-80.092217 25.71506,-81.988117 25.71506,-81.988117 24.43305)) ... {'id': '8112d75b-7e78-4641-9e09-9a2cc7db7375', 'url': 'https://ipt-obis.gbif.us/rss.do'} [{'name': 'NOAA, Southeast Fisheries Science Center, National Marine Fisheries Service Southeast Miami Laboratory', 'oceanexpert_id': 7534, 'oceanexpert_parent_id': 11379}, {'name': 'Rosenstiel School of Marine & Atmospheric Science, University of Miami', 'oceanexpert_id': 8124, 'oceanexpert_parent_id': None}, {'name': 'Gulf of Mexico Coastal Ocean Observing System', 'oceanexpert_id': 18936, '... [{'role': None, 'type': 'creator', 'givenname': 'Jerald', 'surname': 'Ault', 'organization': 'University of Miami, Rosenstiel School of Marine &amp; Atmospheric Science', 'position': 'Project Lead', 'email': 'jault@rsmas.miami.edu', 'url': None, 'organization_oceanexpert_id': 8124, 'type_display': 'Creator'}, {'role': None, 'type': 'creator', 'givenname': 'Jim', 'surname': 'Bohnsack', 'organiz... [{'id': 'b7c47783-a020-4173-b390-7b57c4fa1426', 'name': 'OBIS USA'}] [{'keyword': 'Occurrence', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type.xml'}, {'keyword': 'Observation', 'thesaurus': 'GBIF Dataset Subtype Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_subtype.xml'}, {'keyword': 'Samplingevent', 'thesaurus': 'GBIF Dataset Type Vocabulary: http://rs.gbif.org/vocabulary/gbif/dataset_type_2015-07-10.xml'}] [{'year': 2026, 'downloads': 4439, 'records': 4559717}, {'year': 2025, 'downloads': 16474, 'records': 178951822}, {'year': 2024, 'downloads': 15261, 'records': 248980699}, {'year': 2023, 'downloads': 7513, 'records': 190581549}, {'year': 2022, 'downloads': 7350, 'records': 139710500}, {'year': 2021, 'downloads': 17831, 'records': 160861289}, {'year': 2020, 'downloads': 3556, 'records': 5354334... None 76543 floridakeysreefvisualcensus2011 floridakeysreefvisualcensus

5 rows × 25 columns

df_meta[["short_name", "short_name_group"]].describe()
short_name short_name_group
count 343 343
unique 343 40
top mlpa_kelp_forest_monitoring atn__ribbon-seal_trajectory_-
freq 1 147

Read to geopandas and plot the bounding boxes#

Next we want to make a simple map of the coverage each dataset has. We can use the extent field directly in geopandas to make a simple map.

from datetime import datetime

import cartopy.io.shapereader as shpreader
import geopandas
import matplotlib.pyplot as plt

gdf = geopandas.GeoDataFrame(
    df_meta, geometry=geopandas.GeoSeries.from_wkt(df_meta["extent"])
)
gdf.set_crs("epsg:4326", inplace=True)

fig, ax = plt.subplots(
    figsize=(20, 15),
)

gdf.plot(
    ax=ax,
    zorder=10,
    alpha=0.5,
    column="short_name_group",
    legend=True,
    cmap="turbo",
)

leg = ax.get_legend()

leg.set_bbox_to_anchor((0.0, 0.0, 1.2, 0.9))

shpfilename = shpreader.natural_earth(
    resolution="110m",
    category="cultural",
    name="admin_0_countries",
)
world = geopandas.read_file(shpfilename)
world = world.to_crs(gdf.crs)

# bound map to US.
world.loc[world["ISO_A3"] == "USA"].plot(
    ax=ax, color="lightgrey", edgecolor="black", zorder=1
)

today = datetime.now().strftime("%Y-%m-%d")

ax.set_title(
    f"Sampling coverage map\nTotal dataset records contributed to OBIS from the US MBON network as of {today}: {gdf.records.sum() }"
)

ax.set_axis_off();
/home/filipe/micromamba/envs/IOOS/lib/python3.14/site-packages/cartopy/io/__init__.py:242: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_0_countries.zip
  warnings.warn(f'Downloading: {url}', DownloadWarning)
../../../_images/7157f186ad7c9f78b076057e4686117393025545136068ba4eb325f454e36142.png
gdf.explore(column="short_name")
Make this Notebook Trusted to load map: File -> Trust Notebook

Save as a geojson#

Since we have the data, why don’t we write this out to a geoJson file to interact with on GitHub.

fname = f"US_MBON_bounding_boxes_{today.replace('-','')}.geojson"

# can"t export fields with lists or dictionaries - breaks the format.
gdf[["id", "title", "url", "geometry"]].to_file(fname, driver="GeoJSON")
2026-03-03 13:30:28 - pyogrio._io - INFO - Created 343 records

Query the OBIS aggregated points#

Now that we know the general area for where our observations are made, let’s dig a little deeper into each dataset.

We can use pyobis.occurrences.getpoints() to return all of the points for each dataset, aggregated to Geohash precision 8.

If we’d like a little more metadata about each of the aggregated points, we can query by dataset to collect the aggregated points and some useful metadata.

combined = pd.DataFrame()

query = pyobis.dataset.search(instituteid=institution_id)
df = pd.DataFrame(query.execute())
df_meta = pd.DataFrame.from_records(df["results"])


for datasetid in df_meta["id"]:
    dset = pyobis.occurrences.getpoints(datasetid=datasetid).execute()

    meta = pyobis.dataset.get(id=datasetid).execute()["results"][0]
    short_name = meta["url"].split("=")[-1]

    df = pd.DataFrame(dset)

    df["dataset_id"] = datasetid
    df["short_name"] = meta["url"].split("=")[-1]
    df["short_name_group"] = df["short_name"].replace("\d", "", regex=True)
    df["url"] = meta["url"]
    df["metadata"] = str(meta)

    df[["decimalLongitude", "decimalLatitude"]] = pd.DataFrame(
        df["coordinates"].tolist()
    )

    combined = pd.concat([combined, df], ignore_index=True)


gdf_ghsh = geopandas.GeoDataFrame(
    combined[
        ["dataset_id", "url", "short_name_group", "decimalLatitude", "decimalLongitude"]
    ],
    geometry=geopandas.points_from_xy(
        combined.decimalLongitude, combined.decimalLatitude
    ),
    crs="epsg:4326",
)


fig, ax = plt.subplots(figsize=(20, 15))


gdf_ghsh.plot(
    ax=ax,
    zorder=10,
    alpha=0.5,
    column="short_name_group",
    legend=True,
)

world.loc[world["ISO_A3"] == "USA"].plot(
    ax=ax, color="lightgrey", edgecolor="white", zorder=1
)

now = datetime.now()

today = now.strftime("%Y-%m-%d")

ax.set_title(
    f"Total aggregated occurrence records contributed to OBIS from the US MBON network as of {today}: {gdf_ghsh.shape[0]}"
)

ax.set_axis_off();
<>:18: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
<>:18: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/tmp/ipykernel_106825/2245479231.py:18: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  df["short_name_group"] = df["short_name"].replace("\d", "", regex=True)
2026-03-03 13:30:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:30:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:31:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:32:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:33:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:34:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:35:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:36:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:37:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:38:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:39:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:40:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:41:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:42:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:43:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:44:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:45 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:53 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:56 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:45:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:28 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:35 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:37 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:44 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:46 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:47 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:48 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:49 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:50 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:51 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:52 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:54 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:55 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:57 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:58 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:46:59 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:00 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:01 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:02 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:03 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:04 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:05 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:06 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:07 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:08 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:09 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:10 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:11 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:12 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:13 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:14 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:15 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:16 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:17 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:18 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:19 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:20 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:21 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:22 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:23 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:24 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:25 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:26 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:27 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:29 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:30 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:31 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:32 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:33 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:34 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:36 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:38 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:39 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:40 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:41 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:42 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
2026-03-03 13:47:43 - pyobis.cache.cache - INFO - Cache initialized at /home/filipe/.cache/pyobis
../../../_images/48f18304e79d6c542d2b04c5096f7971fe6e9d217960247855f4c34f60a692cc.png

Let’s explore those points a little more with geopandas.GeoDataFrame.explore().

This allows you to create an interactive map based on folium/leaflet.jsInteractive map based on GeoPandas and folium/leaflet.js

gdf_ghsh.explore(column="short_name_group")
Make this Notebook Trusted to load map: File -> Trust Notebook