-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from openego/dev
Release v0.4.0
- Loading branch information
Showing
16 changed files
with
2,536 additions
and
1,279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
/.idea/* | ||
/ego.io.egg-info/* | ||
# exclude project files | ||
.idea/ | ||
|
||
|
||
# exclude certain types of files | ||
*.doctree | ||
*.txt | ||
*.html | ||
*.js | ||
*.inv | ||
*.pyc | ||
*.ttf | ||
*.woff | ||
*.png | ||
*.css | ||
*.pkl | ||
|
||
# exclude locally built docs | ||
doc/_html | ||
|
||
# exclude egg-info | ||
ego.io.egg-info/ | ||
ego.io.egg-info/* | ||
/egoio.egg-info/PKG-INFO | ||
/egoio.egg-info/SOURCES.txt | ||
/egoio.egg-info/dependency_links.txt | ||
/egoio.egg-info/top_level.txt | ||
|
||
#exclude pycaches | ||
/egoio/__pycache__/__init__.cpython-34.pyc | ||
/egoio/tools/__pycache__/__init__.cpython-34.pyc | ||
/egoio/tools/__pycache__/config.cpython-34.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# coding: utf-8 | ||
from sqlalchemy import MetaData | ||
|
||
|
||
metadata = MetaData() | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.