Metadata-Version: 2.1
Name: abstrys-core
Version: 0.1.1
Summary: Core modules for Abstrys command-line applications
Home-page: https://github.com/Abstrys/abstrys-core/
Author: Eron Hennessey
Author-email: eron@abstrys.com
License: BSD
Description: ############################################
        Core modules for Abstrys Python applications
        ############################################
        
        This repository contains core modules used by a number of different applications:
        
        It consists of the following modules:
         
        * `abstrys/app_settings.py` – stores application settings in a directory named after the application
          (`~/.dhop/settings.json`). It's basically just a dict that knows how to store and restore itself.
        
        Installing it
        =============
        
        If you've installed any of my other applications, this library is likely to be already installed.
        
        However, if you want to install it from source, just run the setup script:
        
            ./setup.py install --user
        
        
        License
        =======
        
        This is provided as open-source software per the BSD 3-clause license. See the LICENSE file provided
        with this repository for details.
        
        About the author
        ================
        
        This library was written by Eron Hennessey <eron@abstrys.com>.
        
        About Python
        ============
        
        If you want to learn more about Python (an incredibly practical and elegant programming language),
        head over to <https://python.org/>!
        
        How to contribute
        =================
        
        If you find my apps (or this library) useful, you may want to contribute. The easiest way, by far,
        is by `creating a pull request`_!
        
        .. _`creating a pull request`: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
        
Keywords: python module
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/x-rst
