LibrePlanet schedule generator.

François Revol 445e3f6152 lps_gen.py: Update the timeslot regex to make the name optional il y a 6 ans
docs 7064b23297 docs/install/index.rst: Fix `Install locally using virtualenv` section. il y a 6 ans
libreplanet-templates 00dd5b2658 libreplanet-templates: 2018: lp-schedule: Update populate_sessions. il y a 6 ans
lpschedule_generator ca157748d3 Bump to 0.8.1. il y a 6 ans
tests 2813c2d207 tests: Add TestLPS.test_LPSMarkdown_desc. il y a 6 ans
.gitignore 977b132f5f Update .gitignore. il y a 7 ans
CONTRIBUTORS 7f6290279a CONTRIBUTORS: Add François Revol. il y a 6 ans
COPYING cd11526e03 Added license info. il y a 8 ans
MANIFEST.in e796cc5eb6 updated MANIFEST il y a 8 ans
Makefile b6b04b4389 Update Makefile. il y a 6 ans
README.rst 597db1d537 Update README.rst. il y a 7 ans
TODO.rst c67f8afb82 Update TODO.rst. il y a 6 ans
lps_gen.py 445e3f6152 lps_gen.py: Update the timeslot regex to make the name optional il y a 6 ans
setup.py 12f78a1a9f setup.py: Update copyright year. il y a 7 ans

README.rst

lpschedule-generator
====================

Python package that enables the FSF_ to write the LibrePlanet_
schedule in Markdown_.

See "Installation_" to get started.

.. _Installation: https://ricketyspace.net/lpschedule-generator/install
.. _FSF: https://fsf.org
.. _LibrePlanet: https://libreplanet.org/conference
.. _Markdown: https://daringfireball.net/projects/markdown

canonical repo
--------------

::

$ git clone https://notabug.org/rsd/lpschedule-generator.git


license
-------

lpschedule-generator is licensed under the `GNU Generaly Public
license version 3 or later`__.

.. _gplv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html
__ gplv3_