colapy


Namecolapy JSON
Version 0.0.1.7 PyPI version JSON
download
home_pageNone
SummaryPython binding for COLA framework
upload_time2025-10-26 23:00:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords cpp bindings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # COLA-PY

Python обертка над фреймворком COLA

## Develop

```shell
pip install -e .
```

## Publish

```shell
python -m build --sdist
python -m twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "colapy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cpp, bindings",
    "author": null,
    "author_email": "Artemii Novikov <artyasen@yandex.ru>",
    "download_url": "https://files.pythonhosted.org/packages/d3/82/4e240dd039877fbfbb3f0780d4f27ecd547d404ff1154cc9607f8100ec8c/colapy-0.0.1.7.tar.gz",
    "platform": null,
    "description": "# COLA-PY\n\nPython \u043e\u0431\u0435\u0440\u0442\u043a\u0430 \u043d\u0430\u0434 \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a\u043e\u043c COLA\n\n## Develop\n\n```shell\npip install -e .\n```\n\n## Publish\n\n```shell\npython -m build --sdist\npython -m twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python binding for COLA framework",
    "version": "0.0.1.7",
    "project_urls": {
        "Repository": "https://github.com/ZakayZ/COLA-PY"
    },
    "split_keywords": [
        "cpp",
        " bindings"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3824e240dd039877fbfbb3f0780d4f27ecd547d404ff1154cc9607f8100ec8c",
                "md5": "14d97f978dda7783dec50f7704c5562b",
                "sha256": "78ed53bad5f0ec7f1c923078fb060493b1c9eec3a652082f6f89be5471266476"
            },
            "downloads": -1,
            "filename": "colapy-0.0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "14d97f978dda7783dec50f7704c5562b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5101,
            "upload_time": "2025-10-26T23:00:16",
            "upload_time_iso_8601": "2025-10-26T23:00:16.311605Z",
            "url": "https://files.pythonhosted.org/packages/d3/82/4e240dd039877fbfbb3f0780d4f27ecd547d404ff1154cc9607f8100ec8c/colapy-0.0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 23:00:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ZakayZ",
    "github_project": "COLA-PY",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "colapy"
}
        
Elapsed time: 0.91167s