Balthazar is a virtual colleague with one mojo dream big, start small, act now. He will help you running any project based on solid bases and ready to scale up.
- Free software: MIT license
- Documentation: https://balthazar.readthedocs.io.
- TODO
To install Balthazar, run this command in your terminal:
$ pip install balthazar
This is the preferred method to install Balthazar, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The sources for Balthazar can be downloaded from the Git repo.
You can either clone the public repository:
$ git clone git://github.com /jeremysintes/balthazar
Or download the tarball:
$ curl -OL https://github.com /jeremysintes/balthazar/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install
Balthazar is licensed under the MIT license - see the LICENSE.rst file for details
unreleased
This package was created with Cookiecutter and the jeremysintes/cookiecutter-python_boilerplate project template.