Giter Site home page Giter Site logo

flask-management-blueprint's Introduction

Flask Management Blueprint

Build Status

This repository contains a project developed with Python3 ❤️ with a blueprint that describe the necessary endpoints to meet the engineering goals.

Starting...

This instructions should be enough to replicate the development enviroment of this project. If this is not the case, please, feel free to open a pull request.

Prerequisites

After cloning the project, you will need Python 3.5.

Environment

python3 -m venv /path/to/new/virtual/environment
source venv/bin/activate
pip install -r requirements.txt

Settings

To successfully set up the project, a json file is needed. This file should be in path described in the enviroment variable CONFIG_FILE_PATH.

Besides that, all of the project's dependencies should be added with the AppInfo's method register_resource. This method should receive a function that returns True or False depending on the dependency's health.

Running

If all goes right, you should be run the run.py file inside the samples folder.

Testing

Unit tests:

nosetests tests/unit

Coverage:

nosetests --with-coverage --cover-package=flask_management_blueprint

Built With

Python 3.5.2

Authors

Build with ❤️ by Team Satisfação do Cliente!

License

Copyright (C) 2018. Stone Pagamentos. All rights reserved.

flask-management-blueprint's People

Contributors

biancarosa avatar diegomarins avatar andremacdowell avatar crowleyfelix avatar thiagortz 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.