summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* test_lps_gen.py: Import StringIO from io.rsiddharth2018-09-091-1/+1
|
* test_lps_gen.py: print -> print()rsiddharth2018-09-091-5/+5
| | | | | | | * tests/test_lps_gen.py (TestLPiCal.test_gen_ical) (TestLPiCal.test_gen_ical_sessions_only) (TestLPS.test_RenderHTML) (TestLPS.test_RenderHTML_sessions_only): Update methods.
* README.rst: Remove license section.rsiddharth2018-09-091-9/+0
|
* docs/conf.py: Remove lead `u` from strings.rsiddharth2018-09-091-4/+4
|
* Dedicate to Public Domain.rsiddharth2018-09-099-86/+15
| | | | | | | | | | | | * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0.
* setup.py: Update read.rsiddharth2018-08-231-2/+2
| | | | | - Remove 'b' flag. - Change print -> print().
* Makefile: Add venv3.rsiddharth2018-08-231-1/+10
|
* Update .gitignore.rsiddharth2018-08-231-0/+1
|
* libreplanet-templates/2016: Update lp-speakers.jinja2.rsiddharth2018-08-231-1/+1
| | | | Use dict.items() instead of iteritems().
* libreplanet-templates/2019: Update lp-schedule.jinja2.rsiddharth2018-08-231-3/+3
| | | | Use dict.items() instead of dict.iteritems()
* Bump to 0.8.3 (godspeed).v0.8.3rsiddharth2018-08-191-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.