Pythonic interface for CrydenSync authentication.
- Phase: Planning
- Progress: 0%
- Target: After api v1.0.0
- Sync client
- Async client
- Type hints
- Django integration
- Flask integration
- FastAPI integration
- CLI tools
- Session management
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
- Documentation: docs.crydensync.com
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Discord: Join our server (coming soon)
We welcome contributions! Please:
- Read CONTRIBUTING.md
- Check open issues
- Join Discord
Current needs:
- π Bug hunters
- π Documentation writers
- π§ͺ Testers
- π‘ Feature ideas
MIT Β© CrydenSync
This is open source software. Use it freely, modify it, share it.