lacuscore


Namelacuscore JSON
Version 1.9.2 PyPI version JSON
download
home_pagehttps://github.com/ail-project/LacusCore
SummaryCore of Lacus, usable as a module
upload_time2024-04-19 10:50:25
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python<4.0,>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentation Status](https://readthedocs.org/projects/lacuscore/badge/?version=latest)](https://lacuscore.readthedocs.io/en/latest/?badge=latest)

# Modulable Lacus

Lacus, but as a simple module.

# Installation

```bash
pip install lacuscore
```

# Design

`LacusCore` is the part taking care of enqueuing and capturing URLs or web enabled documents.
It can be used as a module in your own project, see below for the usage

[Lacus](https://github.com/ail-project/lacus) is the webservice that uses `LacusCore`,
and you can use [Pylacus](https://github.com/ail-project/pylacus) to query it.

The `enqueue`, `get_capture_status`, and `get_capture` methods if `LacusCore` and `PyLacus` have
the same parameters which means you can easily use them interchangeably in your project.


For more information regarding the usage of the module and a few examples, please refer to
[the documentation](https://lacuscore.readthedocs.io/en/latest/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ail-project/LacusCore",
    "name": "lacuscore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/b9/9c/c6d657acaa7757cbd487b16729d753df978a05a368ac8faa368d32b25af8/lacuscore-1.9.2.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/lacuscore/badge/?version=latest)](https://lacuscore.readthedocs.io/en/latest/?badge=latest)\n\n# Modulable Lacus\n\nLacus, but as a simple module.\n\n# Installation\n\n```bash\npip install lacuscore\n```\n\n# Design\n\n`LacusCore` is the part taking care of enqueuing and capturing URLs or web enabled documents.\nIt can be used as a module in your own project, see below for the usage\n\n[Lacus](https://github.com/ail-project/lacus) is the webservice that uses `LacusCore`,\nand you can use [Pylacus](https://github.com/ail-project/pylacus) to query it.\n\nThe `enqueue`, `get_capture_status`, and `get_capture` methods if `LacusCore` and `PyLacus` have\nthe same parameters which means you can easily use them interchangeably in your project.\n\n\nFor more information regarding the usage of the module and a few examples, please refer to\n[the documentation](https://lacuscore.readthedocs.io/en/latest/)\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Core of Lacus, usable as a module",
    "version": "1.9.2",
    "project_urls": {
        "Documentation": "https://lacuscore.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/ail-project/LacusCore",
        "Repository": "https://github.com/ail-project/LacusCore"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13873a7ddfb3e32a7e64e2cce8c589477aeff25b2bb013e64bd2b0a7d927f49d",
                "md5": "f9ae34b754fc7f0d66436b31aab7ba19",
                "sha256": "131b1f236eb32169f8da4b182bfe120c5cbb60e4c20a90bf15747191886e3e36"
            },
            "downloads": -1,
            "filename": "lacuscore-1.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9ae34b754fc7f0d66436b31aab7ba19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 14470,
            "upload_time": "2024-04-19T10:50:23",
            "upload_time_iso_8601": "2024-04-19T10:50:23.303782Z",
            "url": "https://files.pythonhosted.org/packages/13/87/3a7ddfb3e32a7e64e2cce8c589477aeff25b2bb013e64bd2b0a7d927f49d/lacuscore-1.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b99cc6d657acaa7757cbd487b16729d753df978a05a368ac8faa368d32b25af8",
                "md5": "22491109c13590893143b514df2315a2",
                "sha256": "d4f2ce96859552103db3e95fa6d053ebb44640480226e60aca917b02ba1ff07b"
            },
            "downloads": -1,
            "filename": "lacuscore-1.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "22491109c13590893143b514df2315a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 13963,
            "upload_time": "2024-04-19T10:50:25",
            "upload_time_iso_8601": "2024-04-19T10:50:25.427404Z",
            "url": "https://files.pythonhosted.org/packages/b9/9c/c6d657acaa7757cbd487b16729d753df978a05a368ac8faa368d32b25af8/lacuscore-1.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 10:50:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ail-project",
    "github_project": "LacusCore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lacuscore"
}
        
Elapsed time: 0.24787s