Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grisha/mod_python
mod_python
https://github.com/grisha/mod_python
Last synced: about 2 months ago
JSON representation
mod_python
- Host: GitHub
- URL: https://github.com/grisha/mod_python
- Owner: grisha
- License: apache-2.0
- Created: 2013-01-08T16:00:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T15:13:15.000Z (7 months ago)
- Last Synced: 2024-08-01T03:19:23.613Z (5 months ago)
- Language: C
- Homepage: http://modpython.org/
- Size: 6.02 MB
- Stars: 306
- Watchers: 33
- Forks: 84
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mod_python
==========Documentation for mod_python is on http://www.modpython.org/
Mod_python is going to be maintained on Github from here on. There is
no plan for additional releases, the latest code is the master branch,
which will be kept as stable as possible. For issues and questions
please use Github.Quick Start
-----------If you can't read instructions:
```shell
$ ./configure
$ make
$ sudo make install
$ make test
```If the above worked - read the tutorial in the documentation.