Metadata-Version: 1.0
Name: orpyste
Version: 2013.04.01
Summary: A tool for reading yet another simple structured textual data files.
Home-page: https://pypi.python.org/pypi/orpyste
Author: Christophe BAL
Author-email: projetmbc@gmail.com
License: UNKNOWN
Download-URL: https://pypi.python.org/pypi/orpyste
Description: **orPyste** has been built so as to work with textual datas, this ones being written easily in text files. If you want more informations and examples than thereafter, just take a look at the docstrings.
        
        .. contents:: Table of Contents
        
        
        ====================
        Important dependency
        ====================
        
        This package uses misTool_. **Don't forget to install it !**
        
        
        ===============================
        Which OS can use this package ?
        ===============================
        
        All the modules have been tested under Mac OS, Windows 7 and Linux Ubuntu 12.10 Quantal.
        
        
        =====================
        `Peuf` specifications
        =====================
        
        The datas are strings storing in blocks using indentation. Each block must have a name looking like **nameOfABlock::** and its content must have a higher level of indentation. Each block can contain other blocks or meaningful contents which can be of the following kinds.
        
        1) You can use **key = value** like datas on each lines of the content.
        
        2) You can also use similar **key = value** like datas but with the possibility to write the **value** on several lines.
        
        3) There is also **lines** like datas for texts stored line by line.
        
        4) Finally, you can use **block** like datas for texts on several lines.
        
        ====================
        How to use `orPyste`
        ====================
        
        ???
        
        
        ===================
        Log of main changes
        ===================
        
        All the changes, the minor and the major ones, are in the directory `change_log` (all of this is only in french).
        
        :2013-04-01: First downloadable version of the package.
        
        
        
        .. _misTool: https://pypi.python.org/pypi/mistool
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Desktop Environment :: File Managers
