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