plastboks / Pyrtos

Pyr(amid)(Plou)tos Household Organizer
1 stars 0 forks source link

PyrTos

Pyr(amid)(Plou)Tos Household Organizer for keeping track of expenditures, income, invoices and many more.

Pyramid

This application is based on the Pyramid Python Webframework

Description

Features include:

Installation

Package updates

Docker

Now with a docker automated build. See the registry for details.

Deploy

Alembic

To create an alembic migrations do;

Upgrading

While the project is still under development, alembic migrations will not be used to any extent. Upgrading is done by nuking the database and reconstruction it with initialize_pyrtos_db .ini, this can be as frequent as from one commit to another.

When the project has come out of main development, alembic migrations is done by:

Testing

This app will be written with TDD. To test the app run:

Branches

There will mainly be two branches in this repository (@github) at all times. The master and develop branch. The master branch will be kept back feature wise of the develop branch. This is to ensure the stability of the master branch.

Useful Links

License

The Pyramid framework code is licensed under a BSD-style PSFL license. All Pyrtos code is licensed under a BSD-style PSFL license.

Credits