GithubHelp home page GithubHelp logo

lionkimbro / lions-own-python-module-cookiecutter Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6 KB

highly opinionated personal cookie cutter for Python Modules -- packages, testing, CC0, invoke

License: Creative Commons Zero v1.0 Universal

lionkimbro cookiecutter-python3 cookiecutter-templates cookiecutter-template python-library

lions-own-python-module-cookiecutter's Introduction

lions-own-python-module-cookiecutter

highly opinionated personal cookie cutter for Python Modules -- packages, testing, CC0, invoke

This is Lion's Own Python Module Cookie-Cutter.

My priorities:

  1. Make it easy to create small Python modules, and publish them to PyPI.
  2. Keep the infrastructure as simple, and specific as possible.

I ONLY support:

  • CC0 1.0 Universal license -- always
  • setup.cfg -- for configuration options
  • setup.py -- for publishing and package control
  • pytest -- with one single script to keep tests in
  • src/package -- uses the package format, isolated within src ((2014-05-25))

SUPPORTS:

  • command-line bin-path program installation

DOES NOT support:

  • CHOICES -- I'm making a single choice, and sticking with it; my brain only has so much space
  • virtualenv maintenance -- the Python modules produced are very small, with extremely limited dependencies; I can manage requirements.txt just fine
  • version auto-incrementers -- I can't believe there are like x20 of these things; that's far too detailed to automate
  • de-linting, Black -- admirable, but I'm not concerned with it
  • multi-Python version testing -- I'm more interested in writing code than setting up elaborate testing environments
  • Python 2 -- no loyalty; it's 2021 people

Aspirations:

  • using Sphinx for documentation

If you want something else, by all means, fork, and call it something different than "lions-own-..." I'm a big believer in adaptable code, over reusable code.

This is a living system; I will likely make changes with time.

Reference

lions-own-python-module-cookiecutter's People

Contributors

lionkimbro avatar

Watchers

 avatar  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.