# Corpus Loader
A GUI loader for atap_corpus using the Panel library. Provides a single Panel-compatible widget in which a user can construct a corpus object for use by the client code.
### File Type support
The loader currently supports loading a corpus from the following file types:
- txt
- odt
- docx
- csv
- tsv
- xlsx
- ods
- xml
## Installation
```shell
python3 -m pip install atap-corpus-loader
```
## Documentation
Documentation can be found [here](https://australian-text-analytics-platform.github.io/atap-corpus-loader/DOCS.html)
## Tests
```shell
python3 tests/tests.py
```
## Contributing
The package for this project is hosted on PyPi: https://pypi.org/project/atap-corpus-loader/
Dependencies, publishing, and version numbering is handled by [Poetry](https://python-poetry.org)
To publish a new version:
```shell
poetry config pypi-token.pypi <TOKEN>
poetry version minor
poetry build
poetry publish
```
## Authors
- **Hamish Croser** - [h-croser](https://github.com/h-croser)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Raw data
{
"_id": null,
"home_page": "https://github.com/Australian-Text-Analytics-Platform/atap-corpus-loader",
"name": "atap-corpus-loader",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Hamish Croser",
"author_email": "hamish.croser@sydney.edu.au",
"download_url": "https://files.pythonhosted.org/packages/11/4a/1885e9668eaa0cf6484e69ffefac9a2e82d0a9f63cba8a05042870e88e2c/atap_corpus_loader-1.8.2.tar.gz",
"platform": null,
"description": "# Corpus Loader\n\nA GUI loader for atap_corpus using the Panel library. Provides a single Panel-compatible widget in which a user can construct a corpus object for use by the client code.\n\n### File Type support\n\nThe loader currently supports loading a corpus from the following file types:\n- txt\n- odt\n- docx\n- csv\n- tsv\n- xlsx\n- ods\n- xml\n\n## Installation\n\n```shell\npython3 -m pip install atap-corpus-loader\n```\n\n## Documentation\n\nDocumentation can be found [here](https://australian-text-analytics-platform.github.io/atap-corpus-loader/DOCS.html)\n\n## Tests\n\n```shell\npython3 tests/tests.py\n```\n\n## Contributing\n\nThe package for this project is hosted on PyPi: https://pypi.org/project/atap-corpus-loader/\n\nDependencies, publishing, and version numbering is handled by [Poetry](https://python-poetry.org)\n\nTo publish a new version:\n\n```shell\npoetry config pypi-token.pypi <TOKEN>\npoetry version minor\npoetry build\npoetry publish\n```\n\n## Authors\n\n - **Hamish Croser** - [h-croser](https://github.com/h-croser)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A GUI loader for atap_corpus using the Panel library.",
"version": "1.8.2",
"project_urls": {
"Documentation": "https://australian-text-analytics-platform.github.io/atap-corpus-loader/DOCS.html",
"Homepage": "https://github.com/Australian-Text-Analytics-Platform/atap-corpus-loader",
"Repository": "https://github.com/Australian-Text-Analytics-Platform/atap-corpus-loader"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eeb775dee9f96fb4fe12f3b31ebbe4abfd1a4a82edb6a8ab9e112a7c34690a62",
"md5": "42c69478ef28d06f630be74b06675ca9",
"sha256": "62138b6305bae13bca3e8be83e6ac23cd7a3def347f97e6b731bac911eb7dd9b"
},
"downloads": -1,
"filename": "atap_corpus_loader-1.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "42c69478ef28d06f630be74b06675ca9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 58505,
"upload_time": "2024-11-21T01:16:34",
"upload_time_iso_8601": "2024-11-21T01:16:34.958503Z",
"url": "https://files.pythonhosted.org/packages/ee/b7/75dee9f96fb4fe12f3b31ebbe4abfd1a4a82edb6a8ab9e112a7c34690a62/atap_corpus_loader-1.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "114a1885e9668eaa0cf6484e69ffefac9a2e82d0a9f63cba8a05042870e88e2c",
"md5": "61c7fdfac6038bb9667e765468a53f63",
"sha256": "c29f7553d27afefd67bc1ccf395ec17ddd37abe35fda0acc126b71f5008a6947"
},
"downloads": -1,
"filename": "atap_corpus_loader-1.8.2.tar.gz",
"has_sig": false,
"md5_digest": "61c7fdfac6038bb9667e765468a53f63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 35210,
"upload_time": "2024-11-21T01:16:37",
"upload_time_iso_8601": "2024-11-21T01:16:37.277196Z",
"url": "https://files.pythonhosted.org/packages/11/4a/1885e9668eaa0cf6484e69ffefac9a2e82d0a9f63cba8a05042870e88e2c/atap_corpus_loader-1.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 01:16:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Australian-Text-Analytics-Platform",
"github_project": "atap-corpus-loader",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "atap-corpus-loader"
}