-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.63 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Python Package Index</title>
<style>
body {
font-family: "Source Sans Pro", "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", "Helvetica Neue", "sans-serif";
margin: 0px;
}
h1 {
background-color: rgba(130,174,182,1);
font-size: 24px;
color: rgba(4,38,45,1);
padding: 20px;
}
.explanation {
background-color: rgba(215,226,241,1);
font-size: 14px;
color: rgba(4,38,45,1);
padding: 20px;
}
div.package {
font-size: 16px;
color: rgba(79,108,142,1);
border-bottom: 5px solid rgba(215,227,241,1);
padding: 20px;
width: 100%;
}
</style>
</head>
<body>
<h1>Python Package Index</h1>
<section class="explanation">
<p>This is a custom PyPy server</p>
<p>Pip will look for directories using the normalised name of the packages. More details in the <a href="https://www.python.org/dev/peps/pep-0503/#normalized-names">specification</a>.</p>
</section>
<div class="package" >
<a href="easysciencecore/">easyCore</a><br/>
<a href="easycrystallography/">easyCrystallography</a><br/>
<a href="easydiffraction/">easyDiffraction</a><br/>
<a href="pycrysfml/">pycrysfml</a><br/>
<a href="cfml/">CFML</a><br/>
<a href="gsasii/">GSASII</a><br/>
<a href="diffpy-pdffit2/">diffpy.pdffit2</a><br/>
<a href="diffpy-structure/">diffpy.structure</a><br/>
<a href="pymuhrec/">pymuhrec</a><br/>
<a href="pyrits/">pyrits</a><br/>
</div>
</body>
</html>