arthur-common


Namearthur-common JSON
Version 2.4.3 PyPI version JSON
download
home_pageNone
SummaryUtility code common to Arthur platform components.
upload_time2025-10-10 18:37:46
maintainerNone
docs_urlNone
authorArthur
requires_python<4.0,>=3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Arthur Common

Arthur Common is a library that contains common operations between Arthur platform services.

## Installation

To install the package, use [Poetry](https://python-poetry.org/):

```bash
poetry add arthur-common
```

or pip

```bash
pip install arthur-common
```

## Requirements

- Python 3.13

## Development

To set up the development environment, ensure you have [Poetry](https://python-poetry.org/) installed, then run:

```bash
poetry env use 3.13
poetry install
```

### Running Tests

This project uses [pytest](https://pytest.org/) for testing. To run the tests, execute:

```bash
poetry run pytest
```

## Release process
1. Merge changes into `main` branch
2. Go to **Actions** -> **Arthur Common Version Bump**
3. Click **Run workflow**. The workflow will create a new commit with the version bump, push it back to the same branch it is triggered on (default `main`), and start the release process
4. Watch in [GitHub Actions](https://github.com/arthur-ai/arthur-common/actions) for Arthur Common Release to run
5. Update package version in your project (arthur-engine)

## License

This project is licensed under the MIT License.

## Authors

- Arthur <engineering@arthur.ai>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "arthur-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Arthur",
    "author_email": "engineering@arthur.ai",
    "download_url": "https://files.pythonhosted.org/packages/c6/c6/99bc11565a19831583d55b521442df68b6217d9b23e1892d78628d9981e2/arthur_common-2.4.3.tar.gz",
    "platform": null,
    "description": "# Arthur Common\n\nArthur Common is a library that contains common operations between Arthur platform services.\n\n## Installation\n\nTo install the package, use [Poetry](https://python-poetry.org/):\n\n```bash\npoetry add arthur-common\n```\n\nor pip\n\n```bash\npip install arthur-common\n```\n\n## Requirements\n\n- Python 3.13\n\n## Development\n\nTo set up the development environment, ensure you have [Poetry](https://python-poetry.org/) installed, then run:\n\n```bash\npoetry env use 3.13\npoetry install\n```\n\n### Running Tests\n\nThis project uses [pytest](https://pytest.org/) for testing. To run the tests, execute:\n\n```bash\npoetry run pytest\n```\n\n## Release process\n1. Merge changes into `main` branch\n2. Go to **Actions** -> **Arthur Common Version Bump**\n3. Click **Run workflow**. The workflow will create a new commit with the version bump, push it back to the same branch it is triggered on (default `main`), and start the release process\n4. Watch in [GitHub Actions](https://github.com/arthur-ai/arthur-common/actions) for Arthur Common Release to run\n5. Update package version in your project (arthur-engine)\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Authors\n\n- Arthur <engineering@arthur.ai>\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utility code common to Arthur platform components.",
    "version": "2.4.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5478b387c99796c533269d6aa15744cb31f1e3388ef71907d54e0efc255ac894",
                "md5": "a90d4c5feff6e273e000ba5299fe3e81",
                "sha256": "9bdf58457af062586457b53529cd1136cee359eb43b2fa5ae48b853c24ad2a15"
            },
            "downloads": -1,
            "filename": "arthur_common-2.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a90d4c5feff6e273e000ba5299fe3e81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 75335,
            "upload_time": "2025-10-10T18:37:45",
            "upload_time_iso_8601": "2025-10-10T18:37:45.345191Z",
            "url": "https://files.pythonhosted.org/packages/54/78/b387c99796c533269d6aa15744cb31f1e3388ef71907d54e0efc255ac894/arthur_common-2.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6c699bc11565a19831583d55b521442df68b6217d9b23e1892d78628d9981e2",
                "md5": "89929d5b1c150440d63202ca66715159",
                "sha256": "a42c05cdbcf2b55f363deb1ee8aced50d9be66c9e6fe344549d78bf07e358328"
            },
            "downloads": -1,
            "filename": "arthur_common-2.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "89929d5b1c150440d63202ca66715159",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 50404,
            "upload_time": "2025-10-10T18:37:46",
            "upload_time_iso_8601": "2025-10-10T18:37:46.844731Z",
            "url": "https://files.pythonhosted.org/packages/c6/c6/99bc11565a19831583d55b521442df68b6217d9b23e1892d78628d9981e2/arthur_common-2.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-10 18:37:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arthur-common"
}
        
Elapsed time: 0.88599s