fhnw-nlp-utils


Namefhnw-nlp-utils JSON
Version 0.9.10 PyPI version JSON
download
home_pagehttp://github.com/markif/fhnw-nlp-utils
SummaryUtilities for NLP courses taught at FHNW.
upload_time2024-09-25 05:02:42
maintainerNone
docs_urlNone
authorFabian
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This library provides utilities for NLP courses taught at FHNW.

# Install 

This package builds on Python 3.

```bash
sudo pip install fhnw-nlp-utils
```

# Build

- Increase the version number in [setup.py](setup.py).

- Start a Docker container with the build/deploy tools:

```bash
docker run -e TZ=Europe/Zurich --name datascience-notebook --net=host -p 8888:8888 -v "$(pwd)":/home/jovyan/work -v ${HOME}/.pypirc:/home/jovyan/.pypirc -it --rm i4ds/datascience-notebook start-notebook.sh --NotebookApp.token=''
```

- Build and deploy the library to pypi:


```bash
docker exec -it datascience-notebook /bin/bash

cd work
rm -rf dist/*
python3 setup.py bdist_wheel
python3 -m twine upload dist/*
```

- Upload the latest changes to the git repository:

```bash
git commit -am "message"
git push
```



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/markif/fhnw-nlp-utils",
    "name": "fhnw-nlp-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Fabian",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "This library provides utilities for NLP courses taught at FHNW.\n\n# Install \n\nThis package builds on Python 3.\n\n```bash\nsudo pip install fhnw-nlp-utils\n```\n\n# Build\n\n- Increase the version number in [setup.py](setup.py).\n\n- Start a Docker container with the build/deploy tools:\n\n```bash\ndocker run -e TZ=Europe/Zurich --name datascience-notebook --net=host -p 8888:8888 -v \"$(pwd)\":/home/jovyan/work -v ${HOME}/.pypirc:/home/jovyan/.pypirc -it --rm i4ds/datascience-notebook start-notebook.sh --NotebookApp.token=''\n```\n\n- Build and deploy the library to pypi:\n\n\n```bash\ndocker exec -it datascience-notebook /bin/bash\n\ncd work\nrm -rf dist/*\npython3 setup.py bdist_wheel\npython3 -m twine upload dist/*\n```\n\n- Upload the latest changes to the git repository:\n\n```bash\ngit commit -am \"message\"\ngit push\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilities for NLP courses taught at FHNW.",
    "version": "0.9.10",
    "project_urls": {
        "Homepage": "http://github.com/markif/fhnw-nlp-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "072634a58d8400730c53c0d8ef1816ac0c6cdf08ef487219aecec455c1c07bb2",
                "md5": "1c3ed02d289bda2820af5b940f68e4e4",
                "sha256": "4d8eee8b92789ad0aa0ff5710ba0d6571c260c6f2d1bea605e63e99a54335968"
            },
            "downloads": -1,
            "filename": "fhnw_nlp_utils-0.9.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c3ed02d289bda2820af5b940f68e4e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28766,
            "upload_time": "2024-09-25T05:02:42",
            "upload_time_iso_8601": "2024-09-25T05:02:42.112321Z",
            "url": "https://files.pythonhosted.org/packages/07/26/34a58d8400730c53c0d8ef1816ac0c6cdf08ef487219aecec455c1c07bb2/fhnw_nlp_utils-0.9.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-25 05:02:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "markif",
    "github_project": "fhnw-nlp-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fhnw-nlp-utils"
}
        
Elapsed time: 0.32350s