Skip to main content

Utilities for NLP courses taught at FHNW.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fhnw_nlp_utils-0.8.1-py3-none-any.whl (24.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page