Skip to main content

Extracts TODO: notes from source code.

Project description

todo-extractor

Extracts TODO comments from code.

The purpose of this project is to serve as an example of going from a script to a full-fledged project and to be used with the presentation Modern Python development at Omegapoints conference OpKoKo 19.2.

It might be turned into something useful, but currently it's main purpose is to give examples to the presentation.

Usage

Run it from the command line like:

$ todo_extractor <optional directory>

if no directory is specified the current directory will be used.

todo-extrator prints a JSON output with match, line number and filename.

Development

Development should preferable always be done in a virtualenv.

Installation is done with flit, which needs to be first be installed in the virtualenv (pip3 install flit).

The package can be installed in development mode with

flit install --symlink

or on Windows

flit install --pth

This will install the package in editable mode and also install the dev-dependencies.

Testing

Testing can be done with pytest: pytest --cov=todo_extractor which will also measure test coverage.

To test the installed package, use tox (tox). This will test the installed package on all supported Python versions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todo_extractor-0.2.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

todo_extractor-0.2-py3-none-any.whl (39.9 kB view details)

Uploaded Python 3

File details

Details for the file todo_extractor-0.2.tar.gz.

File metadata

  • Download URL: todo_extractor-0.2.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.22.0

File hashes

Hashes for todo_extractor-0.2.tar.gz
Algorithm Hash digest
SHA256 21f44379fec996b837848d21d9fa8367de0c85a63afea283c00f0b91866f73ff
MD5 55351bcd0d49cdf99da09fb8c7597171
BLAKE2b-256 824939debb8647abb8f508895123f20b8884bbbeaf18a9b387d6f3b56d90518b

See more details on using hashes here.

File details

Details for the file todo_extractor-0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for todo_extractor-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2f86ec4e80fac14250dda06a8b9e1fe9f9d7154cef90695b3310e23ac28f153a
MD5 edf6aee459ad1228de4d3dd722a9b855
BLAKE2b-256 74cc0581042c879d93616105024025be822213e370ef15fd65f75c4f38feb06a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page