summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README.rst: update installation linkHEADmasterrsiddharth2021-10-311-1/+1
|
* .readthedocs.yaml: fix python sectionrsiddharth2021-10-311-2/+3
|
* add .readthedocs.yamlrsiddharth2021-10-311-0/+4
|
* lpschedule_generator: bump to version 0.10.2v0.10.2rsiddharth2020-07-111-1/+1
|
* Makefile: Refactor PHONY declarations.rsiddharth2020-07-111-4/+6
|
* Makefile: venv: cleanup .eggs/ toorsiddharth2020-07-111-1/+1
|
* Makefile: Rename build-dist -> build.rsiddharth2020-07-111-4/+3
|
* Makefile: Remove egg.rsiddharth2020-07-111-4/+1
|
* Remove TODO.rstrsiddharth2020-07-111-2/+0
|
* lps_gen.py: Update LPiCal.__init__rsiddharth2020-07-101-1/+1
| | | | | * lps_gen.py (LPiCal.__init__): Merge the two timeslot_re regex strings into one.
* lpschedule_generator/_version.py: Bump to dev version.rsiddharth2020-07-091-1/+1
|
* Format via black.rsiddharth2020-07-095-700/+601
|
* requirements.txt: Add black.rsiddharth2020-07-091-0/+1
|
* .gitignore: Add .eggs/rsiddharth2020-07-091-0/+1
|
* Makefile: dev-env -> devrsiddharth2020-07-091-3/+3
|
* requirements.txt: Remove package dependencies.rsiddharth2020-07-091-10/+0
|
* setup.py: Update install_requiresrsiddharth2020-07-091-1/+1
| | | | | | | I think mistune's upcoming version 2 might be not compatible with version 1. lpschedule-generator might not work with mistune version 2 or greater. So, specify lower and upper bounds for the mistune version.
* lpschedule_generator/_version.py: Bump to 0.10.0.v0.10.0tpprsiddharth2019-07-201-1/+1
|
* lps_gen.py: Update LPiCal.gen_ical.rsiddharth2019-07-202-2/+2
| | | | | * lps_gen.py (LPiCal.gen_ical): Use decode to convert bytes to str. * lpschedule_generator/_version.py: Bump to 0.10.0.dev3.
* setup.py: Update config.rsiddharth2019-07-202-3/+3
| | | | | * lpschedule_generator/_version.py: Bump to 0.10.dev1 * setup.py (config): Remove platforms, update classifiers.
* lpschedule_generator/_version.py: Bump to 0.10.dev1rsiddharth2019-07-201-1/+1
|
* tests: Update test_lps_gen.py.rsiddharth2019-07-201-1/+4
| | | | | * tests/test_lps_gen.py: Explicitly list all things that need to be imported from lps_gen.
* lps_gen: Rename '-s' switch to '-sc'rsiddharth2019-07-203-5/+5
| | | | | | * docs/install/index.rst: Update output of `lps_gen --help` * docs/schedule/index.rst: Update `lps_gen` command. * lps_gen.py (main): Rename '-s' switch to '-sc'.
* test_lps_gen.py: Remove reference to paths of templates.rsiddharth2019-07-181-16/+0
| | | | | | | | | | * tests/test_lps_gen.py (TestLPiCal.setup_class) (TestLPS.setup_class, TestLPSTBA.setup_class): Remove reference of path of 'schedule.jinja2' template. (TestLPSpeakers.setup_class): Remove reference of path of 'speakers.jinja2' template. (TestSpeakersAutoLinking.setup_class): Remove reference of path of 'speakers.jinja2' and 'schedule.jinja2' templates.
* lps_gen.py: Update main.rsiddharth2019-07-131-1/+1
| | | | * lps_gen.py (main): Barf informational message on exit 1.
* tests/test_lps_gen.py: Update TestTemplates.rsiddharth2019-07-131-2/+3
| | | | | * tests/test_lps_gen.py (TestTemplates.test_read): Suppress output to stderr.
* lps_gen: Remove `lp_t` command line argument.rsiddharth2019-07-135-33/+25
| | | | | | | | | | | | | | * docs/install/index.rst: Update usage command output. * docs/schedule/index.rst: Update lps_gen command example. * docs/speakers/index.rst: Update lps_gen command example. * lps_gen.py (RenderHTML): Change argument template -> template_name. Read template from package. (main): Remove `lp_t` command line argument. * tests/test_lps_gen.py (TestLPS.test_RenderHTML) (TestLPS.test_RenderHTML_sessions_only) (TestLPS.test_RenderHTML_nonexistent_template) (TestLPSTBA.setup, TestLPSpeakers.test_RenderHTML): Update RenderHTML call; pass template name instead of template path.
* lps_gen.py: Update template_read.rsiddharth2019-07-132-4/+4
| | | | | | * lps_gen.py (template_read): Add template file extension. * tests/test_lps_gen.py (TestTemplates.test_read): Don't specify template file extension.
* lps_gen.py: Update template_read.rsiddharth2019-07-132-1/+10
| | | | | | | * lps_gen.py (template_read): Add exception handling for non-existent templates. * tests/test_lps_gen.py (TestTemplates.test_read): Add non-existent template test.
* lps_gen.py: Add template_read.rsiddharth2019-07-132-0/+24
| | | | | * lps_gen.py (template_read): New function. * tests/test_lps_gen.py (TestTemplates): New test class.
* tests: Update test_lps_gen.py.rsiddharth2019-07-131-12/+12
| | | | | | * tests/test_lps_gen.py (TestLPiCal.setup_class, TestLPS.setup_class) (TestLPSTBA.setup_class, TestLPSSpeakers.setup_class) (TestSpeakersAutoLinking): Update template path.
* setup.py: Update config.rsiddharth2019-07-131-1/+2
| | | | | setup.py (config.py_modules): Update field. (config.packages): New field.
* setup.py: Update config.rsiddharth2019-07-131-0/+3
| | | | * setup.py (config): Add package_data.
* setup.py: Update config.rsiddharth2019-07-131-22/+0
| | | | * setup.py (config): Remove data_files.
* Remove libreplanet-templates/2018/lp-schedule.jinja2rsiddharth2019-07-131-146/+0
|
* Remove libreplanet-templates/2017/lp-schedule.jinja2rsiddharth2019-07-131-116/+0
|
* Remove libreplanet-templates/2016/lp-schedule.jinja2rsiddharth2019-07-131-115/+0
|
* libreplanet-templates/2019/lp-schedule.jinja2 -> ↵rsiddharth2019-07-131-0/+0
| | | | lpschedule_generator/data/schedule.jinja2
* libreplanet-templates/2016/lp-speakers.jinja2 -> ↵rsiddharth2019-07-131-0/+0
| | | | lpschedule_generator/data/speakers.jinja2
* lpschedule_generator/_version.py: Bump to 0.9.0.v0.9.0rsiddharth2019-06-161-1/+1
|
* lpschedule_generator/_version.py: Bump to 0.9.0b2.rsiddharth2019-06-161-1/+1
|
* Makefile: Update upload.rsiddharth2019-06-161-2/+6
|
* lpschedule_generator/_version.py: Bump to 0.9.0b1rsiddharth2019-06-161-1/+1
|
* Makefile: VENV_DIR3 -> VENV_DIRrsiddharth2019-06-161-5/+5
|
* Makefile: venv3 -> venv.rsiddharth2019-06-161-2/+2
|
* Makefile: Remove venv.rsiddharth2019-06-161-8/+0
|
* Revert "docs/index.rst: Remove help section."rsiddharth2019-06-131-0/+5
| | | | This reverts commit 29f699722164450111caacb3acfca82d3881f928.
* docs/conf.py: Rename 'browse source' -> 'Source'.rsiddharth2019-06-131-1/+1
|
* docs/conf.py: Don't show anything in the footer.rsiddharth2019-06-131-3/+4
|
* docs/conf.py: Add 'Report Bugs' link.rsiddharth2019-06-131-0/+1
|