LibrePlanet schedule generator. https://lpsg.ricketyspace.net

rsiddharth bd42e921cd Bump to 0.8.3 (godspeed). 5 years ago
docs 7064b23297 docs/install/index.rst: Fix `Install locally using virtualenv` section. 6 years ago
libreplanet-templates f52baed132 Add libreplanet-templates/2019/lp-schedule.jinja2. 5 years ago
lpschedule_generator 7b73857ac1 Bump to 0.8.3 (godspeed). 5 years ago
tests 201b836ffa tests/test_lps_gen.py: Change license to Public Domain. 5 years ago
.gitignore 9788038d32 Update .gitignore. 5 years ago
CONTRIBUTORS 7f6290279a CONTRIBUTORS: Add François Revol. 6 years ago
COPYING cd11526e03 Added license info. 8 years ago
MANIFEST.in e796cc5eb6 updated MANIFEST 8 years ago
Makefile ed20cdb99c Makefile: dev-packages -> dev-env. 5 years ago
README.rst 597db1d537 Update README.rst. 6 years ago
TODO.rst c67f8afb82 Update TODO.rst. 6 years ago
lps_gen.py 455c74b37d lps_gen.py: Use SPDX license identifier. 5 years ago
requirements.txt 1c8ca21321 Add requirements.txt. 5 years ago
setup.py 2351cda81b setup.py: Change license to Public Domain. 5 years ago

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_