Skip to content

Python program to manipulate data: traverse and tag using a customisable command line tool and application programming interface.

License

Notifications You must be signed in to change notification settings

nchauhan890/tagger

Repository files navigation

tagger

Python program to manipulate data: traverse and tag using a customisable command line tool and application programming interface.

Documentation

Read the tagger documentation here.

Installation

To install tagger, follow the following steps (Windows):

  1. Download the latest tagger release here as a .zip file.
  2. Extract the tagger-master folder in the .zip file and rename to tagger (This folder should contain the Python files, not another sub-folder).
  3. Open Command Prompt by typing cmd into the Start Menu.
  4. Enter the directory which contains the tagger folder (by using cd <dir>).
  5. Now run tagger using python -m tagger from the command line, passing the necessary arguments.

Command line arguments

tagger has the following command line options:

Option Shorthand Required? Description
--data FILE -d FILE Yes Data source to parse and from which create a data tree
--plugins DIR -p DIR No An alternative directory in which to search for plugins
--warnings -w No A flag indicating whether warnings should be raised as errors

Example: using the sample data

tagger comes with a sample data file, found in tagger/sample_data.txt. To run this file, type python -m tagger -d tagger/sample_data.txt from the command line.

About

Python program to manipulate data: traverse and tag using a customisable command line tool and application programming interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages