nomoney.shop

Plattform to exchange goods and services and calculate possible deals direct and indirect


Keywords
moneyless, exchange, platform
License
GPL-3.0
Install
pip install nomoney.shop==0.1.0

Documentation

nomoney.shop

Build Status License: GPL v3 Documentation Status Coverage Status

This year, 2020, the world economy as a guaranto of wealth is going to get damaged. Currently the 'experts' have a huge spread of future predictions.

That is why I created this project.

It's purpose is to deliver people with the needed goods and services without the need to buy with money.

Easyly list down the things you are searching for and do the same with things you can offer therefore. If there is another user, offering the things you search and searching what your offer, you guessed it, it will show you the possible deal.

Often these kind of deals aren't possible. The following constellation is more common: A needs Potatoes and offers Water B needs Strawberries and offers Potatoes C needs Water and offers Strawberries

Being not easy to be calculated this kind of deal is easy to calculate for a computer.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Have a look at the documentation.

Introducing notes

  • Clone it, use it, extend it

Prerequisites

It should work Python3.4+ but tests are running on 3.5 and 3.7.

This project makes use of the following libraries:

  • Django - The web framework for perfectionists with deadlines.

Installing

You can install the latest release from pip:

pip install ...

Short example

Running the tests

Rename 'secrets.sample.py' in tests directory to 'secrets.py' and include your e-mail account for testing. Then run this inside root directory:

...

or run it with coverage:

...

And coding style tests

Code style is not finished, mostly because of missing docstrings.

...

Deployment

This project is not ready to be deployed productive

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details