forked from nteract/papermill
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fully bootstrap package with version and readme
- Loading branch information
Showing
9 changed files
with
2,409 additions
and
5 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
papermill/_version.py export-subst |
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,9 @@ | ||
recursive-include papermill *.py | ||
|
||
include setup.py | ||
include README.rst | ||
include LICENSE | ||
include MANIFEST.in | ||
|
||
include versioneer.py | ||
include papermill/_version.py |
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,12 @@ | ||
papermill | ||
========= | ||
|
||
|Logo| | ||
|
||
⚠️ Papermill is a Work-in-progress and this README describes the intended state. 😁 | ||
|
||
Papermill allows Jupyter notebooks to be parametrized, executed, and summarized. | ||
|
||
.. |Logo| image:: https://user-images.githubusercontent.com/836375/27924827-79260c18-6237-11e7-90b8-bdd781885503.png | ||
:target: https://github.com/nteract/papermill | ||
:alt: Papermill |
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,5 @@ | ||
from __future__ import absolute_import, division, print_function | ||
|
||
from ._version import get_versions | ||
__version__ = get_versions()['version'] | ||
del get_versions |
Oops, something went wrong.