* Fix minor typos in documentation and comments
* Add setup.py
* Move Python package functions into ui_calculator folder
* Import all functions into init
* Rename init as needed
* Add installation instructions to README
* Move files needed for Python functions into ui_calculator/data folder
* Try importlib.resources (not working with read_csv)
* Use os to read files
* Add package_data in setup.py
* fix typo
* Add GitHub's boilerplate .gitignore for Python
* Add initial test, verifying the result of the example code in the README
* Remove unnecessary files
* Update minimum_working_example.R to work with Python package
* Update minimum_working_example.py to work with Python package
* Update minimum_working_example.do to work with Python package
* Update longer_example.R to work with Python package
* Update example in README.md to work with Python package
* Update example in README.Rmd to work with Python package (and stay under 80char lines)
* Style fixes in ui_calculator.py
* Minor style changes to longer_example.R
* Resolve merge conflicts in ui_calculator.py
* Resolve merge conflicts in minimum_working_example.R
* Apply automatic code formatting to minimum_working_example.R
* Resolve merge conflicts in longer_example.R
* Resolve merge conflicts in README.md
* Add weeks_worked to calc_weekly_state_quarterly
* Update test to add weeks_worked to calc_weekly_state_quarterly
* Add GitHub Action to build and test
* Add badge for build status to README.md
* Add newline to end of build_and_test.yml
* Create a conda environment so pytest works
* Update installation path
* Replace "build and test" with "build & test" so badge text fits
* Replace & with %26 in workflow link
* Revert "Build and test" -> "Build & test"
c84c231