Metadata-Version: 2.0
Name: nameless
Version: 0.1.0
Summary: An example package. Replace this with a proper project description.
Home-page: https://github.com/ionelmc/python-nameless
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities

===============================
Nameless
===============================


.. image:: http://img.shields.io/travis/ionelmc/python-nameless/master.png
    :alt: Build Status
    :target: https://travis-ci.org/ionelmc/python-nameless

.. image:: http://img.shields.io/coveralls/ionelmc/python-nameless.png
    :alt: Coverage Status
    :target: https://coveralls.io/r/ionelmc/python-nameless

.. image:: http://img.shields.io/pypi/v/nameless.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/nameless

.. image:: http://img.shields.io/pypi/dm/nameless.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/nameless

An example package. Replace this with a proper project description.

* Free software: BSD license
* Documentation: http://python-nameless.readthedocs.org.

Installation
============

::

    pip install nameless

Documentation
=============

https://python-nameless.readthedocs.org/

Development
===========

To run the all tests run::

    tox


Changelog
=========

0.1.0 (2014-01-01)
-----------------------------------------

* First release on PyPI.

