Twelve-Factor App Checker
Project description
δώδεκα (/ˈð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 ``dodeka` <#about-dodeka>`_
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` <http://pytest.org/en/latest/>`_ 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:
``black` <https://black.readthedocs.io/en/stable/>`_,
``mypy` <http://mypy-lang.org>`_,
and ``pylint` <https://www.pylint.org>`_.
New features must be covered by proper tests (idealy unit tests and functional tests) using the ``pytest` <http://pytest.org/en/latest/>`_ 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dodeka-0.3.0.tar.gz
.
File metadata
- Download URL: dodeka-0.3.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3970590af817b13baa0a4a5dd29d46dd09b84f363f90d3337c49a7d2b2c08d47 |
|
MD5 | b47c1f143c4d215a567e02d36efb5370 |
|
BLAKE2b-256 | 0587fdaaa071b8bb8706ef21302fb5675671d8ffb3d21c9e4a15b026fa5a102f |
File details
Details for the file dodeka-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: dodeka-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4596c2addedc393135bdcf0f59d43f5a706ec93ab48f2bf044611e9c102f4350 |
|
MD5 | eed43cabf3bc410922a82ef786329a03 |
|
BLAKE2b-256 | af368e1fa93c0557427d15f7dc4589668a15722df9427c36f1872ef2cb7b2cdb |