analyzere


Nameanalyzere JSON
Version 0.9 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-01-06 16:43:45
maintainerNone
docs_urlNone
authorDevelopers
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Analyze Re Python Client
========================

This is a Python wrapper for a Analyze Re REST API. It allows you to easily
utilize the PRIME Re platform in your applications.

Installation
------------

::

   pip install analyzere

Usage
-----

Please see http://docs.analyzere.net/?python for the most up-to-date
documentation.

Package Management
---------------------

The Analyze Re Python Client uses `Poetry <https://python-poetry.org/>`_ for
package and dependency management. Poetry can be easily installed
using either `pip` or `conda`.

Testing
-------

`poetry run pytest` (or) `poetry run py.test`

Increment version
-----------------

If you are going to publish a new version increment the version number in the `pyproject.toml` file.

Testing Publication
-------------------

`poetry build`

`poetry config repositories.testpypi https://test.pypi.org/legacy/`

`poetry publish --repository testpypi --username __token__ --password <token_value>`


Publishing
----------

`poetry build`

`poetry publish --username __token__ --password <token_value>`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "analyzere",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Developers",
    "author_email": "dev@analyzere.com",
    "download_url": "https://files.pythonhosted.org/packages/24/d8/838974d68f71e53d9fca7155e4462898fc0c3dfd609eb382b6c3e1e2c1b1/analyzere-0.9.tar.gz",
    "platform": null,
    "description": "Analyze Re Python Client\n========================\n\nThis is a Python wrapper for a Analyze Re REST API. It allows you to easily\nutilize the PRIME Re platform in your applications.\n\nInstallation\n------------\n\n::\n\n   pip install analyzere\n\nUsage\n-----\n\nPlease see http://docs.analyzere.net/?python for the most up-to-date\ndocumentation.\n\nPackage Management\n---------------------\n\nThe Analyze Re Python Client uses `Poetry <https://python-poetry.org/>`_ for\npackage and dependency management. Poetry can be easily installed\nusing either `pip` or `conda`.\n\nTesting\n-------\n\n`poetry run pytest` (or) `poetry run py.test`\n\nIncrement version\n-----------------\n\nIf you are going to publish a new version increment the version number in the `pyproject.toml` file.\n\nTesting Publication\n-------------------\n\n`poetry build`\n\n`poetry config repositories.testpypi https://test.pypi.org/legacy/`\n\n`poetry publish --repository testpypi --username __token__ --password <token_value>`\n\n\nPublishing\n----------\n\n`poetry build`\n\n`poetry publish --username __token__ --password <token_value>`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1082ecdeb4139730781b6fd5adedc8f0c58f1c2744f082ef3f29eeab9b1eb146",
                "md5": "e564118752fbf88ef48ceffa4556a0dd",
                "sha256": "fbf192c48365f0c922183b1b162bb6dcba273c57a44d856ab8d1433eab895436"
            },
            "downloads": -1,
            "filename": "analyzere-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e564118752fbf88ef48ceffa4556a0dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 12685,
            "upload_time": "2025-01-06T16:43:42",
            "upload_time_iso_8601": "2025-01-06T16:43:42.773623Z",
            "url": "https://files.pythonhosted.org/packages/10/82/ecdeb4139730781b6fd5adedc8f0c58f1c2744f082ef3f29eeab9b1eb146/analyzere-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24d8838974d68f71e53d9fca7155e4462898fc0c3dfd609eb382b6c3e1e2c1b1",
                "md5": "e8ad06467b7f621b99530eca58a3c6d7",
                "sha256": "f1c5f00792533b3cfadebaf877a39fc678c53abeac9d491e1cdd6b9819925e64"
            },
            "downloads": -1,
            "filename": "analyzere-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "e8ad06467b7f621b99530eca58a3c6d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 10977,
            "upload_time": "2025-01-06T16:43:45",
            "upload_time_iso_8601": "2025-01-06T16:43:45.567601Z",
            "url": "https://files.pythonhosted.org/packages/24/d8/838974d68f71e53d9fca7155e4462898fc0c3dfd609eb382b6c3e1e2c1b1/analyzere-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 16:43:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "analyzere"
}
        
Elapsed time: 0.88128s