summaryrefslogtreecommitdiff
path: root/open-source-lorries/python-packages.lorry
blob: 2881eb6cd0bd3bfa8605b17fce519bee1dac21e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
{
    "python-packages/alembic": {
        "type": "git",
        "url": "https://bitbucket.org/zzzeek/alembic.git"
    },
    "python-packages/ansicolor": {
        "type": "git",
        "url": "https://github.com/numerodix/ansicolor"
    },
    "python-packages/anyjson": {
        "type": "hg",
        "url": "https://bitbucket.org/runeh/anyjson"
    },
    "python-packages/apscheduler": {
        "type": "git",
        "url": "https://bitbucket.org/agronholm/apscheduler.git"
    },
    "python-packages/astroid": {
        "type": "hg",
        "url": "https://bitbucket.org/logilab/astroid"
    },
    "python-packages/beautifulsoup4": {
        "type": "bzr",
        "url": "lp:beautifulsoup"
    },
    "python-packages/cffi": {
        "type": "hg",
        "url": "https://bitbucket.org/cffi/cffi"
    },
    "python-packages/cliff": {
        "type": "git",
        "url": "git://github.com/dreamhost/cliff.git"
    },
    "python-packages/cmd2": {
        "type": "git",
        "url": "git://github.com/Zearin/cmd2.git"
    },
    "python-packages/creole": {
        "type": "git",
        "url": "git://github.com/jedie/python-creole.git"
    },
    "python-packages/croniter": {
        "type": "git",
        "url": "git://github.com/kiorky/croniter.git"
    },
    "python-packages/cryptography": {
        "type": "git",
        "url": "https://github.com/pyca/cryptography.git"
    },
    "python-packages/dateutil": {
        "type": "bzr",
        "url": "lp:dateutil"
    },
    "python-packages/decorator": {
        "type": "hg",
        "url": "https://bitbucket.org/pypa/pypi"
    },
    "python-packages/defusedxml": {
        "type": "hg",
        "url": "https://bitbucket.org/tiran/defusedxml"
    },
    "python-packages/disutils2": {
        "type": "hg",
        "url": "http://hg.python.org/distutils2"
    },
    "python-packages/dnspython": {
        "type": "git",
        "url": "git://github.com/rthalley/dnspython.git"
    },
    "python-packages/docutils": {
        "layout": "standard",
        "type": "svn",
        "url": "http://svn.code.sf.net/p/docutils/code"
    },
    "python-packages/dogpile-cache": {
        "type": "git",
        "url": "https://bitbucket.org/zzzeek/dogpile.cache.git"
    },
    "python-packages/dogpile-core": {
        "type": "git",
        "url": "https://bitbucket.org/zzzeek/dogpile.core.git"
    },
    "python-packages/ecdsa": {
        "type": "git",
        "url": "git://github.com/warner/python-ecdsa.git"
    },
    "python-packages/enum34": {
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/e/enum34/enum34-1.0.tar.gz"
    },
    "python-packages/eventlet": {
        "type": "git",
        "url": "git://github.com/eventlet/eventlet.git"
    },
    "python-packages/fixtures": {
        "type": "bzr",
        "url": "lp:python-fixtures"
    },
    "python-packages/flake8": {
        "type": "git",
        "url": "https://gitlab.com/pycqa/flake8.git"
    },
    "python-packages/futures": {
        "type": "hg",
        "url": "https://code.google.com/p/pythonfutures/"
    },
    "python-packages/gear": {
        "type": "git",
        "url": "https://git.openstack.org/openstack-infra/gear"
    },
    "python-packages/gitdb": {
        "type": "git",
        "url": "https://github.com/gitpython-developers/gitdb.git"
    },
    "python-packages/gitpython": {
        "type": "git",
        "url": "https://github.com/gitpython-developers/GitPython.git"
    },
    "python-packages/greenlet": {
        "type": "git",
        "url": "git://github.com/python-greenlet/greenlet.git"
    },
    "python-packages/happybase": {
        "type": "git",
        "url": "git://github.com/wbolster/happybase.git"
    },
    "python-packages/httplib2": {
        "type": "git",
        "url": "git://github.com/jcgregorio/httplib2.git"
    },
    "python-packages/httpretty": {
        "type": "git",
        "url": "git://github.com/gabrielfalcao/httpretty.git"
    },
    "python-packages/ipaddr-py": {
        "type": "git",
        "url": "https://code.google.com/p/ipaddr-py/"
    },
    "python-packages/isort": {
        "type": "git",
        "url": "git://github.com/timothycrosley/isort.git"
    },
    "python-packages/itsdangerous": {
        "type": "git",
        "url": "git://github.com/mitsuhiko/itsdangerous.git"
    },
    "python-packages/jsonpath-rw": {
        "type": "git",
        "url": "git://github.com/kennknowles/python-jsonpath-rw.git"
    },
    "python-packages/jsonrpclib": {
        "type": "git",
        "url": "git://github.com/joshmarshall/jsonrpclib.git"
    },
    "python-packages/kazoo": {
        "type": "git",
        "url": "git://github.com/python-zk/kazoo.git"
    },
    "python-packages/kombu": {
        "type": "git",
        "url": "git://github.com/celery/kombu.git"
    },
    "python-packages/librabbitmq": {
        "type": "git",
        "url": "https://github.com/celery/librabbitmq"
    },
    "python-packages/lockfile": {
        "type": "git",
        "url": "https://git.openstack.org/openstack/pylockfile"
    },
    "python-packages/logilab-common": {
        "type": "hg",
        "url": "https://bitbucket.org/logilab/logilab-common"
    },
    "python-packages/logutils": {
        "type": "hg",
        "url": "https://bitbucket.org/vinay.sajip/logutils"
    },
    "python-packages/m2crypto": {
        "type": "git",
        "url": "git://github.com/martinpaljak/M2Crypto.git"
    },
    "python-packages/mako": {
        "type": "git",
        "url": "https://bitbucket.org/zzzeek/mako.git"
    },
    "python-packages/mock": {
        "type": "hg",
        "url": "https://code.google.com/p/mock/"
    },
    "python-packages/mox": {
        "layout": "standard",
        "type": "svn",
        "url": "http://pymox.googlecode.com/svn/"
    },
    "python-packages/msgpack-python": {
        "type": "git",
        "url": "git://github.com/msgpack/msgpack-python.git"
    },
    "python-packages/mysqldb1": {
        "type": "git",
        "url": "git://github.com/farcepest/MySQLdb1.git"
    },
    "python-packages/natsort": {
        "type": "git",
        "url": "git://github.com/SethMMorton/natsort.git"
    },
    "python-packages/netifaces": {
        "type": "hg",
        "url": "https://bitbucket.org/al45tair/netifaces"
    },
    "python-packages/networkx": {
        "type": "git",
        "url": "git://github.com/networkx/networkx.git"
    },
    "python-packages/nose": {
        "type": "git",
        "url": "git://github.com/nose-devs/nose.git"
    },
    "python-packages/numpy": {
        "type": "git",
        "url": "git://github.com/numpy/numpy.git"
    },
    "python-packages/oauthlib": {
        "type": "git",
        "url": "git://github.com/idan/oauthlib.git"
    },
    "python-packages/openid": {
        "type": "git",
        "url": "git://github.com/openid/python-openid.git"
    },
    "python-packages/ordereddict-tarball": {
        "compression": "gzip",
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
    },
    "python-packages/osprofiler": {
        "type": "git",
        "url": "git://github.com/stackforge/osprofiler.git"
    },
    "python-packages/passlib": {
        "type": "hg",
        "url": "https://code.google.com/p/passlib/"
    },
    "python-packages/paste": {
        "type": "hg",
        "url": "http://bitbucket.org/ianb/paste"
    },
    "python-packages/pastedeploy": {
        "type": "hg",
        "url": "http://bitbucket.org/ianb/pastedeploy"
    },
    "python-packages/pecan": {
        "type": "git",
        "url": "git://github.com/stackforge/pecan.git"
    },
    "python-packages/pep8": {
        "type": "git",
        "url": "git://github.com/jcrocholl/pep8.git"
    },
    "python-packages/pexpect": {
        "type": "git",
        "url": "git://github.com/pexpect/pexpect.git"
    },
    "python-packages/pies": {
        "type": "git",
        "url": "git://github.com/timothycrosley/pies.git"
    },
    "python-packages/ply": {
        "type": "git",
        "url": "git://github.com/dabeaz/ply.git"
    },
    "python-packages/posix-ipc-tarball": {
        "compression": "gzip",
        "strip": 1,
        "type": "tarball",
        "url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz"
    },
    "python-packages/psycopg2": {
        "type": "git",
        "url": "git://github.com/nwcell/psycopg2-windows.git"
    },
    "python-packages/py-amqp": {
        "type": "git",
        "url": "git://github.com/celery/py-amqp.git"
    },
    "python-packages/py-bcrypt": {
        "type": "hg",
        "url": "https://code.google.com/p/py-bcrypt/"
    },
    "python-packages/pyasn1": {
        "module": "pyasn1",
        "type": "cvs",
        "url": ":pserver:anonymous@pyasn1.cvs.sourceforge.net:/cvsroot/pyasn1"
    },
    "python-packages/pycadf": {
        "type": "git",
        "url": "git://github.com/openstack/pycadf.git"
    },
    "python-packages/pycco": {
        "type": "git",
        "url": "git://github.com/fitzgen/pycco.git"
    },
    "python-packages/pymemcache": {
        "type": "git",
        "url": "git://github.com/pinterest/pymemcache.git"
    },
    "python-packages/pycparser": {
        "type": "git",
        "url": "git://github.com/eliben/pycparser.git"
    },
    "python-packages/pycrypto": {
        "type": "git",
        "url": "git://github.com/dlitz/pycrypto.git"
    },
    "python-packages/pyflakes": {
        "type": "git",
        "url": "git://github.com/pyflakes/pyflakes.git"
    },
    "python-packages/pygments": {
        "type": "hg",
        "url": "https://bitbucket.org/birkenfeld/pygments-main"
    },
    "python-packages/pyjwt": {
        "type": "git",
        "url": "git://github.com/progrium/pyjwt.git"
    },
    "python-packages/pylint": {
        "type": "hg",
        "url": "https://bitbucket.org/logilab/pylint/"
    },
    "python-packages/pyopenssl": {
        "type": "git",
        "url": "git://github.com/pyca/pyopenssl.git"
    },
    "python-packages/pyparsing": {
        "type": "svn",
        "url": "svn://svn.code.sf.net/p/pyparsing/code",
        "layout": "standard"
    },
    "python-packages/pysnmp": {
        "module": "pysnmp",
        "type": "cvs",
        "url": ":pserver:anonymous@pysnmp.cvs.sourceforge.net:/cvsroot/pysnmp"
    },
    "python-packages/pystache": {
        "type": "git",
        "url": "git://github.com/defunkt/pystache.git"
    },
    "python-packages/pystatsd": {
        "type": "git",
        "url": "https://github.com/jsocol/pystatsd.git"
    },
    "python-packages/python-daemon": {
        "compression": "gzip",
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.6.1.tar.gz"
    },
    "python-packages/python-decorator": {
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz"
    },
    "python-packages/python-magic": {
        "type": "git",
        "url": "https://github.com/ahupp/python-magic.git"
    },
    "python-packages/python-mimeparse": {
        "type": "git",
        "url": "git://github.com/dbtsai/python-mimeparse.git"
    },
    "python-packages/python-rfc3986": {
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/r/rfc3986/rfc3986-0.2.0.tar.gz"
    },
    "python-packages/python-test-extras": {
        "type": "git",
        "url": "git://github.com/testing-cabal/extras.git"
    },
    "python-packages/qpid-python": {
        "type": "git",
        "url": "http://git.apache.org/qpid.git"
    },
    "python-packages/rabbitmq-c": {
        "type": "git",
        "url": "https://github.com/alanxz/rabbitmq-c"
    },
    "python-packages/rabbitmq-c-github-ask": {
        "type": "git",
        "url": "https://github.com/ask/rabbitmq-c"
    },
    "python-packages/raven": {
        "type": "git",
        "url": "git://github.com/getsentry/raven-python.git"
    },
    "python-packages/redis-py": {
        "type": "git",
        "url": "git://github.com/andymccurdy/redis-py.git"
    },
    "python-packages/requests-cache": {
        "type": "git",
        "url": "https://github.com/reclosedev/requests-cache"
    },
    "python-packages/repoze-lru": {
        "type": "git",
        "url": "git://github.com/repoze/repoze.lru.git"
    },
    "python-packages/retrying": {
        "type": "git",
        "url": "git://github.com/rholder/retrying.git"
    },
    "python-packages/routes": {
        "type": "git",
        "url": "git://github.com/bbangert/routes.git"
    },
    "python-packages/rq": {
        "type": "git",
        "url": "git://github.com/nvie/rq.git"
    },
    "python-packages/rsa": {
        "type": "hg",
        "url": "https://bitbucket.org/sybren/python-rsa"
    },
    "python-packages/rtslib-fb": {
        "type": "git",
        "url": "git://github.com/agrover/rtslib-fb.git"
    },
    "python-packages/simplegeneric-tarball": {
        "type": "tarball",
        "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
    },
    "python-packages/smartypants": {
        "type": "hg",
        "url": "https://bitbucket.org/livibetter/smartypants.py"
    },
    "python-packages/smmap": {
        "type": "git",
        "url": "https://github.com/Byron/smmap.git"
    },
    "python-packages/snowballstemmer": {
        "type": "git",
        "url": "git://github.com/shibukawa/snowball_py.git"
    },
    "python-packages/sphinx": {
        "type": "hg",
        "url": "https://bitbucket.org/birkenfeld/sphinx"
    },
    "python-packages/sqlalchemy": {
        "type": "git",
        "url": "git://github.com/zzzeek/sqlalchemy.git"
    },
    "python-packages/sqlalchemy-migrate": {
        "type": "git",
        "url": "git://github.com/stackforge/sqlalchemy-migrate.git"
    },
    "python-packages/sqlparse": {
        "type": "git",
        "url": "git://github.com/andialbrecht/sqlparse.git"
    },
    "python-packages/subunit": {
        "type": "bzr",
        "url": "lp:subunit"
    },
    "python-packages/suds": {
        "type": "hg",
        "url": "https://bitbucket.org/mirror/suds"
    },
    "python-packages/sysv-ipc-tarball": {
        "type": "tarball",
        "url": "http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz"
    },
    "python-packages/tempita": {
        "type": "hg",
        "url": "https://bitbucket.org/ianb/tempita"
    },
    "python-packages/testrepository": {
        "type": "bzr",
        "url": "lp:testrepository"
    },
    "python-packages/testscenarios": {
        "type": "bzr",
        "url": "lp:testscenarios"
    },
    "python-packages/testtools": {
        "type": "git",
        "url": "git://github.com/testing-cabal/testtools.git"
    },
    "python-packages/times": {
        "type": "git",
        "url": "git://github.com/nvie/times.git"
    },
    "python-packages/tooz": {
        "type": "git",
        "url": "git://git.openstack.org/stackforge/tooz.git"
    },
    "python-packages/tox": {
        "type": "hg",
        "url": "https://bitbucket.org/hpk42/tox"
    },
    "python-packages/urllib3": {
        "type": "git",
        "url": "git://github.com/shazow/urllib3.git"
    },
    "python-packages/uwsgi": {
        "type": "git",
        "url": "git://github.com/unbit/uwsgi.git"
    },
    "python-packages/voluptuous": {
        "type": "git",
        "url": "https://github.com/alecthomas/voluptuous.git"
    },
    "python-packages/waitress": {
        "type": "git",
        "url": "git://github.com/Pylons/waitress.git"
    },
    "python-packages/webob": {
        "type": "git",
        "url": "git://github.com/Pylons/webob.git"
    },
    "python-packages/websocket-client": {
        "type": "git",
        "url": "git://github.com/liris/websocket-client.git"
    },
    "python-packages/websockify": {
        "type": "git",
        "url": "git://github.com/kanaka/websockify.git"
    },
    "python-packages/webtest": {
        "type": "git",
        "url": "git://github.com/Pylons/webtest.git"
    },
    "python-packages/wsgiref": {
        "type": "git",
        "url": "git://github.com/Xowap/wsgiref"
    },
    "python-packages/wsme": {
        "type": "git",
        "url": "git://github.com/stackforge/wsme.git"
    },
    "python-packages/xattr": {
        "type": "git",
        "url": "git://github.com/xattr/xattr.git"
    },
    "python-packages/zake": {
        "type": "git",
        "url": "git://github.com/yahoo/Zake.git"
    },
    "python-packages/zope-browser": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.browser.git"
    },
    "python-packages/zope-component": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.component.git"
    },
    "python-packages/zope-configuration": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.configuration.git"
    },
    "python-packages/zope-contenttype": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.contenttype.git"
    },
    "python-packages/zope-event": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.event.git"
    },
    "python-packages/zope-exceptions": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.exceptions.git"
    },
    "python-packages/zope-i18n": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.i18n.git"
    },
    "python-packages/zope-i18nmessageid": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.i18nmessageid.git"
    },
    "python-packages/zope-interface": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.interface.git"
    },
    "python-packages/zope-location": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.location.git"
    },
    "python-packages/zope-pagetemplate": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.pagetemplate.git"
    },
    "python-packages/zope-proxy": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.proxy.git"
    },
    "python-packages/zope-publisher": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.publisher.git"
    },
    "python-packages/zope-schema": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.schema.git"
    },
    "python-packages/zope-security": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.security.git"
    },
    "python-packages/zope-tal": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.tal.git"
    },
    "python-packages/zope-tales": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.tales.git"
    },
    "python-packages/zope-traversing": {
        "type": "git",
        "url": "git://github.com/zopefoundation/zope.traversing.git"
    }
}