-
Notifications
You must be signed in to change notification settings - Fork 36
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 #231 from painebot/tkp/overhaul
overhaul packaging and project layout, bring in line with templates, first pass for fsspec
- Loading branch information
Showing
68 changed files
with
10,491 additions
and
11,137 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: '9689455' | ||
_src_path: https://github.com/python-project-templates/base.git | ||
add_extension: jupyter | ||
email: [email protected] | ||
github: jpmorganchase | ||
project_description: A Filesystem-like mult-contents manager backend for Jupyter | ||
project_name: jupyter-fs | ||
python_version_primary: '3.9' | ||
team: the jupyter-fs authors |
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,15 @@ | ||
examples/* linguist-documentation | ||
docs/* linguist-documentation | ||
*.ipynb linguist-documentation | ||
Makefile linguist-documentation | ||
|
||
* text=auto eol=lf | ||
*.css text=auto eol=lf | ||
*.html text=auto eol=lf | ||
*.js text=auto eol=lf | ||
*.json text=auto eol=lf | ||
*.less text=auto eol=lf | ||
*.md text=auto eol=lf | ||
*.py text=auto eol=lf | ||
*.toml text=auto eol=lf | ||
*.ts text=auto eol=lf | ||
*.yml text=auto eol=lf |
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
Oops, something went wrong.