- Составляем файл
pyproject.toml. Можно воспользоваться документацией по оформлениюpyproject.tomlна официальном сайте. - После этого пакет можно установить
- локально
pip install -e . - из git, например
pip install git+https://github.com/pyoadfe/pyoadfe-hello.git
- локально
- Загрузим пакет на PyPI, где хранится индекс пакетов для Python, которым пользуется команда
pip install.- соберём архив:
python -m build --sdist - инструкция по регистрации и настройке тестового индекса PyPI
- отправим в тестовый индекс PyPI:
twine upload --repository testpypi dist/pyoadfe_hello-2025.0.tar.gz - проверим возможность установки из тестового индекса:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pyoadfe-hello
- соберём архив:
-
Notifications
You must be signed in to change notification settings - Fork 0
pyoadfe/pyoadfe-hello
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published