File: control

package info (click to toggle)
egenix-mx-base 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 4,762
  • sloc: ansic: 14,965; python: 11,739; sh: 313; makefile: 117
file content (515 lines) | stat: -rw-r--r-- 23,332 bytes parent folder | download
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
Source: egenix-mx-base
Section: python
Priority: optional
Maintainer: Joel Rosdahl <joel@debian.org>
Build-Depends: dpatch, debhelper (>= 4.2.28), python, python2.1-dev, python2.2-dev, python2.3-dev, python2.4-dev
Standards-Version: 3.6.1

Package: python2.1-egenix-mxdatetime
Architecture: any
Depends: ${shlibs:Depends}, python2.1-egenix-mxtools, python2.1
Description: date and time handling routines for Python 2.1
 mxDateTime is an extension package that provides three new object
 types, DateTime, DateTimeDelta and RelativeDateTime, which let you
 store and handle date/time values in a much more natural way than by
 using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the
 time module).
 .
 You can add, subtract and even multiply instances, pickle and copy
 them and convert the results to strings, COM dates, ticks and some
 other more esoteric values. In addition, there are several convenient
 constructors and formatters at hand to greatly simplify dealing with
 dates and times in real-world applications.
 .
 In addition to providing an easy-to-use Python interface the package
 also exports a comfortable C API interface for other extensions to
 build upon. This is especially interesting for database applications
 which often have to deal with date/time values.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxdatetime
Architecture: any
Depends: ${shlibs:Depends}, python2.2-egenix-mxtools, python2.2
Description: date and time handling routines for Python 2.2
 mxDateTime is an extension package that provides three new object
 types, DateTime, DateTimeDelta and RelativeDateTime, which let you
 store and handle date/time values in a much more natural way than by
 using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the
 time module).
 .
 You can add, subtract and even multiply instances, pickle and copy
 them and convert the results to strings, COM dates, ticks and some
 other more esoteric values. In addition, there are several convenient
 constructors and formatters at hand to greatly simplify dealing with
 dates and times in real-world applications.
 .
 In addition to providing an easy-to-use Python interface the package
 also exports a comfortable C API interface for other extensions to
 build upon. This is especially interesting for database applications
 which often have to deal with date/time values.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxdatetime
Architecture: any
Depends: ${shlibs:Depends}, python2.3-egenix-mxtools, python2.3
Description: date and time handling routines for Python 2.3
 mxDateTime is an extension package that provides three new object
 types, DateTime, DateTimeDelta and RelativeDateTime, which let you
 store and handle date/time values in a much more natural way than by
 using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the
 time module).
 .
 You can add, subtract and even multiply instances, pickle and copy
 them and convert the results to strings, COM dates, ticks and some
 other more esoteric values. In addition, there are several convenient
 constructors and formatters at hand to greatly simplify dealing with
 dates and times in real-world applications.
 .
 In addition to providing an easy-to-use Python interface the package
 also exports a comfortable C API interface for other extensions to
 build upon. This is especially interesting for database applications
 which often have to deal with date/time values.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxdatetime
Architecture: any
Depends: ${shlibs:Depends}, python2.4-egenix-mxtools, python2.4
Description: date and time handling routines for Python 2.4
 mxDateTime is an extension package that provides three new object
 types, DateTime, DateTimeDelta and RelativeDateTime, which let you
 store and handle date/time values in a much more natural way than by
 using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the
 time module).
 .
 You can add, subtract and even multiply instances, pickle and copy
 them and convert the results to strings, COM dates, ticks and some
 other more esoteric values. In addition, there are several convenient
 constructors and formatters at hand to greatly simplify dealing with
 dates and times in real-world applications.
 .
 In addition to providing an easy-to-use Python interface the package
 also exports a comfortable C API interface for other extensions to
 build upon. This is especially interesting for database applications
 which often have to deal with date/time values.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxdatetime
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxdatetime
Description: date and time handling routines for Python [dummy package]
 mxDateTime is an extension package that provides three new object
 types, DateTime, DateTimeDelta and RelativeDateTime, which let you
 store and handle date/time values in a much more natural way than by
 using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the
 time module).
 .
 You can add, subtract and even multiply instances, pickle and copy
 them and convert the results to strings, COM dates, ticks and some
 other more esoteric values. In addition, there are several convenient
 constructors and formatters at hand to greatly simplify dealing with
 dates and times in real-world applications.
 .
 In addition to providing an easy-to-use Python interface the package
 also exports a comfortable C API interface for other extensions to
 build upon. This is especially interesting for database applications
 which often have to deal with date/time values.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python2.1-egenix-mxproxy
