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 -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
sikriml-0.1.25-py3-none-any.whl
(51.9 kB
view hashes)