Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • v0.9
  • v0.8
  • v0.7
  • v0.6
  • v0.5
  • v0.4
  • v0.3
  • v0.2
  • v0.1
14 results

README.md

  • Sebastien Helleu's avatar
    8202406f
    Make options title/repository optional, add option -m/--max, major code... · 8202406f
    Sebastien Helleu authored
    Make options title/repository optional, add option -m/--max, major code cleanup, full PEP8 compliance
    
    All changes:
    - chart title and repository are now optional and must be set with two
      new options:
        -t, --title (default: hardcoded in script, depends on the chart)
        -r, --repo (default: '.', ie current directory)
    - add option -m/--max: max different entries in chart: after this
      number, an entry is counted in "others" (only for charts "authors" and
      "files_type")
    - if filename is "-", display SVG content on standard output
    - import the new division operator and the print function
    - replace %-formatting with .format()
    - full PEP8 compliance
    - major code cleanup: add comments, dynamically build the names for week
      days and months, use a dynamic name for functions building a chart.
    8202406f
    History
    Make options title/repository optional, add option -m/--max, major code...
    Sebastien Helleu authored
    Make options title/repository optional, add option -m/--max, major code cleanup, full PEP8 compliance
    
    All changes:
    - chart title and repository are now optional and must be set with two
      new options:
        -t, --title (default: hardcoded in script, depends on the chart)
        -r, --repo (default: '.', ie current directory)
    - add option -m/--max: max different entries in chart: after this
      number, an entry is counted in "others" (only for charts "authors" and
      "files_type")
    - if filename is "-", display SVG content on standard output
    - import the new division operator and the print function
    - replace %-formatting with .format()
    - full PEP8 compliance
    - major code cleanup: add comments, dynamically build the names for week
      days and months, use a dynamic name for functions building a chart.