pyrateye


Namepyrateye JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryRatEye ported to Python
upload_time2023-01-23 04:48:45
maintainer
docs_urlNone
authorMartin Miglio
requires_python>=3.8,<3.12
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RatEye ported to Python

This is a port of the RatEye project to Python. The original project is written in C# and can be found [here](https://github.com/RatScanner/RatEye).

## Installation

`pip install pyrateye`

## Usage

```python
from pyrateye import RatEye
# TBD
```

## Development

### Setup

Clone and install the project:

```bash
git clone https://github.com/marmig0404/pyrateye.git
cd pyrateye
poetry install --with dev
```

Install RatEye C# project:

```bash
git clone https://github.com/RatScanner/RatEye.git
cd RatEye
msbuild .\RatEye.csproj /property:Configuration=Release
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyrateye",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Martin Miglio",
    "author_email": "marmig0404@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/df/d7224338ec5427feb2bf268d8e639199b31f7a1f8853679374baa89cf178/pyrateye-0.0.1.tar.gz",
    "platform": null,
    "description": "# RatEye ported to Python\n\nThis is a port of the RatEye project to Python. The original project is written in C# and can be found [here](https://github.com/RatScanner/RatEye).\n\n## Installation\n\n`pip install pyrateye`\n\n## Usage\n\n```python\nfrom pyrateye import RatEye\n# TBD\n```\n\n## Development\n\n### Setup\n\nClone and install the project:\n\n```bash\ngit clone https://github.com/marmig0404/pyrateye.git\ncd pyrateye\npoetry install --with dev\n```\n\nInstall RatEye C# project:\n\n```bash\ngit clone https://github.com/RatScanner/RatEye.git\ncd RatEye\nmsbuild .\\RatEye.csproj /property:Configuration=Release\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "RatEye ported to Python",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71d3e7dc65816677e6203ddd6e2cffd8495f00820d1bb31673ca80378a3e6175",
                "md5": "02c34112000b47fc6e1e4ec958e61345",
                "sha256": "3bccde2da9a15ba2175e20715f07380121c6a5f198666aaaa8fda2a5124bf992"
            },
            "downloads": -1,
            "filename": "pyrateye-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02c34112000b47fc6e1e4ec958e61345",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 5578740,
            "upload_time": "2023-01-23T04:48:41",
            "upload_time_iso_8601": "2023-01-23T04:48:41.765835Z",
            "url": "https://files.pythonhosted.org/packages/71/d3/e7dc65816677e6203ddd6e2cffd8495f00820d1bb31673ca80378a3e6175/pyrateye-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66dfd7224338ec5427feb2bf268d8e639199b31f7a1f8853679374baa89cf178",
                "md5": "ff86244552120f2c7ad9fccdc335f946",
                "sha256": "43c7ed1ab55df5072a19be114e351965e0953377d0086ceeca7fd7a6f24977d8"
            },
            "downloads": -1,
            "filename": "pyrateye-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ff86244552120f2c7ad9fccdc335f946",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 5568952,
            "upload_time": "2023-01-23T04:48:45",
            "upload_time_iso_8601": "2023-01-23T04:48:45.930395Z",
            "url": "https://files.pythonhosted.org/packages/66/df/d7224338ec5427feb2bf268d8e639199b31f7a1f8853679374baa89cf178/pyrateye-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 04:48:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyrateye"
}
        
Elapsed time: 0.03187s