Metadata-Version: 2.1
Name: fundamentals
Version: 2.1.2
Summary: Some project setup tools including logging, settings and database connections.
Home-page: https://github.com/thespacedoctor/fundamentals
Author: David Young
Author-email: davidrobertyoung@gmail.com
License: MIT
Download-URL: https://github.com/thespacedoctor/fundamentals/archive/v2.1.2.zip
Description: # fundamentals
        
        [![](https://readthedocs.org/projects/fundamentals/badge/)](http://fundamentals.readthedocs.io/en/latest/?badge)
        [![](https://cdn.jsdelivr.net/gh/thespacedoctor/fundamentals@master/coverage.svg)](https://cdn.jsdelivr.net/gh/thespacedoctor/fundamentals@master/htmlcov/index.html)
        
        
        *A python package and command-line tools for Some project setup tools including logging, settings and database connections*.
        
        Documentation for fundamentals is hosted by [Read the Docs](http://fundamentals.readthedocs.org/en/stable/) (last
        [stable version](http://fundamentals.readthedocs.org/en/stable/) and [latest version](http://fundamentals.readthedocs.org/en/latest/)). The code lives on [github](https://github.com/thespacedoctor/fundamentals). Please report any issues you find [here](https://github.com/thespacedoctor/fundamentals/issues).
        
        ## Installation
        
        The easiest way to install fundamentals is to use `pip`:
        
        ``` bash
        pip install fundamentals
        ```
        
        Or you can clone the [github repo](https://github.com/thespacedoctor/fundamentals) and install from a local version of the code:
        
        ``` bash
        git clone git@github.com:thespacedoctor/fundamentals.git
        cd fundamentals
        python setup.py install
        ```
        
        To upgrade to the latest version of fundamentals use the command:
        
        ``` bash
        pip install fundamentals --upgrade
        ```
        
        ## Development
        
        If you want to tinker with the code, then install in development mode. This means you can modify the code from your cloned repo:
        
        ``` bash
        git clone git@github.com:thespacedoctor/fundamentals.git
        cd fundamentals
        python setup.py develop
        ```
        
        [Pull requests](https://github.com/thespacedoctor/fundamentals/pulls) are welcomed! 
        
        <!-- ### Sublime Snippets
        
        If you use [Sublime Text](https://www.sublimetext.com/) as your code editor, and you're planning to develop your own python code with fundamentals, you might find [my Sublime Snippets](https://github.com/thespacedoctor/fundamentals-Sublime-Snippets) useful. -->
        
        
        
        
        
        
Keywords: logging, database
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
