A lightweight blog for the command-line that utilizes an SQLite3 database for performance and simplicity.
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.
Python 3.7+ is required to run this application, other than that there are no prerequisites for the project, as the dependencies are included in the repository.
To install the library is as simple as cloning the repository and running
pip install -e .
It is recommended to create an virtual environment prior to installing this library. Alternatively, you can also install this library via Pip:
pip install microblog
And start blogging from any terminal you want!
Run unit tests locally:
pytest --verbosity=2
Add the -k test_*
option if you want to test only a single function.
Navigate to tags on this repository to see all available versions.
Name | Mail Address | GitHub Profile |
---|---|---|
Nicholas Strydom | [email protected] | nstrydom2 |
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for more details.
- Joseph Marie Jacquard
- Charles Babbage
- Ada Lovelace
- My Dad
- Hat tip to anyone whose code was used
- Inspiration
- etc