arma3cli


Namearma3cli JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryCLI tool for deploying and managing Arma 3 servers
upload_time2025-01-11 21:02:48
maintainerNone
docs_urlNone
authorAndrew Wade
requires_python>=3.8.1
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Arma 3 Server CLI

A command-line interface tool for managing Arma 3 servers. This tool simplifies the process of deploying and managing Arma 3 servers.

## Installation

You can install the package directly from PyPI:

```bash
pip install arma3cli
```

## Features

- Initialize new Arma 3 server configurations
- Start and stop Arma 3 servers
- Manage server configurations
- Monitor server status

## Usage

### Initialize a new server configuration

```bash
arma3cli init
```

### Start a server

```bash
arma3cli start /path/to/server
```

### Stop a server

```bash
arma3cli stop /path/to/server
```

## Development

To set up the development environment:

1. Clone the repository
2. Install Poetry (if not already installed):
   ```bash
   pip install poetry
   ```
3. Install dependencies:
   ```bash
   make dev-setup
   ```
4. Install the package in development mode:
   ```bash
   make install
   ```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

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

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "arma3cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Andrew Wade",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ec/55/18820a92d072d8cfd1094fb462e5c4b2444c9fe06a9d427391d279551153/arma3cli-0.7.0.tar.gz",
    "platform": null,
    "description": "# Arma 3 Server CLI\n\nA command-line interface tool for managing Arma 3 servers. This tool simplifies the process of deploying and managing Arma 3 servers.\n\n## Installation\n\nYou can install the package directly from PyPI:\n\n```bash\npip install arma3cli\n```\n\n## Features\n\n- Initialize new Arma 3 server configurations\n- Start and stop Arma 3 servers\n- Manage server configurations\n- Monitor server status\n\n## Usage\n\n### Initialize a new server configuration\n\n```bash\narma3cli init\n```\n\n### Start a server\n\n```bash\narma3cli start /path/to/server\n```\n\n### Stop a server\n\n```bash\narma3cli stop /path/to/server\n```\n\n## Development\n\nTo set up the development environment:\n\n1. Clone the repository\n2. Install Poetry (if not already installed):\n   ```bash\n   pip install poetry\n   ```\n3. Install dependencies:\n   ```bash\n   make dev-setup\n   ```\n4. Install the package in development mode:\n   ```bash\n   make install\n   ```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. ",
    "bugtrack_url": null,
    "license": null,
    "summary": "CLI tool for deploying and managing Arma 3 servers",
    "version": "0.7.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc7b9650f92ae41bd7bb7a3bbdb599575f541211f0d9eaafdcdc4dc5fb132c26",
                "md5": "d88e89bc0349d9b9056cfbd18b6a1cea",
                "sha256": "762ddffe9e3d92a152dcadeedda315706ad9050a9c40bbd6e42a85efed578cc5"
            },
            "downloads": -1,
            "filename": "arma3cli-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d88e89bc0349d9b9056cfbd18b6a1cea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1",
            "size": 4134,
            "upload_time": "2025-01-11T21:02:46",
            "upload_time_iso_8601": "2025-01-11T21:02:46.238069Z",
            "url": "https://files.pythonhosted.org/packages/fc/7b/9650f92ae41bd7bb7a3bbdb599575f541211f0d9eaafdcdc4dc5fb132c26/arma3cli-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec5518820a92d072d8cfd1094fb462e5c4b2444c9fe06a9d427391d279551153",
                "md5": "58245e4c176d6055a662f35b5f6fb117",
                "sha256": "590644fc3ad9d38034c3f4e0672edfbd7bdd989972a8ab784ca6269938e5ec6f"
            },
            "downloads": -1,
            "filename": "arma3cli-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "58245e4c176d6055a662f35b5f6fb117",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1",
            "size": 4820,
            "upload_time": "2025-01-11T21:02:48",
            "upload_time_iso_8601": "2025-01-11T21:02:48.165752Z",
            "url": "https://files.pythonhosted.org/packages/ec/55/18820a92d072d8cfd1094fb462e5c4b2444c9fe06a9d427391d279551153/arma3cli-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-11 21:02:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arma3cli"
}
        
Elapsed time: 1.55651s