Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.11 KB

AUTHORS.rst

File metadata and controls

64 lines (47 loc) · 2.11 KB

Credits

Development Lead

Contributors

None yet. Why not be the first?

Python Packages

Meetup2apricot builds upon these excellent library packages:

Testing Packages

These Python packages help test Meetup2xibo.

  • pytest, a testing framework
  • pytest-mock, mock objects for pytest
  • pytest_regex, regular expression match for assertions (sample code copied from blog)

Development Tools

These tools help build, document, test, and validate Meetup2xibo.

  • black reformats source code to conform to PEP 8 guidelines.
  • bumpversion updates version numbers in source code.
  • coverage measures code coverage during tests.
  • flake8 checks code style.
  • pip-tools resolves Python package versions in a virtual environment.
  • Sphinx renders documentation in HTML, PDF, and other formats.
  • tox automates testing with multiple Python versions.