The core content processing engine for academic publishing.
- π Content Parsers - Markdown, LaTeX, HTML, XML, etc.
- π Format Converters - 10+ format transformations
- π·οΈ Web Scrapers - JavaScript-enabled content extraction
- π Content Generators - TEI XML, UML diagrams
- β Validators - Content quality and integrity checks
- π§ Content Pipeline - Unified processing workflow
```bash
pip install integral-philosophy-core
from integral_philosophy_core import ContentPipeline
pipeline = ContentPipeline() result = pipeline.process_url("https://example.com") ```
``` π Input Sources β π§ Processing Engine β π Output Formats β β β β’ Websites β’ Content Parsers β’ HTML β’ Documents β’ Format Converters β’ PDF β’ Articles β’ Content Generators β’ EPUB β’ Markdown β’ Content Validators β’ TEI XML β’ Content Pipeline β’ DOCX ```
```bash pip install integral-philosophy-core[all] # Full installation pip install integral-philosophy-core[web] # Web scraping pip install integral-philosophy-core[tei] # TEI generation ```
```bash
python -m venv venv source venv/bin/activate pip install -e ".[dev]"
pytest tests/ ```
- Fork
- Feature branch
- Pull request
MIT License - see LICENSE file