http://pythonhosted.org/an_example_pypi_project/setuptools.html
http://klen.github.io/create-python-packages-ru.html
Showing posts with label package. Show all posts
Showing posts with label package. Show all posts
Jun 11, 2013
Aug 1, 2012
Modules
http://asvetlov.blogspot.com/2010/05/blog-post.html
- package
- __init__.py
- a.py
- linux2
- b.py
- win32
- b.py
Мы кладем "общий" код непосредственно в package, а платформозависимый разносим по вложенным (технически они могут находится где угодно) папкам. Обратите внимание - linux2 и win32 не содержат __init.py__ и не являются вложенными пакетами.
import sys
from os.path import join, dirname
__path__.append(join(dirname(__file__), sys.platform))
Oct 21, 2011
References & Development Aides
- djangopackages.com - A list of open-source apps/projects for Django, focused on comparing similiar apps.
- Findjango - A vertical search engine addressing the Django community. Warning - link appears dead, redirects to drinkfindr.com
- DjangoSearch - A multilingual search engine for Django and archive of all articles.
- djangosnippets.org - Code-sharing site with source code available.
- django-apps.com - A catalog of complete django applications
- djangourls.com - An aggregator for the newest and most popular Django links
- django.opencomparison.org
Subscribe to:
Posts (Atom)