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.2
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.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / fhnw_nlp_utils-0.11.2-py3-none-any.whl
| Download URL | fhnw_nlp_utils-0.11.2-py3-none-any.whl |
|---|---|
| Size | 29.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d155f5c58e135a585cd50ebf907a4cd1d9cb507076ae2a66d441e5096b4c788
|
|
BLAKE2b-256 checksum How to use checksums |
4341295d958c488e9bc4f42e2d547aee673850f1a8a4428839fc4cee050a760c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|