yarf


Nameyarf JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryYet Another Raft Framework
upload_time2024-05-24 17:46:05
maintainerNone
docs_urlNone
authorIvan Sitkin
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YARF: Yet Another Raft Framework

## Requirements

- [`poetry`](https://python-poetry.org/)
- [`poem-plugins`](https://github.com/Alviner/poem-plugins) (v1.1 compatible)

## How to develop

- `make develop` - create virtualenv, install develop package
- `make pytest` - run pytest
- `make lint` - run ruff check with mypy
- `make format` - run ruff format

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yarf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ivan Sitkin",
    "author_email": "alvinera@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/e5/b0/498222399a1b0d4fa73a165aa74546defd0ebd8038230a8e33c6c10a6238/yarf-0.1.0.tar.gz",
    "platform": null,
    "description": "# YARF: Yet Another Raft Framework\n\n## Requirements\n\n- [`poetry`](https://python-poetry.org/)\n- [`poem-plugins`](https://github.com/Alviner/poem-plugins) (v1.1 compatible)\n\n## How to develop\n\n- `make develop` - create virtualenv, install develop package\n- `make pytest` - run pytest\n- `make lint` - run ruff check with mypy\n- `make format` - run ruff format\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Yet Another Raft Framework",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "362c98db014890c3bec5a995d8eac123890b8962d25f1375fd829254e9b4d0da",
                "md5": "13d2464c0831e661deba8357b3be1d37",
                "sha256": "d2c1359f6dab2e18c2fcab2902f37d4bfc5a89e2aea8df159822132fa3af08b2"
            },
            "downloads": -1,
            "filename": "yarf-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13d2464c0831e661deba8357b3be1d37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 1507,
            "upload_time": "2024-05-24T17:46:04",
            "upload_time_iso_8601": "2024-05-24T17:46:04.314722Z",
            "url": "https://files.pythonhosted.org/packages/36/2c/98db014890c3bec5a995d8eac123890b8962d25f1375fd829254e9b4d0da/yarf-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5b0498222399a1b0d4fa73a165aa74546defd0ebd8038230a8e33c6c10a6238",
                "md5": "a56079845326b3417d4c27be72efd938",
                "sha256": "52b0388c6e6cd410a73f9b22ba85f819f378ab6be1e28122d8f348780154d9c5"
            },
            "downloads": -1,
            "filename": "yarf-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a56079845326b3417d4c27be72efd938",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 1585,
            "upload_time": "2024-05-24T17:46:05",
            "upload_time_iso_8601": "2024-05-24T17:46:05.576501Z",
            "url": "https://files.pythonhosted.org/packages/e5/b0/498222399a1b0d4fa73a165aa74546defd0ebd8038230a8e33c6c10a6238/yarf-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 17:46:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "yarf"
}
        
Elapsed time: 0.61342s