Тестовый пакет-зависимость
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
Добавление пакета в другом проекте
-
Poetry add:
poetry add git+https://gitlab.host.com/<gitname>/test-package.git@v0.1.0#egg=test-package -
Вручную в poetry dependencies:
my-test-package = { git = "https://gitlab.host.com/<gitname>/my-test-package.git", tag = "v0.1.0" }`
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recognition_of_video_from_cameras_test-0.1.0.tar.gz.
File metadata
- Download URL: recognition_of_video_from_cameras_test-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c371fbb4b3695265683dc047a910243ba35c68fd0cf4706bbb508577405090f
|
|
| MD5 |
dcb3695e54bd585d3d73e24efbd87ca9
|
|
| BLAKE2b-256 |
03586f2f44006ce922595df5ce9ad1b54bf2b28df07d0abe927a18c44651ba95
|
File details
Details for the file recognition_of_video_from_cameras_test-0.1.0-py3-none-any.whl.
File metadata
- Download URL: recognition_of_video_from_cameras_test-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1af8c7908f302fadeb21880669a8d252327853f297a6226ed10fbedaedb7a8a
|
|
| MD5 |
d6f3c981d4b50f4414f7a96dc2897ea4
|
|
| BLAKE2b-256 |
6a12fefe6e764c84c6a92ccfe82b088aa4929a3e67f49a351d62592fff096add
|