Skip to content

Commit 411ad82

Browse files
committed
Split out RTB data
1 parent 9f02739 commit 411ad82

File tree

720 files changed

+130
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

720 files changed

+130
-0
lines changed

rtb-data/Makefile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.FORCE:
2+
3+
BLUE=\033[0;34m
4+
BLACK=\033[0;30m
5+
6+
help:
7+
@echo " make dist - build dist files"
8+
@echo " make upload - upload to PyPI"
9+
@echo " make clean - remove dist and docs build files"
10+
@echo " make help - this message$(BLACK)"
11+
12+
13+
dist: .FORCE
14+
python setup.py sdist
15+
16+
upload: .FORCE
17+
twine upload dist/*
18+
19+
clean: .FORCE
20+
-rm -r *.egg-info
21+
-rm -r dist
22+

rtb-data/README.md

Lines changed: 25 additions & 0 deletions

rtb-data/rtbdata/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)