II.
Library JSON
Structured · livelibrary:beautifulsoup
Beautiful Soup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}