Giter Club home page Giter Club logo

cookiecutter-basic-conda's Introduction

Basic Conda Package Cookiecutter

A cookiecutter to generate a very basic conda package including framework for cli, a conda recipe, and auto-release using rever.

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

pip install -U cookiecutter

Generate a Python package project:

cookiecutter https://github.com/kcpevey/cookiecutter-basic-conda.git

Features

  • Testing setup
  • Release automation with rever
  • Conda recipe structure setup
  • Command line interface using Click (optional)

Directory structure

This cookiecutter package generates the following directory structure:

├── .gitignore          <- file types for git to ignore
├── CHANGELOG.rst       <- changelog for release, auto-filled by rever
├── LICENSE             <- license file
├── README.md           <- top-level README for developers using this project.
├── rever.xsh           <- rever config
├── setup.cfg           <- setup config
├── setup.py            <- makes this project pip installable with `pip install -e`
│
├── conda.recipe
│   └── meta.yaml       <- environment requirements for the conda recipe
│
├── news
│   └── TEMPLATE.rst    <- template for the changelog to be autofilled by rever
│
├── package_name
│   ├── __init__.py     <- makes package_name a Python module
│   ├── __main__.py     <- framework for cli
│   └── cli.py          <- framework for cli
│
└── tests
    ├── __init__.py     <- makes tests a Python module
    └── test_cli.py     <- basic cli test

cookiecutter-basic-conda's People

Contributors

kcpevey avatar

Watchers

 avatar

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.