summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* docs/conf.py: Don't prefix strings with 'u'.rsiddharth2019-06-131-2/+2
|
* README.rst: Remove 'canonical repo' section.rsiddharth2019-06-131-8/+0
|
* docs/index.rst: Remove help section.rsiddharth2019-06-131-5/+0
|
* docs/install/index.rst: Install python3 in virtualenv.rsiddharth2019-06-131-1/+1
|
* COPYING: Change to CC0-1.0.rsiddharth2019-06-131-674/+134
|
* lps_gen.py: Update main.rsiddharth2019-05-261-2/+2
| | | | * lps_gen.py (main): Use format for formatted string.
* Update LPSRenderer.link.rsiddharth2019-05-261-1/+1
| | | | * lps_gen.py (LPSRenderer.link): Use format for formatted string.
* Update LPiCal.to_ical.rsiddharth2019-05-262-2/+5
| | | | | * lps_gen.py (LPiCal.to_ical): Use format for formatted string. * tests/test_lps_gen.py (TestLPiCal.test_to_ical): Update test.
* Update LPiCal.mk_datetime.rsiddharth2019-05-261-4/+5
| | | | * lps_gen.py (LPiCal.mk_datetime): Use format for formatted string.
* lps_gen.py: Update LPiCal.gen_uid.rsiddharth2019-05-261-2/+2
| | | | * lps_gen.py (LPiCal.gen_uid): Use format for formatted string.
* lps_gen.py: Update LPiCal.rsiddharth2019-05-262-1/+12
| | | | | | * lps_gen.py (LPiCal.__init__): Use format function for formatted string. * tests/test_lps_gen.py (TestLPiCal.test_init): New test.
* Makefile: Update venv3.rsiddharth2019-05-191-1/+1
| | | | | * Makefile (venv3): Factor venv backup shell expression into a if block.
* Makefile: Update clean-build.rsiddharth2019-05-191-3/+3
| | | | * Makefile (clean-build): Don't suppress command output.
* Makefile: Update clean-pyc.rsiddharth2019-05-191-1/+1
| | | | * Makefile (clean-pyc): Don't suppress command output.
* Makefile: Update clean-venv.rsiddharth2019-05-191-1/+1
| | | | * Makefile (clean-venv): Use virtual environment directory variable.
* Makefile: Add clean.rsiddharth2019-05-191-1/+3
| | | | Makefile (clean): New target.
* Makefile: Add GNU_MAKE.rsiddharth2019-05-191-2/+4
| | | | | | * Makefile (GNU_MAKE): New variable. (docs): Use GNU Make. (clean-docs): Use GNU Make.
* Makefile: Update venv3.rsiddharth2019-05-191-3/+5
| | | | | | | | | Setup venv3 so that I'm able to provision virtual environments under /usr/local/virtualenv/ directory (due to OpenBSD's 'wxallowed'). * Makefile (VENV_CMD, VENV_PREFIX): New variables. (VENV_DIR3): Update variable. (venv3): Update target.
* setup.py: Update config.classifiers.rsiddharth2018-09-091-3/+1
| | | | Change 'Programming Language' to Python 3 only.
* * lps_gen.py: Update read_file.rsiddharth2018-09-091-1/+1
| | | | * lps_gen.py (read_file): Change file mode to just 'r'.
* lps_gen.py: Update write_file.rsiddharth2018-09-091-1/+1
| | | | * lps_gen.py (write_file): Change file mode to just 'w'.
* lps_gen.py: Update LPiCal.gen_ical.rsiddharth2018-09-091-1/+1
| | | | * lps_gen.py (LPiCal.gen_ical): Wrap returned string around str().
* lps_gen.py: Remove unicode mumbo jumbo.rsiddharth2018-09-091-5/+0
|
* lps_gen.py: Change string handling.rsiddharth2018-09-091-2/+2
| | | | | | | unicode(STRING) -> str(STRING) * lps_gen.py (LPSRenderer.get_uid) (LPSpeakersRenderer.mk_uid): Update methods.
* test_lps_gen.py: Change dict iteration.rsiddharth2018-09-091-5/+5
| | | | | | | | | DICT.iteritems() -> DICT.items(). * tests/test_lps_gen.py (TestLPiCal.test_get_timeslot) (TestLPiCal.test_get_month_day) (TestLPiCal.test_add_event): Update methods.
* test_lps_gen.py: Change dictionary key checking.rsiddharth2018-09-091-6/+6
| | | | | | | | | | | | DICT.has_key(KEY) -> 'KEY' in DICT. * tests/test_lps_gen.py (TestLPSpeakers.test_LPSpeakersMarkdown_keynotespeakers_imgurl) (TestLPSpeakers.test_LPSpeakersMarkdown_keynotespeakers_imgalt) (TestLPSpeakers.test_LPSpeakersMarkdown_keynotespeakers_bio) (TestLPSpeakers.test_LPSpeakersMarkdown_speakers_imgurl) (TestLPSpeakers.test_LPSpeakersMarkdown_speakers_imgalt) (TestLPSpeakers.test_LPSpeakersMarkdown_speakers_bio): Update methods.
* tests/test_lps_gen.py: Remove 'pprint' import.rsiddharth2018-09-091-1/+0
|
* test_lps_gen.py: Remove unicode string wrappings.rsiddharth2018-09-091-10/+10
| | | | * tests/test_lps_gen.py (TestJSONUtils.setup_class): Update method.