Metadata-Version: 2.1
Name: dreamtools-dreamgeeker
Version: 1.1.1
Summary: outils de developpement de base
Home-page: https://github.com/couleurwest/dreamgeeker-tools
Author: dreamgeeker
Author-email: dreamgeeker@couleurwest-it.com
License: UNKNOWN
Description: ![Logo Couleur West IT](https://couleurwest-it.com/static/images/ban)
        
        # Dreamtools
        
        **Librairies de fonctions aide au dÃ©veloppement**
        
        Vous pouvez tÃ©lÃ©charger depuis notre dÃ©pÃ´t Github:  [Dreamtools](https://github.com/couleurwest/pypi/dreamgeeker-tools)
        
        [Lire la documentation](https://couleurwest-it.com/dreamtools) | [TÃ©lÃ©charger documentation](https://github.com/couleurwest/dreamgeeker-tools/raw/main/docs/build/pdf/dreamtools.pdf)
        
        
        ## Paquets dÃ©pendants
        
        **Environnement Python 3.8**
        
        * cerberus
        * pyaml
        * pillow 
        * pycrypt *(Module Krypt uniquement sous Linux)*
        * requests
        
        ## Installation
        
        <pre>
        $ pip install dreamtools-dreamgeeker
        $ tools-installer
        </pre>
        
        ## Configuration
        
        <pre>
        import dreamtools
        
        app_name = "AMON_APP"   #nom de votre application
        dreamtools.config(app_name, mode='DEBUG')  # par dÃ©faut mode ='PROD'
        </pre>
        
        # Informations 
        
        ## GÃ©nÃ©ration documentation
        
        * html : sphinx
        * pdf : rinohtype
        
        ## Couleur West IT
        [Conception & RÃ©alisation de solutions numÃ©riques adaptÃ©es](https://couleurwest-it.com)
        
        *Accompagement au changement*
        
        ### Un conseil, un avis, une expertises 
        [Ecrivez-nous par mail](mailto://contact@couleurwest-it.com) | [Par Telegram](https://t.me/dreamgeeker)
        
        
        *By dreamgeeker &copy; 2020 Couleur West IT*
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
