compito


Namecompito JSON
Version 0.2.1 PyPI version JSON
download
home_page
Summary
upload_time2024-01-21 13:00:21
maintainer
docs_urlNone
authoriYasha
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Compito

This project is a command executor that allows scheduling and execution of commands. It is written in Python and uses the `croniter` library for scheduling.

## Installation

To install the project, you need to have Python 3.12 or higher. You can install the dependencies with the following command:

```bash
pip install compito
```

## Usage/Examples

The project provides a command-line interface for scheduling and executing commands. Here is an example of how to use it:

```bash
python -m compito <command> [options] [args]
```
You can find more examples in [examples](examples) directory.

## Commands
Each command can be scheduled to run at specific intervals using the `Scheduler` class.

## Testing

To run the automated tests for this system, use the following command:

```bash
python -m unittest discover tests
```

## Contributing

Contributions are always welcome! Please feel free to submit a pull request.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "compito",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "iYasha",
    "author_email": "33287747+iYasha@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/76/b4/b6685d6183468a76994a6cb8aeebe81de995a39cdcef8cfe616f6bab4c99/compito-0.2.1.tar.gz",
    "platform": null,
    "description": "# Compito\n\nThis project is a command executor that allows scheduling and execution of commands. It is written in Python and uses the `croniter` library for scheduling.\n\n## Installation\n\nTo install the project, you need to have Python 3.12 or higher. You can install the dependencies with the following command:\n\n```bash\npip install compito\n```\n\n## Usage/Examples\n\nThe project provides a command-line interface for scheduling and executing commands. Here is an example of how to use it:\n\n```bash\npython -m compito <command> [options] [args]\n```\nYou can find more examples in [examples](examples) directory.\n\n## Commands\nEach command can be scheduled to run at specific intervals using the `Scheduler` class.\n\n## Testing\n\nTo run the automated tests for this system, use the following command:\n\n```bash\npython -m unittest discover tests\n```\n\n## Contributing\n\nContributions are always welcome! Please feel free to submit a pull request.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80abe872a51f6100132f419e06eadc61f59c7df1107cd667f011d4edd3f8ae63",
                "md5": "7a937e972ee1f0b97a53c8f0a165455e",
                "sha256": "aba08efa26e0bfc4a20fd879524701628f3208f5c580d297310de500100f9fd8"
            },
            "downloads": -1,
            "filename": "compito-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a937e972ee1f0b97a53c8f0a165455e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5704,
            "upload_time": "2024-01-21T13:00:20",
            "upload_time_iso_8601": "2024-01-21T13:00:20.555539Z",
            "url": "https://files.pythonhosted.org/packages/80/ab/e872a51f6100132f419e06eadc61f59c7df1107cd667f011d4edd3f8ae63/compito-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76b4b6685d6183468a76994a6cb8aeebe81de995a39cdcef8cfe616f6bab4c99",
                "md5": "76d4c01b393196d360ff759ba2a01ee7",
                "sha256": "1062b82b091fabe0c6cb052f1e12ae3a5ef394dea44bf386600db3d976afc8d7"
            },
            "downloads": -1,
            "filename": "compito-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "76d4c01b393196d360ff759ba2a01ee7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3957,
            "upload_time": "2024-01-21T13:00:21",
            "upload_time_iso_8601": "2024-01-21T13:00:21.803897Z",
            "url": "https://files.pythonhosted.org/packages/76/b4/b6685d6183468a76994a6cb8aeebe81de995a39cdcef8cfe616f6bab4c99/compito-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-21 13:00:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "compito"
}
        
Elapsed time: 0.47935s