-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 869 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: landing
title: Springpython
---
<div class="jumbotron landing bg-dark">
<div class="container">
<div class="plus">
<h1>Python meets Spring</h1>
</div>
<br>
<blockquote class="bg-primary"><p>
Spring Python is an offshoot of the Java-based Spring Framework and Spring Security, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python.
<footer>Greg Turnquist, project founder</footer></p>
</blockquote>
</div>
</div>
<div class="jumbotron">
<p class="container">
This project takes the concepts of <a href="http://spring.io">Spring</a> and applies it to the language and environment of Python. This includes pragmatic libraries and useful abstractions that quickly gets you back to working on the code that makes you money.
</p>
</div>