summaryrefslogtreecommitdiff
path: root/open-source-lorries/python-packages.lorry
blob: c60c8a19c9d9bbe60f16a43d196948945ab29108 (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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
{
    "python-packages/alembic": {
        "type": "git",
        "url": "https://github.com/sqlalchemy/alembic.git"
    },
    "python-packages/aioeventlet": {
        "type": "hg",
        "url": "http://bitbucket.org/haypo/aioeventlet"
    },
    "python-packages/ansicolor": {
        "type": "git",
        "url": "https://github.com/numerodix/ansicolor"
    },
    "python-packages/apscheduler": {
        "type": "git",
        "url": "https://github.com/agronholm/apscheduler.git"
    },
    "python-packages/astroid-git": {
        "type": "git",
        "url": "https://github.com/PyCQA/astroid.git"
    },
    "python-packages/beautifulsoup4": {
        "type": "bzr",
        "url": "lp:beautifulsoup"
    },
    "python-packages/blessings": {
        "type": "git",
        "url": "https://github.com/erikrose/blessings"
    },
    "python-packages/cffi": {
        "type": "hg",
        "url": "https://foss.heptapod.net/pypy/cffi"
    },
    "python-packages/click": {
        "type": "git",
        "url": "https://github.com/pallets/click"
    },
    "python-packages/cliff": {
        "type": "git",
        "url": "https://github.com/dreamhost/cliff.git"
    },
    "python-packages/cliff-tablib": {
        "type": "git",
        "url": "https://github.com/dreamhost/cliff-tablib.git"
    },
    "python-packages/cmd2-git": {
        "type": "git",
        "url": "https://github.com/python-cmd2/cmd2.git"
    },
    "python-packages/configshell-fb": {
        "type": "git",
        "url": "https://github.com/agrover/configshell-fb.git"
    },
    "python-packages/creole": {
        "type": "git",
        "url": "https://github.com/jedie/python-creole.git"
    },
    "python-packages/croniter": {
        "type": "git",
        "url": "https://github.com/kiorky/croniter.git"
    },
    "python-packages/cryptography": {
        "type": "git",
        "url": "https://github.com/pyca/cryptography.git"
    },
    "python-packages/dateutil-git": {
        "type": "git",
        "url": "https://github.com/dateutil/dateutil.git"
    },
    "python-packages/defusedxml-git": {
        "type": "git",
        "url": "https://github.com/tiran/defusedxml.git"
    },
    "python-packages/django": {
        "type": "git",
        "url": "https://github.com/django/django.git"
    },
    "python-packages/django-appconf": {
        "type": "git",
        "url": "https://github.com/jezdez/django-appconf.git"
    },
    "python-packages/django-compressor": {
        "type": "git",
        "url": "https://github.com/django-compressor/django-compressor.git"
    },
    "python-packages/django-pyscss": {
        "type": "git",
        "url": "https://github.com/fusionbox/django-pyscss.git"
    },
    "python-packages/dnspython": {
        "type": "git",
        "url": "https://github.com/rthalley/dnspython.git"
    },
    "python-packages/docutils": {
        "layout": "standard",
        "type": "svn",
        "url": "https://svn.code.sf.net/p/docutils/code"
    },
    "python-packages/dogpile-cache": {
        "type": "git",
        "url": "https://github.com/sqlalchemy/dogpile.cache.git"
    },
    "python-packages/dogpile-core": {
        "type": "git",
        "url": "https://bitbucket.org/zzzeek/dogpile.core.git"
    },
    "python-packages/ecdsa": {
        "type": "git",
        "url": "https://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": "https://github.com/eventlet/eventlet.git"
    },
    "python-packages/fixtures-git": {
        "type": "git",
        "url": "https://github.com/testing-cabal/fixtures.git"
    },
    "python-packages/flake8": {
        "type": "git",
        "url": "https://gitlab.com/pycqa/flake8.git"
    },
    "python-packages/fusepy": {
        "type": "git",
        "url": "https://github.com/terencehonles/fusepy.git"
    },
    "python-packages/gear": {
        "type": "git",
        "url": "https://opendev.org/opendev/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": "https://github.com/python-greenlet/greenlet.git"
    },
    "python-packages/happybase": {
        "type": "git",
        "url": "https://github.com/wbolster/happybase.git"
    },
    "python-packages/httplib2": {
        "type": "git",
        "url": "https://github.com/jcgregorio/httplib2.git"
    },
    "python-packages/httpretty": {
        "type": "git",
        "url": "https://github.com/gabrielfalcao/httpretty.git"
    },
    "python-packages/ipaddr-py": {
        "type": "git",
        "url": "https://github.com/google/ipaddr-py.git"
    },
    "python-packages/isodate": {
        "type": "git",
        "url": "https://github.com/gweis/isodate.git"
    },
    "python-packages/isort": {
        "type": "git",
        "url": "https://github.com/timothycrosley/isort.git"
    },
    "python-packages/itsdangerous": {
        "type": "git",
        "url": "https://github.com/mitsuhiko/itsdangerous.git"
    },
    "python-packages/jsonpath-rw": {
        "type": "git",
        "url": "https://github.com/kennknowles/python-jsonpath-rw.git"
    },
    "python-packages/jsonrpclib": {
        "type": "git",
        "url": "https://github.com/joshmarshall/jsonrpclib.git"
    },
    "python-packages/kafka-python": {
        "type": "git",
        "url": "https://github.com/mumrah/kafka-python.git"
    },
    "python-packages/kazoo": {
        "type": "git",
        "url": "https://github.com/python-zk/kazoo.git"
    },
    "python-packages/kombu": {
        "type": "git",
        "url": "https://github.com/celery/kombu.git"
    },
    "python-packages/librabbitmq": {
        "type": "git",
        "url": "https://github.com/celery/librabbitmq"
    },
    "python-packages/lockfile": {
        "type": "git",
        "url": "https://opendev.org/openstack/pylockfile"
    },
    "python-packages/logilab-common": {
        "type": "hg",
        "url": "https://hg.logilab.org/review/logilab/common/"
    },
    "python-packages/logutils-git": {
        "type": "git",
        "url": "https://bitbucket.org/vinay.sajip/logutils"
    },
    "python-packages/m2crypto": {
        "type": "git",
        "url": "https://gitlab.com/m2crypto/m2crypto.git"
    },
    "python-packages/mako": {
        "type": "git",
        "url": "https://github.com/sqlalchemy/mako.git"
    },
    "python-packages/mod_wsgi": {
        "type": "git",
        "url": "https://github.com/GrahamDumpleton/mod_wsgi.git"
    },
    "python-packages/mod_wsgi-metrics": {
        "type": "git",
        "url": "https://github.com/GrahamDumpleton/mod_wsgi-metrics.git"
    },
    "python-packages/msgpack-python": {
        "type": "git",
        "url": "https://github.com/msgpack/msgpack-python.git"
    },
    "python-packages/mysqldb1": {
        "type": "git",
        "url": "https://github.com/farcepest/MySQLdb1.git"
    },
    "python-packages/natsort": {
        "type": "git",
        "url": "https://github.com/SethMMorton/natsort.git"
    },
    "python-packages/netifaces-git": {
        "type": "git",
        "url": "https://github.com/al45tair/netifaces.git"
    },
    "python-packages/networkx": {
        "type": "git",
        "url": "https://github.com/networkx/networkx.git"
    },
    "python-packages/nose": {
        "type": "git",
        "url": "https://github.com/nose-devs/nose.git"
    },
    "python-packages/numpy": {
        "type": "git",
        "url": "https://github.com/numpy/numpy.git"
    },
    "python-packages/oauthlib": {
        "type": "git",
        "url": "https://github.com/idan/oauthlib.git"
    },
    "python-packages/openid": {
        "type": "git",
        "url": "https://github.com/openid/python-openid.git"
    },
    "python-packages/ordereddict-tarball": {
        "type": "tarball",
        "url": "https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
    },
    "python-packages/osprofiler": {
        "type": "git",
        "url": "https://github.com/stackforge/osprofiler.git"
    },
    "python-packages/passlib": {
        "type": "hg",
        "url": "https://foss.heptapod.net/python-libs/passlib"
    },
    "python-packages/paste-git": {
        "type": "git",
        "url": "https://github.com/cdent/paste.git"
    },
    "python-packages/pastedeploy-git": {
        "type": "git",
        "url": "https://github.com/Pylons/pastedeploy.git"
    },
    "python-packages/pecan": {
        "type": "git",
        "url": "https://github.com/stackforge/pecan.git"
    },
    "python-packages/pep8": {
        "type": "git",
        "url": "https://github.com/jcrocholl/pep8.git"
    },
    "python-packages/pexpect": {
        "type": "git",
        "url": "https://github.com/pexpect/pexpect.git"
    },
    "python-packages/pies": {
        "type": "git",
        "url": "https://github.com/timothycrosley/pies.git"
    },
    "python-packages/pint": {
        "type": "git",
        "url": "https://github.com/hgrecco/pint.git"
    },
    "python-packages/pluginbase": {
        "type": "git",
        "url": "https://github.com/mitsuhiko/pluginbase.git"
    },
    "python-packages/ply": {
        "type": "git",
        "url": "https://github.com/dabeaz/ply.git"
    },
    "python-packages/posix-ipc-tarball": {
        "type": "tarball",
        "url": "https://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz"
    },
    "python-packages/psutil": {
        "type": "git",
        "url": "https://github.com/giampaolo/psutil.git"
    },
    "python-packages/psycopg2": {
        "type": "git",
        "url": "https://github.com/psycopg/psycopg2.git"
    },
    "python-packages/py-amqp": {
        "type": "git",
        "url": "https://github.com/celery/py-amqp.git"
    },
    "python-packages/py-bcrypt-git": {
        "type": "git",
        "url": "https://github.com/pyca/bcrypt.git"
    },
    "python-packages/pyasn1-git": {
        "type": "git",
        "url": "https://github.com/etingof/pyasn1.git"
    },
    "python-packages/pycadf": {
        "type": "git",
        "url": "https://github.com/openstack/pycadf.git"
    },
    "python-packages/pycco": {
        "type": "git",
        "url": "https://github.com/fitzgen/pycco.git"
    },
    "python-packages/pymemcache": {
        "type": "git",
        "url": "https://github.com/pinterest/pymemcache.git"
    },
    "python-packages/pycparser": {
        "type": "git",
        "url": "https://github.com/eliben/pycparser.git"
    },
    "python-packages/pycrypto": {
        "type": "git",
        "url": "https://github.com/dlitz/pycrypto.git"
    },
    "python-packages/pyflakes": {
        "type": "git",
        "url": "https://github.com/pyflakes/pyflakes.git"
    },
    "python-packages/pygerrit": {
        "type": "git",
        "url": "https://github.com/sonyxperiadev/pygerrit.git"
    },
    "python-packages/gitlab": {
        "type": "git",
        "url": "https://github.com/gpocentek/python-gitlab.git"
    },
    "python-packages/iniherit": {
        "type": "git",
        "url": "https://github.com/cadithealth/iniherit.git"
    },
    "python-packages/python-slugify": {
        "type": "git",
        "url": "https://github.com/un33k/python-slugify.git"
    },
    "python-packages/yoyo": {
        "type": "hg",
        "url": "https://hg.sr.ht/~olly/yoyo"
    },
    "python-packages/pygments-git": {
        "type": "git",
        "url": "https://github.com/pygments/pygments.git"
    },
    "python-packages/pyjwt": {
        "type": "git",
        "url": "https://github.com/progrium/pyjwt.git"
    },
    "python-packages/pylint-git": {
        "type": "git",
        "url": "https://github.com/PyCQA/pylint.git"
    },
    "python-packages/pylru": {
        "type": "git",
        "url": "https://github.com/jlhutch/pylru.git"
    },
    "python-packages/pyopenssl": {
        "type": "git",
        "url": "https://github.com/pyca/pyopenssl.git"
    },
    "python-packages/pyparsing-git": {
        "type": "git",
        "url": "https://github.com/pyparsing/pyparsing.git"
    },
    "python-packages/pyscss": {
        "type": "git",
        "url": "https://github.com/Kronuz/pyScss.git"
    },
    "python-packages/pysnmp-git": {
        "type": "git",
        "url": "https://github.com/etingof/pysnmp.git"
    },
    "python-packages/pystache": {
        "type": "git",
        "url": "https://github.com/defunkt/pystache.git"
    },
    "python-packages/pystatsd": {
        "type": "git",
        "url": "https://github.com/jsocol/pystatsd.git"
    },
    "python-packages/pytest-runner": {
        "type": "git",
        "url": "https://github.com/pytest-dev/pytest-runner"
    },
    "python-packages/python-daemon": {
        "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-decorator-git": {
	"type": "git",
	"url": "https://github.com/micheles/decorator.git"
    },
    "python-packages/python-magic": {
        "type": "git",
        "url": "https://github.com/ahupp/python-magic.git"
    },
    "python-packages/python-memcached": {
        "type": "git",
        "url": "https://github.com/linsomniac/python-memcached.git"
    },
    "python-packages/python-mimeparse": {
        "type": "git",
        "url": "https://github.com/dbtsai/python-mimeparse.git"
    },
    "python-packages/python-requests-aws": {
        "type": "git",
        "url": "https://github.com/tax/python-requests-aws.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": "https://github.com/testing-cabal/extras.git"
    },
    "python-packages/qpid-python": {
        "type": "git",
        "url": "https://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": "https://github.com/getsentry/raven-python.git"
    },
    "python-packages/rdflib": {
        "type": "git",
        "url": "https://github.com/rdflib/rdflib.git"
    },
    "python-packages/redis-py": {
        "type": "git",
        "url": "https://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": "https://github.com/repoze/repoze.lru.git"
    },
    "python-packages/retrying": {
        "type": "git",
        "url": "https://github.com/rholder/retrying.git"
    },
    "python-packages/routes": {
        "type": "git",
        "url": "https://github.com/bbangert/routes.git"
    },
    "python-packages/rq": {
        "type": "git",
        "url": "https://github.com/nvie/rq.git"
    },
    "python-packages/rsa-git": {
        "type": "git",
        "url": "https://github.com/sybrenstuvel/python-rsa.git"
    },
    "python-packages/rtslib-fb": {
        "type": "git",
        "url": "https://github.com/agrover/rtslib-fb.git"
    },
    "python-packages/ruamel.base": {
        "type": "hg",
        "url": "http://hg.code.sf.net/p/ruamel-base/code"
    },
    "python-packages/ruamel.std.argparse": {
        "type": "hg",
        "url": "http://hg.code.sf.net/p/ruamel-std-argparse/code"
    },
    "python-packages/ruamel.yaml": {
        "type": "hg",
        "url": "http://hg.code.sf.net/p/ruamel-yaml/code"
    },
    "python-packages/semantic-version": {
        "type": "git",
        "url": "https://github.com/rbarrois/python-semanticversion.git"
    },
    "python-packages/setuptools-scm": {
        "type": "git",
        "url": "https://github.com/pypa/setuptools_scm.git"
    },
    "python-packages/simplegeneric-tarball": {
        "type": "tarball",
        "url": "https://deb.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
    },
    "python-packages/smartypants-git": {
        "type": "git",
        "url": "https://github.com/leohemsted/smartypants.py.git"
    },
    "python-packages/smmap": {
        "type": "git",
        "url": "https://github.com/Byron/smmap.git"
    },
    "python-packages/snowballstemmer": {
        "type": "git",
        "url": "https://github.com/shibukawa/snowball_py.git"
    },
    "python-packages/sphinx-git": {
        "type": "git",
        "url": "https://github.com/sphinx-doc/sphinx.git"
    },
    "python-packages/sqlalchemy": {
        "type": "git",
        "url": "https://github.com/zzzeek/sqlalchemy.git"
    },
    "python-packages/sqlalchemy-migrate": {
        "type": "git",
        "url": "https://github.com/stackforge/sqlalchemy-migrate.git"
    },
    "python-packages/sqlparse": {
        "type": "git",
        "url": "https://github.com/andialbrecht/sqlparse.git"
    },
    "python-packages/subunit-git": {
        "type": "git",
        "url": "https://github.com/testing-cabal/subunit"
    },
    "python-packages/python-systemd": {
        "type": "git",
        "url": "https://github.com/systemd/python-systemd.git"
    },
    "python-packages/sysv-ipc-tarball": {
        "type": "tarball",
        "url": "https://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz"
    },
    "python-packages/targetcli": {
        "type": "git",
        "url": "https://github.com/agrover/targetcli-fb.git"
    },
    "python-packages/testrepository-git": {
        "type": "git",
        "url": "https://github.com/testing-cabal/testrepository.git"
    },
    "python-packages/testscenarios-git": {
        "type": "git",
        "url": "https://github.com/testing-cabal/testscenarios.git"
    },
    "python-packages/testtools": {
        "type": "git",
        "url": "https://github.com/testing-cabal/testtools.git"
    },
    "python-packages/times": {
        "type": "git",
        "url": "https://github.com/nvie/times.git"
    },
    "python-packages/tooz": {
        "type": "git",
        "url": "https://opendev.org/openstack/tooz.git"
    },
    "python-packages/tox-git": {
        "type": "git",
        "url": "https://github.com/tox-dev/tox.git"
    },
    "python-packages/trollius-git": {
        "type": "git",
        "url": "https://github.com/jamadden/trollius.git"
    },
    "python-packages/urllib3": {
        "type": "git",
        "url": "https://github.com/shazow/urllib3.git"
    },
    "python-packages/urwid": {
        "type": "git",
        "url": "https://github.com/wardi/urwid.git"
    },
    "python-packages/uwsgi": {
        "type": "git",
        "url": "https://github.com/unbit/uwsgi.git"
    },
    "python-packages/voluptuous": {
        "type": "git",
        "url": "https://github.com/alecthomas/voluptuous.git"
    },
    "python-packages/waitress": {
        "type": "git",
        "url": "https://github.com/Pylons/waitress.git"
    },
    "python-packages/webob": {
        "type": "git",
        "url": "https://github.com/Pylons/webob.git"
    },
    "python-packages/websocket-client": {
        "type": "git",
        "url": "https://github.com/liris/websocket-client.git"
    },
    "python-packages/websockify": {
        "type": "git",
        "url": "https://github.com/kanaka/websockify.git"
    },
    "python-packages/webtest": {
        "type": "git",
        "url": "https://github.com/Pylons/webtest.git"
    },
    "python-packages/werkzeug": {
        "type": "git",
        "url": "https://github.com/mitsuhiko/werkzeug.git"
    },
    "python-packages/wheel-git": {
        "type": "git",
        "url": "https://github.com/pypa/wheel.git"
    },
    "python-packages/wsgiref": {
        "type": "git",
        "url": "https://github.com/Xowap/wsgiref.git"
    },
    "python-packages/wsme": {
        "type": "git",
        "url": "https://github.com/stackforge/wsme.git"
    },
    "python-packages/xattr": {
        "type": "git",
        "url": "https://github.com/xattr/xattr.git"
    },
    "python-packages/zake": {
        "type": "git",
        "url": "https://github.com/yahoo/Zake.git"
    },
    "python-packages/zope-browser": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.browser.git"
    },
    "python-packages/zope-component": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.component.git"
    },
    "python-packages/zope-configuration": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.configuration.git"
    },
    "python-packages/zope-contenttype": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.contenttype.git"
    },
    "python-packages/zope-event": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.event.git"
    },
    "python-packages/zope-exceptions": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.exceptions.git"
    },
    "python-packages/zope-i18n": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.i18n.git"
    },
    "python-packages/zope-i18nmessageid": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.i18nmessageid.git"
    },
    "python-packages/zope-interface": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.interface.git"
    },
    "python-packages/zope-location": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.location.git"
    },
    "python-packages/zope-pagetemplate": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.pagetemplate.git"
    },
    "python-packages/zope-proxy": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.proxy.git"
    },
    "python-packages/zope-publisher": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.publisher.git"
    },
    "python-packages/zope-schema": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.schema.git"
    },
    "python-packages/zope-security": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.security.git"
    },
    "python-packages/zope-tal": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.tal.git"
    },
    "python-packages/zope-tales": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.tales.git"
    },
    "python-packages/zope-traversing": {
        "type": "git",
        "url": "https://github.com/zopefoundation/zope.traversing.git"
    },
    "python-packages/virtualenv" : {
        "type": "git",
        "url": "https://github.com/pypa/virtualenv.git"
    },
    "python-packages/pymox":{
        "type": "git",
        "url": "https://github.com/emonty/pymox.git"
    },
    "python-packages/mocker":{
        "type": "git",
        "url": "https://github.com/zyga/mocker.git"
    },
    "python-packages/pysendfile": {
        "type": "git",
        "url": "https://github.com/giampaolo/pysendfile.git"
    },
    "python-packages/pyserial-git": {
        "type": "git",
        "url": "https://github.com/pyserial/pyserial.git"
    },
    "python-packages/testresources-git": {
        "type": "git",
        "url": "https://github.com/testing-cabal/testresources.git"
    },
    "python-packages/pyeclib": {
        "type": "git",
        "url": "https://opendev.org/openstack/pyeclib.git"
    },
    "python-packages/pysaml2": {
        "type": "git",
        "url": "https://github.com/rohe/pysaml2.git"
    },
    "python-packages/blinker": {
        "type": "git",
        "url": "https://github.com/jek/blinker.git"
    },
    "python-packages/feedgenerator": {
        "type": "git",
        "url": "https://github.com/getpelican/feedgenerator.git"
    },
    "python-packages/unidecode": {
        "type": "git",
        "url": "https://www.tablix.org/~avian/git/unidecode.git"
    },
    "python/pelican": {
        "type": "git",
        "url": "https://github.com/getpelican/pelican.git"
    },
    "python-packages/rdiff-backup": {
        "layout": "standard",
        "type": "svn",
        "url": "https://svn.savannah.nongnu.org/svn/rdiff-backup"
    },
    "python-packages/tablib": {
        "type": "git",
        "url": "https://github.com/kennethreitz/tablib.git"
    },
    "python-packages/appdirs": {
        "type": "git",
        "url": "https://github.com/ActiveState/appdirs.git"
    }
}