A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | order | package | url | setup.py url | setup.py contributors | setup.cfg? | manifest.in? | makefile | Python 3? | lines | docstring | setuptools | distutils | imports package? | version | long_description | py_modules | packages | package_data | include_package_data | test_suite | license | notes | |
2 | 1 | django | https://github.com/django/django | https://github.com/django/django/blob/master/setup.py | 10 | 1 | 1 | 0 | no | 136 | - | - | setup, install_data, INSTALL_SCHEMES, get_python_lib | __import__('django') | tuple in package | - | - | custom | - | - | - | BSD | ||
3 | 2 | requests | https://github.com/kennethreitz/requests | https://github.com/kennethreitz/requests/blob/master/setup.py | 10 | 0 | 1 | 1 | yes | 59 | - | setup, falls back to distutils | setup | import requests | __version__ | open('README.rst').read() + '\n\n' + open('HISTORY.rst').read() | - | list | {'': ['LICENSE', 'NOTICE'], 'requests': ['*.pem']} | 1 | - | open('LICENSE').read() | ||
4 | 3 | flask | https://github.com/mitsuhiko/flask | https://github.com/mitsuhiko/flask/blob/master/setup.py | 8 | 1 | 1 | 1 | no | 113 | 38 | setup, Command | - | - | 0.10-dev | __doc__ | - | list | - | 1 | flask.testsuite.suite | BSD | ||
5 | 4 | tornado | https://github.com/facebook/tornado | https://github.com/facebook/tornado/blob/master/setup.py | 3 | 0 | 1 | 0 | 58 | - | - | * | - | 2.4.post3 | - | - | list | dict | - | - | apl2 | |||
6 | 5 | httpie | https://github.com/jkbr/httpie | https://github.com/jkbr/httpie/blob/master/setup.py | 6 | 0 | 1 | 0 | 72 | - | setup | - | import httpie | __version__ | codecs.open('README.rst', encoding='utf8') | - | list | - | - | *sort of | __license__ | overrides setup.py test | ||
7 | 6 | sentry | https://github.com/getsentry/sentry | https://github.com/getsentry/sentry/blob/master/setup.py | 12 | 1 | 1 | 1 | 111 | 20 | setup, find_packages | - | - | 5.4.1 | __doc__ | - | find_packages | - | 1 | runtests.runtests | BSD | |||
8 | 7 | legit | https://github.com/kennethreitz/legit | https://github.com/kennethreitz/legit/blob/master/setup.py | 1 | 0 | 1 | 0 | 82 | - | setup | *fallback | - | 0.1.0 | open('README.rst').read() | - | list | - | - | - | BSD | |||
9 | 8 | boto | https://github.com/boto/boto | https://github.com/boto/boto/blob/master/setup.py | 14 | 0 | 1 | 0 | 90 | - | setup | *fallback | from boto import __version__ | __version__ | open('README.rst').read() | - | list | dict | - | tests.test.suite | MIT | |||
10 | 9 | webpy | https://github.com/webpy/webpy | https://github.com/webpy/webpy/blob/master/setup.py | 1 | 0 | 0 | 0 | 21 | - | - | setup | from web import __version__ | __version__ | string | - | list | - | - | - | Public domain | shortest setup.py | ||
11 | 10 | django-debug-toolbar | https://github.com/django-debug-toolbar/django-debug-toolbar | https://github.com/django-debug-toolbar/django-debug-toolbar/blob/master/setup.py | 4 | 1 | 1 | 1 | 32 | - | setup, find_packages | - | - | 0.9.4 | open('README.rst').read() | - | find_packages | - | 1 | runtests.runtests | BSD | |||
12 | 11 | fabric | https://github.com/fabric/fabric | https://github.com/fabric/fabric/blob/master/setup.py | 5 | 0 | 1 | 0 | 67 | - | setup, find_packages | - | from fabric.version import get_version | *get_version('short') | block string | - | find_packages | - | - | nose.collector | - | |||
13 | 12 | django-tastypie | https://github.com/toastdriven/django-tastypie | https://github.com/toastdriven/django-tastypie/blob/master/setup.py | 7 | 0 | 1 | 0 | 51 | - | setup | - | - | 0.9.13-beta | open('README.rst', 'r').read() | - | list | dict | - | - | - | |||
14 | 13 | django-cms | https://github.com/divio/django-cms | https://github.com/divio/django-cms/blob/master/setup.py | 13 | 0 | 1 | 0 | 51 | - | setup, find_packages | - | import cms | __version__ | *open('README.rst').read() | - | find_packages | - | 1 | runtests.main | BSD License | |||
15 | 14 | GateOne | https://github.com/liftoff/GateOne | https://github.com/liftoff/GateOne/blob/master/setup.py | 1 | 1 | 1 | 0 | yes | 256 | - | - | setup | - | 1.2.0 | string | - | - | - | - | - | AGPLv3 or Proprietary | ||
16 | 15 | sh | https://github.com/amoffat/sh | https://github.com/amoffat/sh/blob/master/setup.py | 3 | 0 | 1 | 0 | yes | 37 | - | *fallback | setup | import sh | __version__ | - | ["sh"] | - | - | - | - | MIT | ||
17 | 16 | celery | https://github.com/celery/celery | https://github.com/celery/celery/blob/master/setup.py | 12 | 1 | 1 | 0 | 218 | - | setup, find_packages, test | - | - | meta['VERSION'] | codecs.open('README.rst', 'r', 'utf-8').read() | - | find_packages | - | - | nose.collector | BSD | very complicated setup.py | ||
18 | 17 | pandas | https://github.com/pydata/pandas | https://github.com/pydata/pandas/blob/master/setup.py | 15 | 0 | 1 | 1 | yes | 721 | 3 | *sorta | *sorta | gave up trying to read it | ||||||||||
19 | 18 | ipython | https://github.com/ipython/ipython | https://github.com/ipython/ipython/blob/master/setup.py | 11 | 0 | 1 | 0 | yes | 303 | - | *sorta | *sorta | gave up trying to read it | ||||||||||
20 | 19 | gunicorn | https://github.com/benoitc/gunicorn | https://github.com/benoitc/gunicorn/blob/master/setup.py | 3 | 1 | 1 | 1 | yes | 107 | - | setup, find_packages, Command | - | from gunicorn import __version__ | __version__ | *open('README.rst').read() | - | find_packages | - | 1 | *sort of | MIT | custom test runner | |
21 | 20 | scipy | https://github.com/scipy/scipy | https://github.com/scipy/scipy/blob/master/setup.py | 7 | 0 | 1 | 0 | yes | 183 | 28 | - | *setup | - | *insane | *__doc__ | - | - | - | - | - | BSD | complicated | |
22 | 21 | numpy | https://github.com/numpy/numpy | https://github.com/numpy/numpy/blob/master/setup.py | 11 | 0 | 1 | 0 | yes | 215 | 28 | - | *setup | - | *tuple | *__doc__ | - | - | - | - | - | BSD | very complicated | |
23 | 22 | numba | https://github.com/numba/numba | https://github.com/numba/numba/blob/master/setup.py | 6 | 1 | 0 | 0 | *yes | 136 | - | - | setup, Extension | - | versioneer.get_version() | *open('README').read() | - | find_packages | dict | - | - | BSD | imports numpy | |
24 | 23 | blaze-core | https://github.com/ContinuumIO/blaze-core | https://github.com/ContinuumIO/blaze-core/blob/master/setup.py | 7 | 0 | 0 | 1 | ? | 316 | - | - | setup, Command | - | dev | open('README.md').read() | - | list | - | - | - | BSD | pre-alpha code | |
25 | 24 | arm_sections | https://github.com/armstrong/armstrong.core.arm_sections | https://github.com/armstrong/armstrong.core.arm_sections/blob/master/setup.py | 1 | 0 | 1 | 0 | yes | 101 | 4 | - | setup | - | string in package.json | - | - | *build_package | *build_package | - | - | - | package.json, very custom | |
26 | 25 | restkit | https://github.com/benoitc/restkit | https://github.com/benoitc/restkit/blob/master/setup.py | 3 | 1 | 1 | 0 | ? | 77 | - | setup, find_packages | - | from imp import load_source | __version__ | *open('README.rst').read() | - | find_packages | - | - | nose.collector | MIT | does everything in main() | |
27 | 26 | bottle | https://github.com/benoitc/bottle | https://github.com/benoitc/bottle/blob/master/setup.py | 3 | 0 | 1 | 1 | yes | 41 | - | - | setup | import bottle | __version__ | bottle.__doc__ | ['bottle'] | - | - | - | - | MIT | ||
28 | 27 | dj_database_url | https://github.com/kennethreitz/dj-database-url | https://github.com/kennethreitz/dj-database-url/blob/master/setup.py | 2 | 0 | 0 | 1 | ? | 62 | 32 | setup | - | - | 0.2.1 | __doc__ | ['dj_database_url'] | - | - | 1 | - | BSD | ||
29 | 28 | simplejson | https://github.com/simplejson/simplejson |