Architecture: any
Depends: ${shlibs:Depends}, python2.1-egenix-mxtools, python2.1
Description: generic proxy wrapper type for Python 2.1
 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 The type's main features are secure data encapsulation (the hidden
 objects are not accessible from Python since they are stored in
 internal C structures), customizable attribute lookup methods and a
 cleanup protocol that helps in breaking circular references prior to
 object deletion.
 .
 The latest version adds a very interesting new feature: weak references
 which help you work with circular references in a way that doesn't
 cause memory leakage in a Python system.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxproxy
Architecture: any
Depends: ${shlibs:Depends}, python2.2-egenix-mxtools, python2.2
Description: generic proxy wrapper type for Python 2.2
 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 The type's main features are secure data encapsulation (the hidden
 objects are not accessible from Python since they are stored in
 internal C structures), customizable attribute lookup methods and a
 cleanup protocol that helps in breaking circular references prior to
 object deletion.
 .
 The latest version adds a very interesting new feature: weak references
 which help you work with circular references in a way that doesn't
 cause memory leakage in a Python system.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxproxy
Architecture: any
Depends: ${shlibs:Depends}, python2.3-egenix-mxtools, python2.3
Description: generic proxy wrapper type for Python 2.3
 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 The type's main features are secure data encapsulation (the hidden
 objects are not accessible from Python since they are stored in
 internal C structures), customizable attribute lookup methods and a
 cleanup protocol that helps in breaking circular references prior to
 object deletion.
 .
 The latest version adds a very interesting new feature: weak references
 which help you work with circular references in a way that doesn't
 cause memory leakage in a Python system.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxproxy
Architecture: any
Depends: ${shlibs:Depends}, python2.4-egenix-mxtools, python2.4
Description: generic proxy wrapper type for Python 2.4
 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 The type's main features are secure data encapsulation (the hidden
 objects are not accessible from Python since they are stored in
 internal C structures), customizable attribute lookup methods and a
 cleanup protocol that helps in breaking circular references prior to
 object deletion.
 .
 The latest version adds a very interesting new feature: weak references
 which help you work with circular references in a way that doesn't
 cause memory leakage in a Python system.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxproxy
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxproxy
Description: generic proxy wrapper type for Python [dummy package]
 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 The type's main features are secure data encapsulation (the hidden
 objects are not accessible from Python since they are stored in
 internal C structures), customizable attribute lookup methods and a
 cleanup protocol that helps in breaking circular references prior to
 object deletion.
 .
 The latest version adds a very interesting new feature: weak references
 which help you work with circular references in a way that doesn't
 cause memory leakage in a Python system.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python2.1-egenix-mxqueue
Architecture: any
Depends: ${shlibs:Depends}, python2.1-egenix-mxtools, python2.1
Description: fast and memory-efficient queue for Python 2.1
 mxQueue is an extension package that provides a new object type called
 Queue. It works much like what you would expect from such a type.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxqueue
Architecture: any
Depends: ${shlibs:Depends}, python2.2-egenix-mxtools, python2.2
Description: fast and memory-efficient queue for Python 2.2
 mxQueue is an extension package that provides a new object type called
 Queue. It works much like what you would expect from such a type.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxqueue
Architecture: any
Depends: ${shlibs:Depends}, python2.3-egenix-mxtools, python2.3
Description: fast and memory-efficient queue for Python 2.3
 mxQueue is an extension package that provides a new object type called
 Queue. It works much like what you would expect from such a type.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxqueue
Architecture: any
Depends: ${shlibs:Depends}, python2.4-egenix-mxtools, python2.4
Description: fast and memory-efficient queue for Python 2.4
 mxQueue is an extension package that provides a new object type called
 Queue. It works much like what you would expect from such a type.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxqueue
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxqueue
Description: fast and memory-efficient queue for Python [dummy package]
 mxQueue is an extension package that provides a new object type called
 Queue. It works much like what you would expect from such a type.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python2.1-egenix-mxstack
Architecture: any
Depends: ${shlibs:Depends}, python2.1-egenix-mxtools, python2.1
Description: fast and memory-efficient stack for Python 2.1
 mxStack is an extension package that provides a new object type called
 Stack. It works much like what you would expect from such a type,
 having .push() and .pop() methods and focuses on obtaining maximum
 speed at low memory costs.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxstack
Architecture: any
Depends: ${shlibs:Depends}, python2.2-egenix-mxtools, python2.2
Description: fast and memory-efficient stack for Python 2.2
 mxStack is an extension package that provides a new object type called
 Stack. It works much like what you would expect from such a type,
 having .push() and .pop() methods and focuses on obtaining maximum
 speed at low memory costs.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxstack
Architecture: any
Depends: ${shlibs:Depends}, python2.3-egenix-mxtools, python2.3
Description: fast and memory-efficient stack for Python 2.3
 mxStack is an extension package that provides a new object type called
 Stack. It works much like what you would expect from such a type,
 having .push() and .pop() methods and focuses on obtaining maximum
 speed at low memory costs.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxstack
Architecture: any
Depends: ${shlibs:Depends}, python2.4-egenix-mxtools, python2.4
Description: fast and memory-efficient stack for Python 2.4
 mxStack is an extension package that provides a new object type called
 Stack. It works much like what you would expect from such a type,
 having .push() and .pop() methods and focuses on obtaining maximum
 speed at low memory costs.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxstack
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxstack
Description: fast and memory-efficient stack for Python [dummy package]
 mxStack is an extension package that provides a new object type called
 Stack. It works much like what you would expect from such a type,
 having .push() and .pop() methods and focuses on obtaining maximum
 speed at low memory costs.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python2.1-egenix-mxtexttools
Architecture: any
Depends: ${shlibs:Depends}, python2.1-egenix-mxtools, python2.1
Description: fast text manipulation tools for Python 2.1
 mxTextTools is an extension package for Python that provides several
 useful functions and types that implement high-performance text
 manipulation and searching algorithms in addition to a very flexible
 and extendable state machine, the Tagging Engine, that allows scanning
 and processing text based on low-level byte-code "programs" written
 using Python tuples. It gives you access to the speed of C without the
 need to do any compile and link steps every time you change the parsing
 description.
 .
 Applications include parsing structured text, finding and extracting
 text (either exact or using translation tables) and recombining strings
 to form new text.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxtexttools
Architecture: any
Depends: ${shlibs:Depends}, python2.2-egenix-mxtools, python2.2
Description: fast text manipulation tools for Python 2.2
 mxTextTools is an extension package for Python that provides several
 useful functions and types that implement high-performance text
 manipulation and searching algorithms in addition to a very flexible
 and extendable state machine, the Tagging Engine, that allows scanning
 and processing text based on low-level byte-code "programs" written
 using Python tuples. It gives you access to the speed of C without the
 need to do any compile and link steps every time you change the parsing
 description.
 .
 Applications include parsing structured text, finding and extracting
 text (either exact or using translation tables) and recombining strings
 to form new text.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxtexttools
Architecture: any
Depends: ${shlibs:Depends}, python2.3-egenix-mxtools, python2.3
Description: fast text manipulation tools for Python 2.3
 mxTextTools is an extension package for Python that provides several
 useful functions and types that implement high-performance text
 manipulation and searching algorithms in addition to a very flexible
 and extendable state machine, the Tagging Engine, that allows scanning
 and processing text based on low-level byte-code "programs" written
 using Python tuples. It gives you access to the speed of C without the
 need to do any compile and link steps every time you change the parsing
 description.
 .
 Applications include parsing structured text, finding and extracting
 text (either exact or using translation tables) and recombining strings
 to form new text.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxtexttools
