Code Monkey home page Code Monkey logo

cookiecutter-python-project's Introduction

cookiecutter-ipynb-project

Cookiecutter Options

  • repo_name: The name of the repository aka the toplevel folder.
  • project_name: Name of the folder where the actual code is put in. This will also be the name by which the code can be imported globally in python.
  • author: Name of the author of the package. Used in the MIT License file and the setup.py file.
  • email: Email of the author. Used in the setup.py file.
  • remote_url: Optional URL of an empty github repository. The repo created by the template is pushed to this repo. To avoid merge conflicts make sure to create an empty repo on github with no .gitignore file and no README.md file as these files as already created by the template.
  • environment: The type of development environment to use. The environment is created fresh and the created repo gets automatically installed into it.

Generated Project Structure

{{cookiecutter.repo_name}}
├── {{cookiecutter.project_name}}
│   └── __init__.py
├── notebooks
│   └── 00_experiments.ipynb
├── .gitignore
├── setup.py
├── LICENSE
└── README.md

cookiecutter-python-project's People

Contributors

m0dd0 avatar

Stargazers

 avatar

Watchers

 avatar

cookiecutter-python-project's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.