A small example package
Project description
Installation
- Installation process
- py -3.8 -m venv .venv
- .venv\Scripts\activate
- python -m pip install --upgrade pip
- pip install keyring artifacts-keyring
- add pip.ini file to a root of .venv folder with next content [global] extra-index-url=https://pkgs.dev.azure.com/elements/Projects/_packaging/sikri_ml/pypi/simple/
- pip install -r requirements.txt
- pre-commit install
- Software dependencies
- python 3.8
- pip 21.0.1
How to update version for Azure Artifacts
- commit to repo
- run deploy pipline
How to get package
- add a pip.init file with contents
[global] index-url=https://pkgs.dev.azure.com/elements/Projects/_packaging/sikri_ml/pypi/simple/
- pip install sikri-ml
How to update version for pypi
Make changes update the version in setup.py make sure the dist folder is empty run the commands
- pip install .
- python3 -m build
- twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbos
enter these credentials
username = token password = pypi-AgENdGVzdC5weXBpLm9yZwIkYzI4NzE3ZTUtNDk3ZS00ZmU0LWIyODctOGY1YjhmOWQ2OWQzAAI5eyJwZXJtaXNzaW9ucyI6IHsicHJvamVjdHMiOiBbInNpa3JpLW1sIl19LCAidmVyc2lvbiI6IDF9AAAGIMwboR4aho0VKSDtwl2QkfshLbP-tB3ZWo36vBOSi_hb
you can install the package with
- pip install sikri-ml test version
- pip install -i https://test.pypi.org/simple/ sikri-ml
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file sikriml_ner_spacy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sikriml_ner_spacy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0775a1beaaffb5dbbf70815e5f9c91203210dea133173f66bb25ad32ba89e86e |
|
MD5 | 0c1214db835a2dd50ede03fca37759b7 |
|
BLAKE2b-256 | 63f493729b8a90061aa7c66a3808ca4f5e14e270ecb6c47cfb7228a742e01c93 |