Metadata-Version: 2.1
Name: plutupus
Version: 0.4.0
Summary: A utility plutus utility package
Home-page: https://github.com/athena-labz/plutupus
Author: Mateus Santos
Author-email: santos.mateus@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Plutupus

Plutupus is a python module to help you create plutus types using python and easily interact with the cardano-cli.

It offers you tools such as TxBody, Types, Mocha

## TxBody
TxBody is a module that enables you to build transactions in a simple way. After you are done with it, you can call the method `.cli()` and it will return the command to type into cardano-cli.

TODO

