Metadata-Version: 1.1
Name: ngofile
Version: 0.2.0
Summary: misc file utilities
Home-page: https://github.com/numengo/python-ngofile2
Author: Cédric ROMAN
Author-email: roman@numengo.com
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Description: ========
        Overview
        ========
        
        
        
        misc file utilities
        
        * Free software: GNU General Public License v3
        
        Installation
        ============
        
        ::
        
            pip install ngofile
        
        Documentation
        =============
        
        https://python-ngofile.readthedocs.io/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.1.0 (2018-01-02)
        ------------------
        
        * First release on PyPI.
        
Keywords: utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires: future
Requires: click
Requires: pathlib
Requires: boto
