Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.31 KB

File metadata and controls

31 lines (22 loc) · 1.31 KB

🚀 logseq-python 1.0.0a2 is now live on PyPI!

The most comprehensive Python library for Logseq knowledge graphs - production-ready and available for immediate installation.

Key Features:

🔧 Fixed: Critical import issues resolved - works flawlessly from PyPI 📊 Task Management: TODO states, priorities (A/B/C), deadlines, workflow analytics
🧠 AI Analysis: 4 analyzers for sentiment, topics, summaries, content structure 🔗 8 Extractors: YouTube, Twitter, GitHub, PDF, academic papers, RSS feeds ⚡ Developer-Friendly: 25+ query methods, type hints, async support, CLI tools

Perfect for project management, research, development, and knowledge work.

# Find overdue high-priority tasks
client = LogseqClient("/path/to/logseq")
urgent = client.query().blocks().has_priority(Priority.A).has_deadline().execute()

This enables automated workflow analysis, intelligent content processing, and scalable knowledge graph analytics.

pip install logseq-python==1.0.0a2

🔗 PyPI: https://pypi.org/project/logseq-python/1.0.0a2/ 📚 GitHub: https://github.com/thinmanj/logseq-python-library

What knowledge management challenges could benefit from programmatic access to your notes?

#Python #LogSeq #KnowledgeManagement #ProductivityTools #OpenSource #DataScience