Metadata-Version: 2.0
Name: namanager
Version: 0.2.2a5
Summary: A file or/and directory name manager which could determinenames are/aren't expectable, and you could also automatically rename it.
Home-page: https://github.com/iattempt/namanager
Author: Ernest Chang (https://github.com/iattempt) and Arnav Borborah (https://github.com/arnavb) 
Author-email: iattempt.net@gmail.com, arnavborborah11@gmail.com
License: GNU General Public License v3.0
Keywords: namanager,name,manager,checker,formatter,filename
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Console
Classifier: Natural Language :: English
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,
Requires-Dist: dicttoxml (>=1.3.1)
Requires-Dist: xmltodict (>=0.11.0)

=========
namanager
=========

.. include-documentation-begin-marker

.. image:: https://img.shields.io/travis/iattempt/namanager/master.svg?style=flat&label=Linux
        :target: https://travis-ci.org/iattempt/namanager
        :alt: see build status of Unix-like: https://travis-ci.org/iattempt/namanager

.. image:: https://img.shields.io/appveyor/ci/iattempt/namanager/master.svg?style=flat&label=Windows
        :target: https://ci.appveyor.com/project/iattempt/namanager
        :alt: see build status of Windows: https://ci.appveyor.com/project/iattempt/namanager/branch/master

.. image:: https://img.shields.io/codecov/c/github/iattempt/namanager/master.svg?style=flat
        :target: https://codecov.io/gh/iattempt/namanager
        :alt: see code coverage status: https://codecov.io/gh/iattempt/namanager

.. image:: https://img.shields.io/pypi/v/namanager.svg?style=flat
    :target: https://pypi.python.org/pypi/namanager

A file or/and directory name manager which could determine names are/aren't expectable, and you could also automatically rename it.

.. include-documentation-end-marker


Features
--------

* Match or ignore particular files/directories.
* Supports checking of most common format of letter-cases (upper, lower, camel, and pascal-case).
* Supports checking of convention of word separators (underscore-to-dash/dash-to-underscore).

How to use?
-----------

Installation
~~~~~~~~~~~~

* First of all check you already have **pip** installed, and then just type in:

.. code-block:: sh

    pip install namanager

* Sometimes, you need to install on offline environments, hence that you could download *wheel* s from `PyPI <https://pypi.python.org/pypi/namanager>`_ or by **pip**:

.. code-block:: sh

    pip download namanager

After moved wheels (involve dependencies) into your env, you could manually install it by following commands:

.. code-block:: sh

    pip install namanager-x.x.x-py2.py3-none-any.whl

Running
~~~~~~~

1) Configure your *settings.json*.

2) Run command

.. code-block:: sh

    namanager

If the settings file doesn't existed in your current working directory or CWD:

.. code-block:: sh

    namanager --settings /path/to/your/settings


