Skip to content

crydensync/crydensync-sdk-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

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.

About

Official Python SDK for CrydenSync authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors