An “Issue tracking system” as part of your repository
Project description
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.7.tar.gz
(4.7 kB
view details)
File details
Details for the file its-0.0.7.tar.gz.
File metadata
- Download URL: its-0.0.7.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6d482503beddc49cd612d86a2174563a6138eaeb93f319b386e676f434dc7eb
|
|
| MD5 |
baba3b9885ff412aba1dab5d67792c08
|
|
| BLAKE2b-256 |
e6837493e8bea4ca0478b502855cb1cd89660497206bfdf54c4eb763713aabf8
|