Metadata-Version: 2.1
Name: ravop
Version: 0.4.4
Summary: UNKNOWN
Home-page: https://github.com/ravenprotocol/ravop
Author: Raven Protocol
Author-email: kailash@ravenprotocol.com
License: MIT
Keywords: Ravop,requester library
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.rst

# Ravop
Ravop is one of the crucial build blocks of Ravenverse. It is a library for requesters to create and interact with ops, perform mathematical calculations, and write algorithms. 

### Documentation
    
[Ravop documentation](https://ravenprotocol.gitbook.io/ravenverse/ravop)

#### Create a .env file and put the following credentials there:

    RAVENVERSE_URL=http://0.0.0.0:9999
    RAVENVERSE_FTP_HOST=0.0.0.0

#### Load environment variables in your code using:

    from dotenv import load_dotenv
    load_dotenv()

    
### License

<a href="https://github.com/ravenprotocol/ravop/blob/main/LICENSE.rst"><img src="https://img.shields.io/github/license/ravenprotocol/ravop"></a>

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

