Metadata-Version: 2.1
Name: yongshi-pyeth
Version: 0.1.1
Summary: A python library for web3 eth
Home-page: https://github.com/Michael-Yongshi/Py-Library-Eth
Author: Michael-Yongshi
Author-email: 4registration@outlook.com
License: UNKNOWN
Description: # NOT SECURE! DEV ONLY!
        This software handles private keys in plain text. Only use this on testnet or for testing purposes!
        
        # PY-Library-ETH
        
        ### Solidity requisites
        
        #### WEB3:
        library for interacting with ethereum, setting up connections and interacting with smart contracts
        
        Visual 14 C++ needed
        https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15
        select visual studio build tools 2017, only the first optional checkbox (windows 10 sdk for desktop c++)
        
        only then with pip
        ```
        pip3 install --user web3                # (prod) 
        ```
        
        https://web3py.readthedocs.io/en/stable/web3.eth.html
        
        ## Licence
        
        Licensed under a MIT Licence, see LICENSE file for details.
        
        Copyright Â© 2020 WAM-Desktop contributors.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
