team-commit-checker


Nameteam-commit-checker JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA CLI tool to check team members' git commits in coding.net.
upload_time2023-11-05 05:56:34
maintainer
docs_urlNone
authorZhongwei
requires_python>=3.9,<3.12
licenseMIT
keywords python coding.net
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Team Commit Checker

This is a command-line application that check team members' git commits in coding.net.

## Installation

To install `team_commit_checker`, run this command in your terminal:

```bash
pip install team_commit_checker
```

This is the preferred method to install team_commit_checker, as it will always install the most recent stable release.

If you have Poetry installed and prefer to use it for installation, run:

```bash
poetry add team_commit_checker
```

## Usage
Once installed, you can run the application with the following command:

```bash
team-commit-checker
```

The program will prompt you to enter the book title and then retrieve the book information to generate promotional content.

## Configuration
Before the first run, make sure to create a config.ini file in `~/.team_commit_checker/config.ini` with the following structure:

```ini
[CODING]
TOKEN = your_access_token_in_coding_net
TEAM_ID = your_team_id_in_coding_net
```

Replace your_access_token_in_coding_net and your_team_id_in_coding_net with your actual values.

## License
This project is licensed under the MIT License - see the LICENSE file for details.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "team-commit-checker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "python,coding.net",
    "author": "Zhongwei",
    "author_email": "lizhongwei.nkcs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/f5/6acfa7476893b4f5ece774912993706eff68108da679cdbc46a6ff7220a4/team_commit_checker-0.1.1.tar.gz",
    "platform": null,
    "description": "# Team Commit Checker\n\nThis is a command-line application that check team members' git commits in coding.net.\n\n## Installation\n\nTo install `team_commit_checker`, run this command in your terminal:\n\n```bash\npip install team_commit_checker\n```\n\nThis is the preferred method to install team_commit_checker, as it will always install the most recent stable release.\n\nIf you have Poetry installed and prefer to use it for installation, run:\n\n```bash\npoetry add team_commit_checker\n```\n\n## Usage\nOnce installed, you can run the application with the following command:\n\n```bash\nteam-commit-checker\n```\n\nThe program will prompt you to enter the book title and then retrieve the book information to generate promotional content.\n\n## Configuration\nBefore the first run, make sure to create a config.ini file in `~/.team_commit_checker/config.ini` with the following structure:\n\n```ini\n[CODING]\nTOKEN = your_access_token_in_coding_net\nTEAM_ID = your_team_id_in_coding_net\n```\n\nReplace your_access_token_in_coding_net and your_team_id_in_coding_net with your actual values.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI tool to check team members' git commits in coding.net.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "coding.net"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "010f35032577aca4c90d766b73c4faf16a532974426c7105f97e65849da81833",
                "md5": "334c2a552c0aac2aa637ec8c87b24ad4",
                "sha256": "8da034aac76451a5ba843cad8840bc36c4e30fe04dba8a714f5d8eaa105934fe"
            },
            "downloads": -1,
            "filename": "team_commit_checker-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "334c2a552c0aac2aa637ec8c87b24ad4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 3649,
            "upload_time": "2023-11-05T05:56:33",
            "upload_time_iso_8601": "2023-11-05T05:56:33.250122Z",
            "url": "https://files.pythonhosted.org/packages/01/0f/35032577aca4c90d766b73c4faf16a532974426c7105f97e65849da81833/team_commit_checker-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2f56acfa7476893b4f5ece774912993706eff68108da679cdbc46a6ff7220a4",
                "md5": "141d9c490f62782ec2b81ab10fde62bf",
                "sha256": "aad3b8d34ab430664395794a1806072dcc9ff09780d91beb3e4b32f2c7b7491d"
            },
            "downloads": -1,
            "filename": "team_commit_checker-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "141d9c490f62782ec2b81ab10fde62bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 2723,
            "upload_time": "2023-11-05T05:56:34",
            "upload_time_iso_8601": "2023-11-05T05:56:34.812930Z",
            "url": "https://files.pythonhosted.org/packages/f2/f5/6acfa7476893b4f5ece774912993706eff68108da679cdbc46a6ff7220a4/team_commit_checker-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 05:56:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "team-commit-checker"
}
        
Elapsed time: 0.15508s