Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zytedata/zyte-common-items
Contains the common item definitions used in Zyte.
https://github.com/zytedata/zyte-common-items
Last synced: about 2 months ago
JSON representation
Contains the common item definitions used in Zyte.
- Host: GitHub
- URL: https://github.com/zytedata/zyte-common-items
- Owner: zytedata
- License: bsd-3-clause
- Created: 2022-03-03T13:01:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T10:21:06.000Z (8 months ago)
- Last Synced: 2024-04-24T19:11:01.445Z (8 months ago)
- Language: Python
- Size: 530 KB
- Stars: 7
- Watchers: 8
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
zyte-common-items
=================.. image:: https://img.shields.io/pypi/v/zyte-common-items.svg
:target: https://pypi.python.org/pypi/zyte-common-items
:alt: PyPI Version.. image:: https://img.shields.io/pypi/pyversions/zyte-common-items.svg
:target: https://pypi.python.org/pypi/zyte-common-items
:alt: Supported Python Versions.. image:: https://github.com/zytedata/zyte-common-items/workflows/tox/badge.svg
:target: https://github.com/zytedata/zyte-common-items/actions
:alt: Build Status.. image:: https://codecov.io/github/zytedata/zyte-common-items/coverage.svg?branch=master
:target: https://codecov.io/gh/zytedata/zyte-common-items
:alt: Coverage report.. description starts
``zyte-common-items`` is a Python 3.9+ library of item_ and `page object`_
classes for web data extraction that we use at Zyte_ to maximize opportunities
for code reuse... _item: https://docs.scrapy.org/en/latest/topics/items.html
.. _page object: https://web-poet.readthedocs.io/en/stable/
.. _Zyte: https://www.zyte.com/.. description ends
* Documentation: https://zyte-common-items.readthedocs.io/en/latest/
* License: BSD 3-clause