Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 1.93 KB

File metadata and controls

84 lines (60 loc) · 1.93 KB

crydensync-py - Python SDK

Status License Go Version

🔗 Quick Links

🎯 Purpose

Pythonic interface for CrydenSync authentication.

📊 Status

  • Phase: Planning
  • Progress: 0%
  • Target: After api v1.0.0

🗺️ Roadmap

v1.0.0

  • Sync client
  • Async client
  • Type hints
  • Django integration
  • Flask integration

v1.1.0

  • FastAPI integration
  • CLI tools
  • Session management

🔧 Development

pip install -e .
pytest

📦 Usage

from crydensync import Cryden

cryden = Cryden('https://api.crydensync.com')
user = cryden.auth.sign_up(email, password)

🔗 Dependencies

· api HTTP endpoints

🆘 Getting Help

🤝 Contributing

We welcome contributions! Please:

  1. Read CONTRIBUTING.md
  2. Check open issues
  3. Join Discord

Current needs:

  • 🐛 Bug hunters
  • 📝 Documentation writers
  • 🧪 Testers
  • 💡 Feature ideas

📄 License

MIT © CrydenSync

This is open source software. Use it freely, modify it, share it.