Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 864 Bytes

File metadata and controls

33 lines (24 loc) · 864 Bytes

TkEasyGUI Package Developer's Guide

  • Please feel free to ask questions in the issue tracker.
  • If you have any requests for new features, please let us know.
  • Pull requests are highly welcome.
    • When sending a pull request, it would be appreciated if you could include a sample to verify the changes. Please add the file to the tests directory.
    • It would be helpful if you could include the issue number related to the commit. (example) #96.

Task runner

  • Using make

Lint

meke install-dev
make lint

Build documents

make build-docs

Deploy to pypi

make deploy-test
make deploy-main