Skip to content

Python-Nairobi/pelican-loadcsv

This branch is 6 commits ahead of e9t/pelican-loadcsv:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7b88cc · Oct 21, 2018

History

9 Commits
Mar 20, 2015
Mar 20, 2015
Mar 20, 2015
Oct 21, 2018

Repository files navigation

pelican-loadcsv

CSV loader in Python Pelican's templates.

Usage

Within a pelican template:

{% csv 'data-sbp.csv' %}

or

{% csv '''
a,b,c,d,e
1,1,1,1,1
2,2,2,2,2
3,3,3,3,3
4,4,4,4,4
5,5,5,5,5
'''%}

About

CSV loader in Python Pelican's templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%