Metadata-Version: 2.1
Name: pyos
Version: 0.2.6
Summary: Browse python objects as if they were files on disk
Home-page: https://github.com/muhrin/pyos.git
Author: Martin Uhrin
Author-email: martin.uhrin.10@ucl.ac.uk
License: GPLv3 and MIT, see LICENSE file
Description: .. image:: https://codecov.io/gh/muhrin/pyos/branch/develop/graph/badge.svg
            :target: https://codecov.io/gh/muhrin/pyos
            :alt: Coverage
        
        .. image:: https://travis-ci.com/muhrin/pyos.svg?branch=master
            :target: https://travis-ci.com/github/muhrin/pyos
            :alt: Travis CI
        
        .. image:: https://img.shields.io/pypi/v/pyos.svg
            :target: https://pypi.python.org/pypi/pyos/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/wheel/pyos.svg
            :target: https://pypi.python.org/pypi/pyos/
        
        .. image:: https://img.shields.io/pypi/pyversions/pyos.svg
            :target: https://pypi.python.org/pypi/pyos/
        
        .. image:: https://img.shields.io/pypi/l/pyos.svg
            :target: https://pypi.python.org/pypi/pyos/
        
        pyOS
        ====
        
        A fresh way to interact with your python objects as though they were files on your filesystem.
        
        Get started
        -----------
        
        As easy as:
        
        1. Install MongoDB
        
           Ubuntu::
        
            sudo apt install mongodb
        
        2. Install pyos::
        
            pip install pyos
        
        
        3. Dive in!::
        
            > ipython
        
            In [1]: from pyos.pyos import *
        
Keywords: database schemaless nosql object-store
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: gui
Provides-Extra: dev
