Skip to content

Commit 5159eab

Browse files
committed
fixes #1 - initial implementation of pytracking
1 parent 790d19e commit 5159eab

24 files changed

+2040
-8
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.pyc
2+
/static
3+
/static-built
4+
/build
5+
*.egg-info
6+
.idea/
7+
.tox/
8+
dist/
9+
cache/

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Changelog - pytracking
3+
======================
4+
5+
0.1.0 - August 10th 2016
6+
------------------------
7+
8+
- First release!
9+
- Support encoding and decoding of open/click tracking links.
10+
- Basic Django Views.
11+
- Can send webhook POST requests with tracking data.
12+
- Can encrypt tracking data instead of relying on base64.
13+
- Can modify HTML content to replace links and add tracking pixel.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.rst
2+
include LICENSE

0 commit comments

Comments
 (0)