-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPKG-INFO
229 lines (150 loc) · 6.23 KB
/
PKG-INFO
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
Metadata-Version: 1.0
Name: z3c.pypimirror
Version: 1.0.16
Summary: A module for building a complete or a partial PyPI mirror
Home-page: UNKNOWN
Author: Andreas Jung
Author-email: [email protected]
License: UNKNOWN
Description: Setting up a PyPI "simple" index
================================
This package provides a mirror for the PyPI simple interface,
http://cheeseshop.python.org/simple/.
To set up a mirror:
- install this package using setuptools (easy_install, buildout, etc.)
so that the script, pypimirror script is installed.
- create your mirror configuration file maybe based on config.cfg.sample
- Run the pypimirror script passing the name of the mirror configuration
file
This will initialize the mirror.
- Set up a cron job to run update-mirror periodically.
LICENSE
=======
Zope Public License 2.1 (ZPL 2.1)
Authors
=======
z3c.pypimirror took place at the Blackforest Sprint 2008 and involved the
the following persons:
- Daniel Kraft (Lead)
- Gottfried Ganssauge
- Josip Delic
- Andreas Jung
Changes
=======
Change history
1.0.16 (unreleased)
-------------------
- added more or less sane filename detection heuristics (filename from url)
- fetch-since-days is configurable now.
1.0.15 (20010-02-08)
--------------------
- LP #385387: fixed issues with incompatible BeautifulSoup 3.1 version
- fixed incompatiblity with new PyPI download URLs (../../packages/..)
1.0.14 (2009-05-29)
-------------------
- Ignoring invalid external html pages (thanks Sridhar Ratnakumar)
1.0.13 (2009-01-26)
-------------------
- taking 'home_url' into account for mirroring external resources
1.0.12 (2009-01-19)
-------------------
- fix for Sourceforge download URLs
1.0.11 (2009-01-14)
-------------------
- fixed issue with broken links generated by a base_url
with a trailing slash
1.0.10 (2008-11-25)
-------------------
- Removing dupes from package list
1.0.9 (2008-11-07)
------------------
- Display time in UTC
1.0.8 (2008-11-04)
------------------
- Fixed typo in PyPI
- Added a nice link for google to our project page ;)
1.0.7 (2008-11-03)
------------------
- Added a footer line to index.html indicating the version and no of pkgs synced.
1.0.6 (2008-10-30)
------------------
- renamed index.html to full.html
- renamed index2.html to index.html
1.0.5 (2008-10-27)
------------------
- disabled 'cleanup' option since it does play nicely
with the --update-fetch option
1.0.4 (2008-10-24)
------------------
- add version number to HTTP user-agent header
1.0.3 (2008-10-24)
------------------
- using fetch_url() for making HTTP requests
in order to specify a dedicated user-agent header
1.0.2 (2008-10-24)
------------------
- fixed packaging issues
1.0.1 (2008-10-24)
------------------
- new options: --initial-fetch and --update-mode
1.0 (2008-10-06)
----------------
- Release and code move to launchpad
0.2.10 (2008-09-09)
-------------------
- demo release for DZUG tutorial day
0.2.9 (2008-09-04)
------------------
- fixed issue with logger changes in 0.2.8
0.2.8 (2008-09-03)
------------------
- added highly experimental follow_external_index_pages option
in order to deal with external in a better way
- fetching external download files only if they match the
current package name
- some more logging
- using TimedRotatingFileHandler for logging (rotating after one day)
0.2.7 (2008-09-02)
------------------
- bahhh...forgotten pdb call :->
0.2.6 (2008-09-02)
------------------
- made fetch_index() more robust
0.2.5 (2008-09-02)
------------------
- fixed NameError in exception handling
0.2.4 (2008-08-31)
------------------
- added logging support
- minor internal cleanup
- commandline options handling updated
0.2.3 (2008-08-29)
------------------
- added --follow-external-links option
0.2.2 (2008-08-28)
------------------
- renamed index.html to index2.html
- renamed full.html to index.html
- some internal cleanup
0.2.1 (2008-08-28)
------------------
- ls() returns filenames in sorted order
0.2.0 (2008-08-28)
------------------
- setup.py cleanup and fixes
- fixed license file
- updated README.txt
0.1.1 (2008-08-27)
------------------
- corrected the index pages for packages (have full urls now)
- added a full.html for packages (you better gz this ;) )
- removed html page download for external sites
0.1.0 (2008-08-27)
------------------
- initial release
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python