1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/wywincl-LDTPLibrary

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
BUILD.rst 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wywincl Отправлено 04.01.2016 08:03 ab9609e

LDTPLibrary Developer Information

Directory Layout

MANIFEST.in
File that controls what gets included in a distribution
setup.py
Setup script (uses setuptools)
demo/
Demo gui app, acceptance tests, and scripts
doc/
Scripts to build keyword and readme documentation
src/
Library source code
test/
Unit tests and acceptance tests for LDTPLibrary

Building a Distribution

To build a distribution, run:

python build_dist.py <python 2.6 path> <python 2.7 path>

This script will:

  • Generate source distribution packages in .tar.gz and .zip formats
  • Generate Python eggs for Python 2.6 and 2.7
  • Generate binary installers for Windows x86 and x64 (if run on Windows)
  • Generate a demo distribution package in .zip format.
  • Re-generate keyword documentation in doc folder

Note: The Windows installers will only be built if the script is run on a Windows machine. If the rest of the distribution has been built on a non-Windows machine and you want to build just the Windows installers, use the --winonly flag:

python build_dist.py --winonly <python 2.6 path> <python 2.7 path>

Building Keyword Documentation

The keyword documentation will get built automatically by build_dist.py, but if you need to generate it apart from a distribution build, run:

python doc/generate.py

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/wywincl-LDTPLibrary.git
git@api.gitlife.ru:oschina-mirror/wywincl-LDTPLibrary.git
oschina-mirror
wywincl-LDTPLibrary
wywincl-LDTPLibrary
master