Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Integral Philosophy Core Engine

The core content processing engine for academic publishing.

πŸ“¦ What's Included

  • πŸ“ 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

πŸš€ Quick Start

```bash

Install

pip install integral-philosophy-core

Use

from integral_philosophy_core import ContentPipeline

pipeline = ContentPipeline() result = pipeline.process_url("https://example.com") ```

πŸ—οΈ Architecture

``` πŸ“š 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 ```

πŸ“¦ Installation

```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 ```

πŸ”§ Development

```bash

Setup development environment

python -m venv venv source venv/bin/activate pip install -e ".[dev]"

Run tests

pytest tests/ ```

πŸ“š Documentation

🀝 Contributing

  1. Fork
  2. Feature branch
  3. Pull request

πŸ“„ License

MIT License - see LICENSE file

About

Core content processing engine for academic publishing system

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages