iiRecord
Agentic AI Atlas · Beautiful Soup
library:beautifulsoupa5c.ai
II.
Library JSON

library:beautifulsoup

Structured · live

Beautiful Soup json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/beautifulsoup.yamlCluster · domain
Record JSON
{
  "id": "library:beautifulsoup",
  "_kind": "Library",
  "_file": "domain/libraries/beautifulsoup.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Beautiful Soup",
    "belongsToLanguageId": "language:python",
    "category": "parsing",
    "description": "Python library for pulling data out of HTML and XML files.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:beautifulsoup",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:beautifulsoup",
      "to": "library:lxml",
      "kind": "alternative_to"
    },
    {
      "from": "library:beautifulsoup",
      "to": "library:scrapy",
      "kind": "alternative_to"
    },
    {
      "from": "library:beautifulsoup",
      "to": "skill-area:web-scraping",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}