Skip to main content

view graph for working log

Project description

Hyuki-CVS-Graph

https://travis-ci.org/yassu/hyuki-cvs-graph.svg?branch=master

Usage

hyuki-graph [option] [base_dir]

where, base_diris a the most top directory which is watched by this program.

Note that default base_diris ..

This is a tool like as taking-star-table with color (ja), which considered by Mr. Hyuki.

This tool makes table which is written project-name, day number from today and commit-status.

Also, if there is hyuki_graph.json or hyuki_graph.yaml file in directory, which this program watch, this program make a table by using commits number which got by CVS and content of the file.

Furtheremore, if cross point which project-name and day number is written D by red color, this means that the project does not committed.

If it is written M by yellow color, this means that the project is committed some times less than 10.

If it is written L by green color, this means that the project is committed some times more than or equal to 10.

Syntax of Input File

This program receives following syntax files.

As json syntax:

{
  project name: {
    date: commit number,
    date: commit number,
    e.t.c.
  },
  project name: {
    date: commit number,
    date: commit number,
    e.t.c.
  }
  e.t.c.
}

where, date is a string which has form like “2000/01/01”.

As yaml syntax, like json syntax:

project name:
  date: commit number
  date: commit number
  e.t.c.
project name:
  date: commit number
  date: commit number
  e.t.c.

Options

  • -n, --day-num: indicate number of day, whcih is watched by this program.

  • -a, --author: indicate name of committer.

  • -m, --medium-sep: If more than or equal to number of commit is committed, printted L. Default value is 10.

  • --DA, --dead_or_alive: Showing D and A instead of showing D, M and L. If there is no commit, D is printted. And there is it, A is printted.

  • -f, --file: indicate input files by separating by space. Default of this value is “hyuki_graph.json hyuki_graph.yaml.

  • --FO, --file-only: watch only input file not not watching CVS

However this is not a option, we don’t not watched input file by --file="".

How to install

% pip install hyuki-cvs-graph

or

% python setup.py install

Requirements

  • python

  • If you deal with git-repository, gitcommand

  • If you deal with hg-repository, hgcommand

LICENSE

MIT

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

hyuki-cvs-graph-0.2.2.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

hyuki_cvs_graph-0.2.2-py2.py3-none-any.whl (4.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file hyuki-cvs-graph-0.2.2.tar.gz.

File metadata

File hashes

Hashes for hyuki-cvs-graph-0.2.2.tar.gz
Algorithm Hash digest
SHA256 d1a1aa80683e4fa5c4077d3c30d99bb33a88d70b042d04b601f39f892810f3a3
MD5 aa48554d3396b370ac84d514167492f0
BLAKE2b-256 42df72d5b4a143471b05639413e8556374bac9878e568ef20256debffa96649e

See more details on using hashes here.

File details

Details for the file hyuki_cvs_graph-0.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for hyuki_cvs_graph-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6179ac582b32dc11cab52b86292ba4eddc382dfb0b6a33e18d92d4e044b27f3b
MD5 eb27cc909443442c7fca57f5c4c28590
BLAKE2b-256 bc053502cc365cc837697f90fa5402ac01b08ff9afa85d5b31ed7dbb34e14672

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