Metadata-Version: 2.1
Name: damewebutils
Version: 0.0.18
Summary: Web utils for Python
Home-page: http://github.com/davidam/damewebutils
Author: David Arroyo Menéndez
Author-email: davidam@gnu.org
License: GPLv3
Description: 
        # Table of Contents
        
        1.  [Logo](#org9dc2a69)
        2.  [Check Test](#org3fc88b1)
        3.  [Pypi](#org16677c1)
        4.  [Dame Music](#org446d20e)
        5.  [License](#org3fa56ec)
        
        Webutils from Tests by David Arroyo Menéndez
        
        
        <a id="org9dc2a69"></a>
        
        # Logo
        
        ![img](files/seller_of_eggs.jpg)
        
        
        <a id="org3fc88b1"></a>
        
        # Check Test
        
        -   Execute all tests:
        
            $ ./testsbycommands.sh
        
        
        <a id="org16677c1"></a>
        
        # Pypi
        
        -   To install from local:
        
        $ pip install -e .
        
        -   To install create tar.gz in dist directory:
        
        $ python3 setup.py register sdist
        
        -   To upload to pypi:
        
        $ twine upload dist/damenumpy-0.1.tar.gz
        
        -   You can install from Internet in a python virtual environment to check:
        
        $ python3 -m venv /tmp/dw
        $ cd /tmp/dw
        $ source bin/activate
        $ pip3 install damewebutils
        
        
        <a id="org446d20e"></a>
        
        # Dame Music
        
        [Listen music &#x2026;](https://www.youtube.com/playlist?list=PLeobXV-Yyn-LvQydcnr46ZkGh1V6tDGEk)
        
        
        <a id="org3fa56ec"></a>
        
        # License
        
        This document is under a [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/deed)
        
        [![img](http://i.creativecommons.org/l/by/3.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/deed)
        
        
Keywords: web,links
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Linguistic
Description-Content-Type: text/markdown
