Loglan-Core


NameLoglan-Core JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/torrua/loglan_core
SummaryLoglan Dictionary Database Model for SQLAlchemy
upload_time2024-01-20 09:15:14
maintainer
docs_urlNone
authortorrua
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://github.com/torrua/loglan_core/actions/workflows/pylint.yml/badge.svg)](https://github.com/torrua/loglan_core/actions/workflows/pylint.yml)
[![Pytest](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml/badge.svg)](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml)
![pylint](https://img.shields.io/badge/pylint-9.95-yellow?logo=python&logoColor=white)
![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": "https://github.com/torrua/loglan_core",
    "name": "Loglan-Core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "Loglan,Dictionary,Database,Model,LOD",
    "author": "torrua",
    "author_email": "torrua@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/06/e79dfd59bb1b9c9d1a026824cc52806c6082f6c69bcdaa06bb6b7f950d2a/Loglan-Core-0.2.5.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://github.com/torrua/loglan_core/actions/workflows/pylint.yml/badge.svg)](https://github.com/torrua/loglan_core/actions/workflows/pylint.yml)\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![pylint](https://img.shields.io/badge/pylint-9.95-yellow?logo=python&logoColor=white)\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# 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.2.5",
    "project_urls": {
        "Download": "https://github.com/torrua/loglan_core/archive/0.2.5.tar.gz",
        "Homepage": "https://github.com/torrua/loglan_core"
    },
    "split_keywords": [
        "loglan",
        "dictionary",
        "database",
        "model",
        "lod"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e83ef4553b95c4e12c9abb6ae70292f8ef985ead9fc72893d53b8bdb5a1d32f",
                "md5": "2141f4eaf3449609bc7492ccf9446ecf",
                "sha256": "30a09785a8723024c9a3f65c7187ef7b82025992b316167667b3bf93418b9288"
            },
            "downloads": -1,
            "filename": "Loglan_Core-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2141f4eaf3449609bc7492ccf9446ecf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32089,
            "upload_time": "2024-01-20T09:15:12",
            "upload_time_iso_8601": "2024-01-20T09:15:12.549970Z",
            "url": "https://files.pythonhosted.org/packages/7e/83/ef4553b95c4e12c9abb6ae70292f8ef985ead9fc72893d53b8bdb5a1d32f/Loglan_Core-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af06e79dfd59bb1b9c9d1a026824cc52806c6082f6c69bcdaa06bb6b7f950d2a",
                "md5": "ceb3c432e1c41363c23ecb0d75695842",
                "sha256": "57a9d65eff4a795b04666dd3877fb65e021f48b815262e6dc81df4d03fcfb34a"
            },
            "downloads": -1,
            "filename": "Loglan-Core-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ceb3c432e1c41363c23ecb0d75695842",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22116,
            "upload_time": "2024-01-20T09:15:14",
            "upload_time_iso_8601": "2024-01-20T09:15:14.207648Z",
            "url": "https://files.pythonhosted.org/packages/af/06/e79dfd59bb1b9c9d1a026824cc52806c6082f6c69bcdaa06bb6b7f950d2a/Loglan-Core-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-20 09:15:14",
    "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.17227s