This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
533 additions
and
171 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,3 +1,5 @@ | ||
.idea/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,10 +1,7 @@ | ||
oemof_pg | ||
======== | ||
oemof | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
coastdat | ||
config | ||
db | ||
tools | ||
oemof |
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
oemof.db package | ||
================ | ||
|
||
Submodules | ||
---------- | ||
|
||
oemof.db.coastdat module | ||
------------------------ | ||
|
||
.. automodule:: oemof.db.coastdat | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
oemof.db.config module | ||
---------------------- | ||
|
||
.. automodule:: oemof.db.config | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
oemof.db.feedin_pg module | ||
------------------------- | ||
|
||
.. automodule:: oemof.db.feedin_pg | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
oemof.db.powerplants module | ||
--------------------------- | ||
|
||
.. automodule:: oemof.db.powerplants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
oemof.db.test_config_changes module | ||
----------------------------------- | ||
|
||
.. automodule:: oemof.db.test_config_changes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
oemof.db.tools module | ||
--------------------- | ||
|
||
.. automodule:: oemof.db.tools | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: oemof.db | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
oemof package | ||
============= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
oemof.db | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: oemof | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
v0.0.4 (December 16, 2016) | ||
++++++++++++++++++++++++++ | ||
|
||
New features | ||
############ | ||
|
||
* Create an empty database table with primary key type serial in `tools.py` | ||
* Access grant to users/ group of users, see `grant_db_access` in `tools.py` | ||
* Additional optional keyword argument to specify config file (`issue #21 <https://github.com/oemof/oemof.db/issues/21>`_) | ||
* Ask for password and save store in keyring if not existent (`issue #22 <https://github.com/oemof/oemof.db/issues/22>`_) | ||
|
||
|
||
Documentation | ||
############# | ||
|
||
|
||
Testing | ||
####### | ||
|
||
|
||
Bug fixes | ||
######### | ||
|
||
* Add missing keyrings.alt dependency | ||
|
||
|
||
Other changes | ||
############# | ||
|
||
|
||
Contributors | ||
############ | ||
|
||
* Guido Pleßmann | ||
* Uwe Krien |
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.