| Positie | Domein | Pagina | Acties |
|---|---|---|---|
| 1 | stackoverflow.com | /questions/1471994/w... | |
|
Titel
python - What is setup.py?
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
setup.py is a python file , the presence of which is an indication that the module/package you are about to install has likely been packaged and distributed ... |
|||
| 2 | packaging.python.org | /guides/distributing... | |
|
Titel
Packaging and distributing projects
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
14 дек. 2023 г. — The primary feature of setup.py is that it contains a global setup() function . The keyword arguments to this function are how specific details ... |
|||
| 3 | sky.pro | /media/chto-takoe-se... | |
|
Volledige URL
Titel
Что такое setup.py?
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
24 дек. 2023 г. — setup . py — это основной скрипт в Python , который используется для распространения и установки модулей. Этот файл позволяет корректно установить ... |
|||
| 4 | habr.com | /ru/companies/piter/... | |
|
Volledige URL
Titel
Учимся создавать пакеты Python / Хабр
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
18 нояб. 2022 г. — Заключать код Python в пакеты достаточно просто. Для этого вам понадобится всего один скрипт setup.py , позволяющий упаковать код сразу в ... |
|||
| 5 | klen.github.io | /create-python-packa... | |
|
Volledige URL
Titel
Создание python-пакетов (aka setup scripts) — klen.github.io
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
13 июн. 2012 г. — Создаем структуру проекта; Редактируем мета-информацию ( setup . py ); Виртуальное окружение; Создание команд; Работа с версиями; Управление ... |
|||
| 6 | medium.com | /@ebimsv/building-py... | |
|
Titel
Building Python Packages
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
setup.py is the traditional method for defining package metadata and dependencies. It uses setuptools or distutils to specify how the package ... |
|||
| 7 | reddit.com | /r/learnpython/comme... | |
|
Titel
What is the actual use of setup.py?
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
I am trying to understand why I would need a setup.py. From what I have understood so far its used to create packages for distribution . |
|||
| 8 | geeksforgeeks.org | /python/what-is-setu... | |
|
Titel
What is setup.py in Python?
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
28 апр. 2025 г. — setup.py is a module used to build and distribute Python packages . It typically contains information about the package, such as its name, version, and ... |
|||
| 9 | setuptools.pypa.io | /en/latest/userguide... | |
|
Titel
Quickstart - setuptools 80.9.0 documentation
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
Setuptools offers first class support for setup.py files as a configuration mechanism. It is important to remember, however, that running this file as a script ... |
|||
| 10 | xebia.com | /blog/a-practical-gu... | |
|
Titel
A Practical Guide To Using Setup.py
Laatst bijgewerkt
N.v.t
Pagina-autoriteit
N.v.t
Verkeer:
N.v.t
Backlinks:
N.v.t
Sociale aandelen:
N.v.t
Laadtijd:
N.v.t
Fragmentvoorbeeld:
25 мар. 2019 г. — The key to setting up your project is the setup.py file . In this blog I'll go into the details of this file. |
|||