# Loglan Core




[](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml)





# 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.

## 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\n\n\n\n[](https://github.com/torrua/loglan_core/actions/workflows/pytest.yml)\n\n\n\n\n\n\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\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"
}