Skip to main content

generate selector schemas classes from dsl-like language based on python

Project description

Selector schema codegen

ssc_codegen - generator of parsers for various programming languages (for html priority) using python-DSL configurations with built-in declarative language.

Designed to port parsers to various programming languages and libs

Motivation

  • interesting in practice write DSL-like language
  • decrease boilerplate code for web-parsers
  • write once - convert to other mainstream http parser libs
  • minimal operations for easy add another libs and languages in future
    • include css, xpath, attributes operations, regex, minimal string formatting operations
  • pre validate css/xpath queries and logic before generate code
  • standardisation: generate classes with minimal dependencies and documented parsed signature

Install

pipx (recommended for CLI usage)

pipx install ssc_codegen

pip

pip install ssc_codegen

Supported libs and languages

language lib xpath css formatter
python bs4 NO YES black
- parsel YES YES -
- selectolax (modest) NO YES -
- scrapy (based on parsel, but class init argument - Response) YES YES -
dart universal_html NO YES dart format

Quickstart

see example and read code with comments

Recommendations

  • usage css selector: they can be guaranteed converted to xpath (if target language not support CSS selectors)
  • usage simple operations for more compatibility other libraries.
    • Some libraries may not fully support selector specifications
    • for example, #product_description+ p selector in parsel works fine, but not works in selectolax, dart libs
  • there is a xpath to css converter for simple queries without guarantees of functionality. For example, in css there is no analogue of contains from xpath, etc.

Project details


Download files

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

Source Distribution

ssc_codegen-0.2.7.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

ssc_codegen-0.2.7-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

Details for the file ssc_codegen-0.2.7.tar.gz.

File metadata

  • Download URL: ssc_codegen-0.2.7.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.4 Linux/5.15.0-79-generic

File hashes

Hashes for ssc_codegen-0.2.7.tar.gz
Algorithm Hash digest
SHA256 97337e4a8b05f2c63ab57bd9edad0f7c9d786f631fd025432c90db84af8b26d6
MD5 899a60358807c4b545b9d417970b4a5d
BLAKE2b-256 5caab2865ae632502ed8f2b05f4409b07ecd1a9e7b73d53a8b5bf41f9fd0a164

See more details on using hashes here.

File details

Details for the file ssc_codegen-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: ssc_codegen-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 37.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.4 Linux/5.15.0-79-generic

File hashes

Hashes for ssc_codegen-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c17a61766f65e020aeed091ceed672f7b0bd90655e9b2eb98fa79fc2b915e793
MD5 2a56224ec63b38fa3154a6367432a40e
BLAKE2b-256 bef16855a90d37d74b93a7c532dd019afcaea856172d2bd87708c86b538b7c62

See more details on using hashes here.

Supported by

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