https://github.com/studybuffalo/rdrhc_calendar_download
https://github.com/studybuffalo/rdrhc_calendar_download
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/studybuffalo/rdrhc_calendar_download
- Owner: studybuffalo
- License: gpl-3.0
- Created: 2022-06-19T03:30:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T01:26:16.000Z (about 3 years ago)
- Last Synced: 2025-01-09T03:39:21.075Z (over 1 year ago)
- Language: Python
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============================
RDRHC Calendar Download Script
==============================
This script visits a restricted SharePoint page, downloads the
specified schedules, and then uploads to another server via SFTP.
-------------
Running Tests
-------------
To run tests::
$ pipenv run pytest
To generate coverage report::
# XML Report
$ pipenv run pytest --cov test --cov-report xml
# HTML Report
$ pipenv run pytest --cov test --cov-report html
---------------
Running Linters
---------------
To run linting::
# Run Pylint
$ pipenv run pylint **/**.py
# Run Pycodestyle
$ pipenv run pycodestyle **/**.py
-------------------
Documentation Style
-------------------
Docstrings are documented using the reStructuredText format. Details of
this style can be found here:
https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html