Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pygeoip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pygeoip
Commits
532951a1
Commit
532951a1
authored
Feb 03, 2014
by
William Tisäter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README files
parent
1bafc985
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
CHANGELOG.md
+1
-0
DEVELOPER.md
+3
-8
Makefile
+1
-1
No files found.
CHANGELOG.md
View file @
532951a1
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
### Release 0.3.1
### Release 0.3.1
*
New: Documentation now available on readthedocs.org
*
New: MaxMind Netspeed database support
*
New: MaxMind Netspeed database support
*
Fix: Release thread lock on exceptions
*
Fix: Release thread lock on exceptions
...
...
DEVELOPER.md
View file @
532951a1
...
@@ -16,15 +16,10 @@ https://www.defunct.cc/maxmind-geoip-samples.tar.gz (17 MB)
...
@@ -16,15 +16,10 @@ https://www.defunct.cc/maxmind-geoip-samples.tar.gz (17 MB)
Extract the tarball in the tests directory and run
`tox`
from the root directory.
Extract the tarball in the tests directory and run
`tox`
from the root directory.
This requires a machine with Python 2.5 - 3.3 installed and all dependencies mention in the header.
This requires a machine with Python 2.6 - 3.3 installed and all dependencies mention in the header.
### Documentation
For converting Markdown to reStructuredText used by PyPi we use pandoc.
[
Read pandoc's install instructions
](
http://johnmacfarlane.net/pandoc/installing.html
)
.
### TL;DR
### TL;DR
There's a
shell script
doing all this for you.
There's a
Makefile
doing all this for you.
./build.sh
make test
Makefile
View file @
532951a1
.PHONY
:
docs
.PHONY
:
docs
all
:
test
docs
all
:
test
test
:
test
:
@
echo
"Downloading test databases"
@
echo
"Downloading test databases"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment