Metadata-Version: 1.2
Name: creacli
Version: 0.1.0
Summary: Command line tool to interface with the Crea network
Home-page: http://library.creas.io/creacli
Author: Creativechain Foundation
Author-email: info@creativechain.org
Maintainer: Creativechain Foundation
Maintainer-email: info@creativechain.org
License: UNKNOWN
Download-URL: https://github.com/creativechain/creacli/tarball/0.1.0
Description: # CreaPy for Crea
        
        Swiss army knife for interacting with the Crea blockchain.
        
        ## Quick-Start
        
        A quickstart guide can be found on Crea: [library.creas.io](https://library.creas.io/creacli/)
        
        ## Installation
        
        ```
        pip3 install creacli
        ```
        
        ## Documentation
        
        The full-length documentation of the cli tool can be found on [CreaCLI Python Docs](https://library.creas.io/creacli/).
        API documentation of the library is located at [Crea Python Lib Docs](https://library.creas.io/crea-python-lib/).
        
        ## Public API
        
        The public API node at `d.creas.io` serves as an experimental
        endpoint.
        
        * Use it for prototyping of your tools
        * Use it for testing
        * Do not expect it to be reliable
        * Do not spam it with unnecessary load
        
        # IMPORTANT NOTE
        
            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.
        
Keywords: crea,library,api,rpc,cli
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
