Pygount Versions Save

count lines of code for hundreds of languages using pygments

v1.6.1

10 months ago
  • Fixed missing check for seekable file handles (issue #114).
  • Fixed the ReadTheDocs documentation build by switching to the built-in alabaster Sphinx theme (issue #116).

v1.6.0

10 months ago
  • Remove support for Python 3.7.
  • Add support for analysis of remote git URL's in addition to local files (contributed by Rojdi Thomallari, issue #109).
  • Improve API: Add option to pass a file handle to SourceAnalysis.from_file() (contributed by Dominik George, issue #100).

v1.5.1

1 year ago
  • Removed progress bar for --format=sloccount because it resulted into blank lines when running on Windows and could cause interwoven output on Unix (#91).

v1.5.0

1 year ago

Removed support for Python 3.6 and updated dependencies (#93)

v1.4.0

2 years ago
  • Added progress bar during scan phase and improved visual design of --format=summary (contributed by Stanislav Zmiev, issue #73).
  • Added percentages to API. For example in addition to code_count now there also is code_percentage.