Skip to content

Commit 470770c

Browse files
committed
Tidied up the repository a little bit
Removed and ignored a bunch of computed stuff.
1 parent 7b26483 commit 470770c

File tree

914 files changed

+71
-111335
lines changed

Some content is hidden

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

914 files changed

+71
-111335
lines changed

.env.sample

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DATABASE_URL=
2+
REDISCLOUD_URL=
3+
BITCOIN_NODE_URL=

.gitignore

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
.Python
10+
env/
11+
build/
12+
develop-eggs/
13+
dist/
14+
eggs/
15+
lib/
16+
lib64/
17+
parts/
18+
sdist/
19+
var/
20+
*.egg-info/
21+
.installed.cfg
22+
*.egg
23+
24+
# PyInstaller
25+
# Usually these files are written by a python script from a template
26+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
27+
*.manifest
28+
*.spec
29+
30+
# Installer logs
31+
pip-log.txt
32+
pip-delete-this-directory.txt
33+
34+
# Unit test / coverage reports
35+
htmlcov/
36+
.tox/
37+
.coverage
38+
.cache
39+
nosetests.xml
40+
coverage.xml
41+
42+
# Translations
43+
*.mo
44+
*.pot
45+
46+
# Django stuff:
47+
*.log
48+
49+
# Sphinx documentation
50+
docs/_build/
51+
52+
# PyBuilder
53+
target/
54+
55+
# VirtualEnv
56+
/venv
57+
58+
# Foreman
59+
/.env

addresses.pyc

-7.95 KB
Binary file not shown.

bitsource.pyc

-8.52 KB
Binary file not shown.

cointools.pyc

-16.5 KB
Binary file not shown.

databases.pyc

-6.13 KB
Binary file not shown.

leb128.pyc

-4.53 KB
Binary file not shown.

main.pyc

-11.2 KB
Binary file not shown.

node.pyc

-977 Bytes
Binary file not shown.

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Setup
2+
3+
$ virtualenv venv
4+
$ source venv/bin/activate
5+
$ pip install -r requirements.txt --allow-all-external
6+
$ cp .env.sample .env
7+
$ # edit .env
8+
$ forego start
9+
110
##API Calls
211

312
####API ROOT

transactions.pyc

-10.5 KB
Binary file not shown.

venv/bin/activate

-76
This file was deleted.

venv/bin/activate.csh

-32
This file was deleted.

venv/bin/activate.fish

-79
This file was deleted.

venv/bin/activate_this.py

-34
This file was deleted.

venv/bin/easy_install

-10
This file was deleted.

venv/bin/easy_install-2.7

-10
This file was deleted.

venv/bin/gunicorn

-10
This file was deleted.

venv/bin/gunicorn_django

-10
This file was deleted.

venv/bin/gunicorn_paster

-10
This file was deleted.

venv/bin/pip

-10
This file was deleted.

venv/bin/pip-2.7

-10
This file was deleted.

venv/bin/python

-2.86 MB
Binary file not shown.

venv/include/python2.7

-1
This file was deleted.

venv/lib/python2.7/UserDict.py

-1
This file was deleted.

venv/lib/python2.7/UserDict.pyc

-10.4 KB
Binary file not shown.

venv/lib/python2.7/_abcoll.py

-1
This file was deleted.

venv/lib/python2.7/_abcoll.pyc

-25.4 KB
Binary file not shown.

venv/lib/python2.7/_weakrefset.py

-1
This file was deleted.

venv/lib/python2.7/_weakrefset.pyc

-12 KB
Binary file not shown.

venv/lib/python2.7/abc.py

-1
This file was deleted.

venv/lib/python2.7/abc.pyc

-6.43 KB
Binary file not shown.

venv/lib/python2.7/codecs.py

-1
This file was deleted.

venv/lib/python2.7/codecs.pyc

-39.4 KB
Binary file not shown.

venv/lib/python2.7/config

-1
This file was deleted.

0 commit comments

Comments
 (0)