This library provides utilities for NLP courses taught at FHNW.
Install
This package builds on Python 3.
sudo pip install fhnw-nlp-utils
Build
-
Increase the version number in setup.py.
-
Start a Docker container with the build/deploy tools:
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:
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:
git commit -am "message"
git push
Release files for fhnw-nlp-utils 0.11.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fhnw_nlp_utils-0.11.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / fhnw_nlp_utils-0.11.3-py3-none-any.whl
| Download URL | fhnw_nlp_utils-0.11.3-py3-none-any.whl |
|---|---|
| Size | 29.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
326ec9c914ce713df4ec9628f28a06d5592846598e9971361c079db748fd77b0
|
|
BLAKE2b-256 checksum How to use checksums |
2bf374e26cb6898cf1dfc4e85020aef87f5bae1a4e41d745218a5ee0746b0ad0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|