GitHub / icgood / pysasl
Pure Python SASL client and server library.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icgood%2Fpysasl
PURL: pkg:github/icgood/pysasl
Stars: 10
Forks: 1
Open issues: 2
License: mit
Language: Python
Size: 796 KB
Dependencies parsed at: Pending
Created at: over 10 years ago
Updated at: 7 months ago
Pushed at: 10 months ago
Last synced at: 1 day ago
Topics: imap, python, sasl, smtp
Version 1.2.0
1.2.0
What’s Changed
- Switch to ruff and test with macOS/win by @icgood in #40
- Add autopep8 check to the build by @icgood in #41
- Remove passlib dependency by @icgood in #42
- Tagged faulty release
1.1.0
. - Re-add authcid property to identity by @icgood in https://github.com/icgood/pysasl/pull/43
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.2...1.2.0
Download
Version 1.0.2
1.0.2
What’s Changed
- Switch to hatch environments and scripts by @icgood in https://github.com/icgood/pysasl/pull/39
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.1...1.0.2
Download
Version 1.0.1
1.0.1
What’s Changed
- Switch to hatchling based build by @icgood in https://github.com/icgood/pysasl/pull/38
- Switch from
pkg_resources
toimportlib.metadata
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0...1.0.1
Download
Version 1.0.0
1.0.0
What’s Changed
- Clean up invoke tasks, docs, and linting by @icgood in https://github.com/icgood/pysasl/pull/28
- Remove venv check in invoke tasks by @icgood in https://github.com/icgood/pysasl/pull/29
- Revamp to improve API and typing by @icgood in https://github.com/icgood/pysasl/pull/30
- Update BuiltinHash to use base64 digests by @icgood in https://github.com/icgood/pysasl/pull/31
- Reorganize to allow config object by @icgood in https://github.com/icgood/pysasl/pull/32
- Use passlib compatible format for BuiltinHash by @icgood in https://github.com/icgood/pysasl/pull/33
- Fix BuiltinHash hash name for pbkdf2-sha1 by @icgood in https://github.com/icgood/pysasl/pull/34
- Simplify the get_hash function by @icgood in https://github.com/icgood/pysasl/pull/35
- Add support for Python 3.11 by @icgood in https://github.com/icgood/pysasl/pull/36
- Set version 1.0.0 by @icgood in https://github.com/icgood/pysasl/pull/37
Full Changelog: https://github.com/icgood/pysasl/compare/0.10.0...1.0.0
Download
Version 1.0.0.rc8
1.0.0.rc8 Pre-release
What’s Changed
- Add support for Python 3.11 by @icgood in https://github.com/icgood/pysasl/pull/36
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc7...1.0.0.rc8
Download
Version 1.0.0.rc7
1.0.0.rc7 Pre-release
What’s Changed
- Simplify the get_hash function by @icgood in https://github.com/icgood/pysasl/pull/35
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc6...1.0.0.rc7
Download
Version 1.0.0.rc6
1.0.0.rc6 Pre-release
What’s Changed
- Fix BuiltinHash hash name for pbkdf2-sha1 by @icgood in https://github.com/icgood/pysasl/pull/34
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc5...1.0.0.rc6
Download
Version 1.0.0.rc5
1.0.0.rc5 Pre-release
What’s Changed
- Use passlib compatible format for BuiltinHash by @icgood in https://github.com/icgood/pysasl/pull/33
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc4...1.0.0.rc5
Download
Version 1.0.0.rc4
1.0.0.rc4 Pre-release
What’s Changed
- Reorganize to allow config object by @icgood in https://github.com/icgood/pysasl/pull/32
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc3...1.0.0.rc4
Download
Version 1.0.0.rc3
1.0.0.rc3 Pre-release
What’s Changed
- More import and doc friendly default prep by @icgood in https://github.com/icgood/pysasl/commit/b803fcc1a99eeda0ad0142061afa42c8bb8ffa41
Full Changelog: https://github.com/icgood/pysasl/compare/1.0.0.rc2...1.0.0.rc3
Download