A simple application for managing your features in production.
Project description
<H1 align='center'> Featuren </H1>
<p align="center">
<a href="https://travis-ci.org/jairojair/featuren">
<img src="https://travis-ci.org/jairojair/featuren.svg?branch=master" alt="Build Status">
</a>
<a href='https://coveralls.io/github/jairojair/featuren?branch=master'><img src='https://coveralls.io/repos/github/jairojair/featuren/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
</p>
<p align="center">
<em>A simple application for managing your features in production.</em>
</p>
### Introduction
Feature flags give a software organization the power to reduce risk, iterate quicker, and gain more control. Feature flags allow you to decouple feature rollout from code deployment. This separation allows you unprecedented control of who sees what when, independent of release. And the “you” can be anyone in your organization – from developers, ops, designers, product managers, or marketers. Allowing control over a release unlocks the true power of your software.
More details about: http://featureflags.io
The main goal for this project is to create a simple and open source application for managing your features in production.
### Getting Started
*Requirement*
- [Docker](https://www.docker.com/products/docker-desktop)
##### Project setup
docker-compose build
docker-compose run app make migrate
##### Run standalone
docker-compose up
Access: http://0.0.0.0:8000
### Development tips
- REST API Framework we're use [APIStar](https://github.com/encode/apistar)
- Database management we're use [Orator ORM](https://orator-orm.com)
- Test we're use [Pytest](https://docs.pytest.org/en/latest/)
---
Firstly, run the command below to go inside the container.
docker-compose run --service-ports app /bin/sh
##### Run in migrations
make migrate
##### Run tests
make tests
##### Python code linter
make lint
##### Python format code.
make fmt
##### Run application
make
##### Install new Python dependency
This way you can install a new Python dependency without rebuild docker image.
make deps
##### Project clean
make clean
<p align="center">
<a href="https://travis-ci.org/jairojair/featuren">
<img src="https://travis-ci.org/jairojair/featuren.svg?branch=master" alt="Build Status">
</a>
<a href='https://coveralls.io/github/jairojair/featuren?branch=master'><img src='https://coveralls.io/repos/github/jairojair/featuren/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
</p>
<p align="center">
<em>A simple application for managing your features in production.</em>
</p>
### Introduction
Feature flags give a software organization the power to reduce risk, iterate quicker, and gain more control. Feature flags allow you to decouple feature rollout from code deployment. This separation allows you unprecedented control of who sees what when, independent of release. And the “you” can be anyone in your organization – from developers, ops, designers, product managers, or marketers. Allowing control over a release unlocks the true power of your software.
More details about: http://featureflags.io
The main goal for this project is to create a simple and open source application for managing your features in production.
### Getting Started
*Requirement*
- [Docker](https://www.docker.com/products/docker-desktop)
##### Project setup
docker-compose build
docker-compose run app make migrate
##### Run standalone
docker-compose up
Access: http://0.0.0.0:8000
### Development tips
- REST API Framework we're use [APIStar](https://github.com/encode/apistar)
- Database management we're use [Orator ORM](https://orator-orm.com)
- Test we're use [Pytest](https://docs.pytest.org/en/latest/)
---
Firstly, run the command below to go inside the container.
docker-compose run --service-ports app /bin/sh
##### Run in migrations
make migrate
##### Run tests
make tests
##### Python code linter
make lint
##### Python format code.
make fmt
##### Run application
make
##### Install new Python dependency
This way you can install a new Python dependency without rebuild docker image.
make deps
##### Project clean
make clean
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
featuren-0.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file featuren-0.1.tar.gz
.
File metadata
- Download URL: featuren-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e69111e6142b72044c3a1419856443da5e04397eb2fad60587d37219cd8deda6 |
|
MD5 | cb1ca52fb4998bd47c9e9dd105a03b4f |
|
BLAKE2b-256 | 0216ecc396cba67af69910d236851d3911a2e8a178193d761beb2891d20a4ba4 |
File details
Details for the file featuren-0.1-py3-none-any.whl
.
File metadata
- Download URL: featuren-0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bc53bc8b4a7befbd25333cdfadd87f08aeb50584afd0b4e3a3a7741218546ec |
|
MD5 | 920b35b9d2a9fff0b24f19e951f892e6 |
|
BLAKE2b-256 | 85557096dd9a97cc7bda2c402f8ace51b2b5d231a2815c50608768112656e425 |