文件名称:make_project:使用bash脚本构建python项目起点的环境
文件大小:168KB
文件格式:ZIP
更新时间:2024-05-06 19:45:23
JupyterNotebook
make_project 考夫曼(O.KAUFMANN),2021年。 目录 项目说明 @@@请在此处插入项目说明! 先决条件 该项目是使用pipenv在虚拟环境中开发的。 因此,有必要在开始安装程序之前先安装pyenv和pipenv。 Pyenv将使用正确版本的Python设置虚拟环境。 Pipenv将在安装过程中自动添加所需的python依赖项。 请参考此以安装Pyenv,此以安装Pipenv(先决条件)。 安装 要克隆存储库并设置环境以使用此项目: ..代码块:: bash $ git clone git@github.com :kaufmanno / make_project.git $ cd make_project / $ pipenv外壳$ pipenv安装 要查看已安装的依赖项,请参阅Pipfile 。 请注意,使用pipfile install实际上是从Pipf
【文件预览】:
make_project-master
----.readthedocs.yaml(506B)
----dynamic_components()
--------INSTALLATION.md(476B)
--------docs()
--------DESCRIPTION.md(122B)
--------CITATION.md(76B)
--------definitions.py(115B)
--------CONTACT.md(143B)
--------PREREQUISITES.md(560B)
--------CONTRIBUTING.md(457B)
--------pipfiles()
--------LICENSE.md(125B)
--------TOC.md(254B)
--------HEADER.md(41B)
--------README.bkp(2KB)
----core()
--------core.py(1008B)
--------__init__.py(0B)
----setup_dirs.sh(388B)
----docs()
--------requirements.txt(3KB)
--------Makefile(584B)
--------source()
----config.sh(316B)
----definitions.py(109B)
----static_components()
--------.readthedocs.yaml(506B)
--------core()
--------docs()
--------update_requirements.sh(59B)
--------uml_diagrams()
--------tests()
--------quickstart.sh(256B)
--------LICENSE(34KB)
--------.env(32B)
--------CONTRIBUTING.md(2KB)
--------.gitignore(1KB)
--------build_docs.sh(338B)
--------CODE_OF_CONDUCT.md(3KB)
----Pipfile(295B)
----update_requirements.sh(59B)
----uml_diagrams()
--------uml_diagrams_in_docs.txt(5B)
--------update_uml_in_docs.py(3KB)
----tests()
--------test_core_core.py(569B)
----quickstart.sh(256B)
----make_project.sh(2KB)
----LICENSE(34KB)
----setup_project.sh(2KB)
----Pipfile.lock(59KB)
----.env(32B)
----CONTRIBUTING.md(2KB)
----utils.sh(2KB)
----requirements.txt(4KB)
----.gitignore(1KB)
----build_docs.sh(338B)
----CODE_OF_CONDUCT.md(3KB)
----update_docs.sh(200B)
----README.md(2KB)
----adapt_files.sh(4KB)