Architecture: any
Depends: ${shlibs:Depends}, python2.4-egenix-mxtools, python2.4
Description: fast text manipulation tools for Python 2.4
 mxTextTools is an extension package for Python that provides several
 useful functions and types that implement high-performance text
 manipulation and searching algorithms in addition to a very flexible
 and extendable state machine, the Tagging Engine, that allows scanning
 and processing text based on low-level byte-code "programs" written
 using Python tuples. It gives you access to the speed of C without the
 need to do any compile and link steps every time you change the parsing
 description.
 .
 Applications include parsing structured text, finding and extracting
 text (either exact or using translation tables) and recombining strings
 to form new text.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxtexttools
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxtexttools
Description: fast text manipulation tools for Python [dummy package]
 mxTextTools is an extension package for Python that provides several
 useful functions and types that implement high-performance text
 manipulation and searching algorithms in addition to a very flexible
 and extendable state machine, the Tagging Engine, that allows scanning
 and processing text based on low-level byte-code "programs" written
 using Python tuples. It gives you access to the speed of C without the
 need to do any compile and link steps every time you change the parsing
 description.
 .
 Applications include parsing structured text, finding and extracting
 text (either exact or using translation tables) and recombining strings
 to form new text.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python2.1-egenix-mxtools
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Description: collection of new builtins for Python 2.1
 mxTools is an extension package that includes a collection of handy
 functions and objects giving additional functionality in form of new
 builtins to the Python programmer.
 .
 The package auto-installs the new functions and objects as builtins
 upon first import. This means that they become instantly available to
 all other modules without any further action on your part. Add the line
 import mx.Tools.NewBuiltins to your site.py script and they will be
 available to all users at your site as if they were installed in the
 Python interpreter itself.
 .
 This Debian package is built for Python 2.1.

Package: python2.2-egenix-mxtools
Architecture: any
Depends: ${shlibs:Depends}, python2.2
Description: collection of new builtins for Python 2.2
 mxTools is an extension package that includes a collection of handy
 functions and objects giving additional functionality in form of new
 builtins to the Python programmer.
 .
 The package auto-installs the new functions and objects as builtins
 upon first import. This means that they become instantly available to
 all other modules without any further action on your part. Add the line
 import mx.Tools.NewBuiltins to your site.py script and they will be
 available to all users at your site as if they were installed in the
 Python interpreter itself.
 .
 This Debian package is built for Python 2.2.

Package: python2.3-egenix-mxtools
Architecture: any
Depends: ${shlibs:Depends}, python2.3
Description: collection of new builtins for Python 2.3
 mxTools is an extension package that includes a collection of handy
 functions and objects giving additional functionality in form of new
 builtins to the Python programmer.
 .
 The package auto-installs the new functions and objects as builtins
 upon first import. This means that they become instantly available to
 all other modules without any further action on your part. Add the line
 import mx.Tools.NewBuiltins to your site.py script and they will be
 available to all users at your site as if they were installed in the
 Python interpreter itself.
 .
 This Debian package is built for Python 2.3.

Package: python2.4-egenix-mxtools
Architecture: any
Depends: ${shlibs:Depends}, python2.4
Description: collection of new builtins for Python 2.4
 mxTools is an extension package that includes a collection of handy
 functions and objects giving additional functionality in form of new
 builtins to the Python programmer.
 .
 The package auto-installs the new functions and objects as builtins
 upon first import. This means that they become instantly available to
 all other modules without any further action on your part. Add the line
 import mx.Tools.NewBuiltins to your site.py script and they will be
 available to all users at your site as if they were installed in the
 Python interpreter itself.
 .
 This Debian package is built for Python 2.4.

Package: python-egenix-mxtools
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-egenix-mxtools
Description: collection of new builtins for Python [dummy package]
 mxTools is an extension package that includes a collection of handy
 functions and objects giving additional functionality in form of new
 builtins to the Python programmer.
 .
 The package auto-installs the new functions and objects as builtins
 upon first import. This means that they become instantly available to
 all other modules without any further action on your part. Add the line
 import mx.Tools.NewBuiltins to your site.py script and they will be
 available to all users at your site as if they were installed in the
 Python interpreter itself.
 .
 This Debian package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: python-egenix-mx-base-dev
Architecture: all
Priority: extra
Depends:
Description: development files for the egenix-mx-base distribution
 This package contains the C header files needed to build C Python
 modules based on the egenix-mx-base modules.