Skip to main content

Utilities for AnTeDe course.

Project description

This library provides some basic utilities for the AnTeDe class of the MSE.

Install

This package builds on Python 3.

sudo pip3 install mse_antede_fs2020_utilities

Build

Increase the version number in setup.py.

In order to extract the python script and upload it to pypi run

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=''
docker exec -it datascience-notebook /bin/bash
cd work
mkdir ${PWD}/build/bdist.linux-x86_64/wheel/
export PYTHONPATH=$PYTHONPATH:${PWD}/build/bdist.linux-x86_64/wheel/
rm -rf dist/*
python3 setup.py bdist_wheel
python3 -m twine upload dist/*
cd ../src

Upload everything to the git repository.

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 Distributions

mse_antede_fs2020_utilities-0.1-py3.7.egg (4.0 kB view hashes)

Uploaded Source

mse_antede_fs2020_utilities-0.1-py3-none-any.whl (4.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