simple nlp pipeline
Project description
SWT-NLP PACKAGE
HOW TO BUILD A PACKAGE TO PYPI
prerequisite
pip install setuptools wheel tqdm twine
build and upload package
# preparing tar.gz package
python setup.py sdist
# uploading package to pypi server
python -m twine upload dist/{package.tar.gz} --verbose
install package
# install latest version
pip install swt-nlp --upgrade
# specific version with no cache
pip install swt-nlp==0.0.11 --no-cache-dir
install package by wheel
# build wheel
python setup.py bdist_wheel
# install package by wheel
# use --force-reinstall if needed
pip install dist/{package.whl}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swt-nlp-0.0.2.tar.gz
(11.2 kB
view details)
File details
Details for the file swt-nlp-0.0.2.tar.gz
.
File metadata
- Download URL: swt-nlp-0.0.2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b5f9bb14bd3833f7a3cb6a85fa67a37b1ccdf208f1ca0a0b5e7b808c2035e0 |
|
MD5 | a392b1426ca3ca3c6d535f6cdd556666 |
|
BLAKE2b-256 | 77125d6eb842579945cae23cf1b8815c0c005457bf1ecc27613e1b8089a799f9 |