https://github.com/kitconcept/kitconcept.contentsync
Synchronize content items from external sources into a Plone site
https://github.com/kitconcept/kitconcept.contentsync
Last synced: 5 months ago
JSON representation
Synchronize content items from external sources into a Plone site
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.contentsync
- Owner: kitconcept
- Created: 2025-08-12T12:44:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T16:11:01.000Z (8 months ago)
- Last Synced: 2025-12-26T17:45:25.744Z (6 months ago)
- Language: Python
- Size: 233 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/+initial.feature
Awesome Lists containing this project
README
kitconcept.contentsync 🔄
[](https://pypi.org/project/kitconcept.contentsync/)
[](https://pypi.org/project/kitconcept.contentsync/)
[](https://pypi.org/project/kitconcept.contentsync/)
[](https://pypi.org/project/kitconcept.contentsync/)
[](https://pypi.org/project/kitconcept.contentsync/)
[](https://github.com/kitconcept/kitconcept.contentsync/actions/workflows/main.yml)
[](https://github.com/kitconcept/kitconcept.contentsync)
[](https://github.com/kitconcept/kitconcept.contentsync)
**kitconcept.contentsync** syncronizes Person content items in a Plone Site
# Develop
## Running tests
### Run all tests
```bash
uv run pytest
```
### Run all tests, stop on first fail
```bash
uv run pytest -x --pdb
```
### Run tests in the file `test_clients_plone`
```bash
uv run pytest -k test_clients_plone
```
### Run tests that do not require the containers (Faster tests)
```bash
uv run pytest -m "not docker"
```