Metadata-Version: 2.1
Name: ngofile
Version: 1.0.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
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
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: future
Requires-Dist: click
Requires-Dist: pathlib
Requires-Dist: boto

========
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.


