Bump cryptography from 41.0.5 to 41.0.6 (#145)

1 file changed
tree: 0f62308f7711e02e99b4e4150359c9f4af9ef98d
  1. .github/
  2. docs/
  3. pyee/
  4. tests/
  5. typings/
  6. .gitignore
  7. .readthedocs.yaml
  8. CHANGELOG.md
  9. CONTRIBUTORS.md
  10. DEVELOPMENT.md
  11. environment.yml
  12. justfile
  13. LICENSE
  14. MANIFEST.in
  15. mkdocs.yml
  16. pyproject.toml
  17. README.md
  18. requirements.txt
  19. requirements_dev.txt
  20. setup.cfg
  21. tox.ini
README.md

pyee

Documentation Status

pyee supplies a EventEmitter object that is similar to the EventEmitter class from Node.js. It also supplies a number of subclasses with added support for async and threaded programming in python, such as async/await.

Docs

Autogenerated API docs, including basic installation directions and examples, can be found at https://pyee.readthedocs.io.

Development

See DEVELOPMENT.md.

Changelog

See CHANGELOG.md.

Contributors

See ONTRIBUTORS.,md.

License

MIT/X11, see LICENSE.