Skip to content
Snippets Groups Projects
  1. Mar 24, 2017
  2. Mar 23, 2017
  3. Feb 18, 2017
  4. Aug 13, 2016
  5. Jun 20, 2016
  6. Jun 14, 2016
  7. Mar 19, 2016
  8. Mar 02, 2016
  9. Jan 21, 2016
  10. Dec 13, 2015
  11. Dec 11, 2015
  12. Jan 03, 2015
  13. Dec 06, 2014
  14. Nov 13, 2014
  15. Oct 11, 2014
  16. Apr 18, 2014
  17. Feb 07, 2014
  18. Nov 10, 2013
  19. Nov 09, 2013
  20. Nov 08, 2013
  21. Nov 02, 2013
    • Sebastien Helleu's avatar
      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.
  22. Oct 25, 2013
  23. Oct 05, 2013
Loading