Skip to main content

Тестовый пакет-зависимость

Project description

Test Package

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!

Лайнап создания

1. Создать pyproject.toml в корне

Использовать свои мета данные. В дальнейшем поддерживать версионнность.

[tool.poetry]
name = "test_package"
version = "0.1.0"
description = "Тестовый пакет-зависимость"
authors = ["Large Pemp <qwe@qwe.qwe>"]
license = "MIT"
readme = "README.md"
packages = [
    { include = "src" }
]

[tool.poetry.dependencies]
python = "^3.10"

... далее оосновные зависимости

Commit + push

git add .
git commit -m "Init commit."
git push origin master

Установка тега версионирования

git tag v0.1.0
git push origin v0.1.0
poetry build
poetry publish

Добавление пакета в другом проекте

  1. Poetry add: poetry add git+https://gitlab.host.com/<gitname>/test-package.git@v0.1.0#egg=test-package

  2. Вручную в poetry dependencies: my-test-package = { git = "https://gitlab.host.com/<gitname>/my-test-package.git", tag = "v0.1.0" } `

Project details


Download files

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

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file recognition_of_video_from_cameras_test-0.1.0.tar.gz.

File metadata

File hashes

Hashes for recognition_of_video_from_cameras_test-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9c371fbb4b3695265683dc047a910243ba35c68fd0cf4706bbb508577405090f
MD5 dcb3695e54bd585d3d73e24efbd87ca9
BLAKE2b-256 03586f2f44006ce922595df5ce9ad1b54bf2b28df07d0abe927a18c44651ba95

See more details on using hashes here.

File details

Details for the file recognition_of_video_from_cameras_test-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for recognition_of_video_from_cameras_test-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e1af8c7908f302fadeb21880669a8d252327853f297a6226ed10fbedaedb7a8a
MD5 d6f3c981d4b50f4414f7a96dc2897ea4
BLAKE2b-256 6a12fefe6e764c84c6a92ccfe82b088aa4929a3e67f49a351d62592fff096add

See more details on using hashes here.

Supported by

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