Loglan-Core


NameLoglan-Core JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryLoglan Dictionary Database Model for SQLAlchemy
upload_time2024-11-05 18:21:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords loglan dictionary database model lod
VCS
bugtrack_url
requirements SQLAlchemy
Travis-CI No Travis.
coveralls test coverage
            # Loglan Core

![Codecov](https://img.shields.io/codecov/c/github/torrua/loglan_core?logo=Codecov&logoColor=%23F01F7A&label=codecov)
![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/torrua/loglan_core/main?logo=Scrutinizer%20CI&logoColor=%238A9296&label=Scrutinizer%20CC&link=https%3A%2F%2Fscrutinizer-ci.com%2Fg%2Ftorrua%2Floglan_core%2F%3Fbranch%3Dmain)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/torrua/loglan_core?logo=Code%20Climate)
![pylint](https://img.shields.io/badge/PyLint-10.00-brightgreen?logo=python&logoColor=white)
[![Pytest](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml/badge.svg)](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml)
![Bandit Status](https://img.shields.io/github/actions/workflow/status/torrua/loglan_core/bandit.yml?label=bandit)
![Black Status](https://img.shields.io/github/actions/workflow/status/torrua/loglan_core/black.yml?label=Black&labelColor=black)

![PyPI - Downloads](https://img.shields.io/pypi/dm/loglan_core?color=yellow)
![PyPI - Version](https://img.shields.io/pypi/v/loglan-core?logo=PyPi&logoColor=%23FFFFFF)
![GitHub License](https://img.shields.io/github/license/torrua/loglan_core)



# SQLAlchemy Database Model for Loglan Dictionary

This project represent a SQLAlchemy database model for the dictionary of [constructed language Loglan](http://www.loglan.org/). 
It contains schemas for information about words, authors, lexical events, and even more.

![SQL LOD Schema](.images/LOD.pgerd.png)

## Features
Provides a structured SQLAlchemy model for the Loglan dictionary.
Includes classes for handling words, authors, lexical events, and more.
Can be easily integrated into Python projects to provide Loglan language support.

## Prerequisites

Before installing, ensure you have the following software installed on your system:

- Python 3.10+
- pip (Python package manager)

## Installation
You can install Loglan-Core using pip:
```bash
pip install Loglan-Core
```

## Usage
After installing the package, you can use it as follows:

```bash
from loglan_core import Word, Type, Event, Key
# your code here...
```
For more details please see [Intro](examples/intro.md), [Word](examples/word.md) and [WordSelector](examples/word_selector.md) documentation with examples.

## License
Loglan-Core is licensed under the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Loglan-Core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Loglan, Dictionary, Database, Model, LOD",
    "author": null,
    "author_email": "torrua <torrua@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fe/6f/a897f612446eaa97b24728239b77bad80e1ad1e4c54ca54f79cd766970df/loglan_core-0.5.0.tar.gz",
    "platform": null,
    "description": "# Loglan Core\n\n![Codecov](https://img.shields.io/codecov/c/github/torrua/loglan_core?logo=Codecov&logoColor=%23F01F7A&label=codecov)\n![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/torrua/loglan_core/main?logo=Scrutinizer%20CI&logoColor=%238A9296&label=Scrutinizer%20CC&link=https%3A%2F%2Fscrutinizer-ci.com%2Fg%2Ftorrua%2Floglan_core%2F%3Fbranch%3Dmain)\n![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/torrua/loglan_core?logo=Code%20Climate)\n![pylint](https://img.shields.io/badge/PyLint-10.00-brightgreen?logo=python&logoColor=white)\n[![Pytest](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml/badge.svg)](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml)\n![Bandit Status](https://img.shields.io/github/actions/workflow/status/torrua/loglan_core/bandit.yml?label=bandit)\n![Black Status](https://img.shields.io/github/actions/workflow/status/torrua/loglan_core/black.yml?label=Black&labelColor=black)\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/loglan_core?color=yellow)\n![PyPI - Version](https://img.shields.io/pypi/v/loglan-core?logo=PyPi&logoColor=%23FFFFFF)\n![GitHub License](https://img.shields.io/github/license/torrua/loglan_core)\n\n\n\n# SQLAlchemy Database Model for Loglan Dictionary\n\nThis project represent a SQLAlchemy database model for the dictionary of [constructed language Loglan](http://www.loglan.org/). \nIt contains schemas for information about words, authors, lexical events, and even more.\n\n![SQL LOD Schema](.images/LOD.pgerd.png)\n\n## Features\nProvides a structured SQLAlchemy model for the Loglan dictionary.\nIncludes classes for handling words, authors, lexical events, and more.\nCan be easily integrated into Python projects to provide Loglan language support.\n\n## Prerequisites\n\nBefore installing, ensure you have the following software installed on your system:\n\n- Python 3.10+\n- pip (Python package manager)\n\n## Installation\nYou can install Loglan-Core using pip:\n```bash\npip install Loglan-Core\n```\n\n## Usage\nAfter installing the package, you can use it as follows:\n\n```bash\nfrom loglan_core import Word, Type, Event, Key\n# your code here...\n```\nFor more details please see [Intro](examples/intro.md), [Word](examples/word.md) and [WordSelector](examples/word_selector.md) documentation with examples.\n\n## License\nLoglan-Core is licensed under the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Loglan Dictionary Database Model for SQLAlchemy",
    "version": "0.5.0",
    "project_urls": {
        "Download": "https://github.com/torrua/loglan_core/archive/0.5.0.tar.gz",
        "Homepage": "https://github.com/torrua/loglan_core",
        "Repository": "https://github.com/torrua/loglan_core"
    },
    "split_keywords": [
        "loglan",
        " dictionary",
        " database",
        " model",
        " lod"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "073168d46d571c0345c8245db2b2bc46ba40dc1b9cc3c558bdb1dfcdd0acac59",
                "md5": "a42568cef9d57c4508ecb19c8f392957",
                "sha256": "bc4a475d6f6407bb408e41d845b60ed11267eddd35c2c5cfeaa18f0018f9a27a"
            },
            "downloads": -1,
            "filename": "Loglan_Core-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a42568cef9d57c4508ecb19c8f392957",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32810,
            "upload_time": "2024-11-05T18:21:01",
            "upload_time_iso_8601": "2024-11-05T18:21:01.073309Z",
            "url": "https://files.pythonhosted.org/packages/07/31/68d46d571c0345c8245db2b2bc46ba40dc1b9cc3c558bdb1dfcdd0acac59/Loglan_Core-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe6fa897f612446eaa97b24728239b77bad80e1ad1e4c54ca54f79cd766970df",
                "md5": "550f91b5591efb7a1dfaa7c255d3ba75",
                "sha256": "ef1e1bedd064fec60b23a2e83cb89d768dd59cef3d0165351e72ccbf1f75785d"
            },
            "downloads": -1,
            "filename": "loglan_core-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "550f91b5591efb7a1dfaa7c255d3ba75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22665,
            "upload_time": "2024-11-05T18:21:02",
            "upload_time_iso_8601": "2024-11-05T18:21:02.407490Z",
            "url": "https://files.pythonhosted.org/packages/fe/6f/a897f612446eaa97b24728239b77bad80e1ad1e4c54ca54f79cd766970df/loglan_core-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 18:21:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "torrua",
    "github_project": "loglan_core",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "SQLAlchemy",
            "specs": [
                [
                    ">=",
                    "2.0.21"
                ]
            ]
        }
    ],
    "lcname": "loglan-core"
}
        
Elapsed time: 0.42528s