Skip to main content

An “Issue tracking system” as part of your repository

Project description

image Build Status

its

its - an “Issue tracking system” as part of your repository.

Installation

its can be installed from PyPI with the following command:

pip3 install its

Or installing directly from the repository:

git clone https://github.com/yeger00/its.git
cd its
pip3 install -e .

Getting started

Initialization

Craeting a new its repo by using the command:

itscli init

This will create a new .its directory in the current directory.

Working with issues

Adding a new issue:

itscli issue new "title"

List all the issue:

itscli issue list

Adding comment to issue:

itsclie issue --id <issue_id> add comment "message"

Tests

You can run the tests with the tox command:

tox

Or directly with pytest:

py.test

Lint

You can run lint with the tox command:

tox -e lint

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

its-0.0.5.tar.gz (4.3 kB view hashes)

Uploaded Source

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