Code Monkey home page Code Monkey logo

dodeka's Introduction

dodeka

Build Status

The dodeka logo is a grey 12-sided dice with the Python logo on a front-facing surface

δώδεκα (/ˈðoðeka/)

Greek word for the number 12

dodeka is a command line tool for tracking the degree of fulfilment of The Twelve-Factor App methodology. Use it in your projects to test whether they conform to the principles for developing solid web apps that originated within Heroku.

Table of Contents

About The Twelve-Factor App

Quoting 1:

The twelve-factor app is a methodology for building software-as-a-service apps that:

  • Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;
  • Have a clean contract with the underlying operating system, offering maximum portability between execution environments;
  • Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;
  • Minimize divergence between development and production, enabling continuous deployment for maximum agility;
  • And can scale up without significant changes to tooling, architecture, or development practices.

The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).

About dodeka

dodeka is a tool for professional developers.

Especially in agile teams, the day to day work can already be quite stressful, so that important details like the 12 factors can be overlooked easily. dodeka can be used as a continuous reminder: Once created, the checklist is a living artefact that can be discussed, updated, and used to track progress.

The vision of dodeka goes way beyond a mere checklist: As a huge fan of continuous delivery, I envision the tool to be used as naturally as type checkers or code linters, to ensure that your web app sticks as close to the 12 factors as you want it to. Therefore dodeka will incorporate mechanisms to vet your code, your repository, and your config files (if present).

This is a very ambitious undertaking. If you want to join me, see the How to Contribute section.

Usage Examples

dodeka can be used to generate a checklist containing the 12 factors:

from dodeka import factors

list_of_factors = factors.generate_factors()
print(factors.generate_checklist(factors=list_of_factors))

If installed from PyPI, dodeka can also be used from the command line:

dodeka --help

To print a markdown-formatted checklist to standard output, use the following command:

dodeka --print

How to Test

The test suite is based on the great pytest library. Once installed, the automatic test discovery can be used via

pytest dodeka

How to Contribute

This project is released under the MIT license because I opt for a wide acceptance rate. This also means that I am happy for contributions! This can be done on many ways:

  • Open PRs with improvements,
  • add issues if you find bugs,
  • add issues for new features,
  • use dodeka and spread the word.

PRs have to comply with:

New features must be covered by proper tests (idealy unit tests and functional tests) using the pytest library.

Contributors

License

Copyright (c) 2019 Nils Müller

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

dodeka's People

Contributors

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