Beaupy Versions Save

A Python library of interactive CLI elements you have been looking for

v3.8.2

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/petereon/beaupy/compare/v3.8.1...v3.8.2

v3.8.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/petereon/beaupy/compare/v3.8.0...v3.8.1

v3.8.0

1 month ago

What's Changed

Full Changelog: https://github.com/petereon/beaupy/compare/v3.7.3...v3.8.0

v3.7.3

1 month ago

Changes:

Relaxing Python constraint (<4.0)

v3.7.2

5 months ago

Changes:

  • Relaxing rich to >=12.2.0
  • Capping python at >=3.7.8,<3.12 due to ward bug (temporary)

v3.7.1

5 months ago

Changes:

  • Fixed typos
  • Updated vulnerable dependencies

v3.7.0

5 months ago

Changes:

  • 🎉 Rewritten prompt, select and select_multiple for questo

v3.6.1

7 months ago

Changes:

  • Enforcing yakh==0.3.2 version

v3.6.0

7 months ago

Changes:

  • Added completion parameter to prompt which allows user to specify custom completion functions (example)

v3.5.4

1 year ago

Changes:

  • Fixed select_multiple ticking the wrong indices when cursor_index>page_size