Baelfire18/snail_print

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[tool.poetry]
name = "snail_print"
version = "0.1.9"
description = "A print funtion that slowly shows the output in console in real time"
authors = ["Jose Antonio Castro <jacastro18@uc.cl>"]
license = "MIT"
readme = "ReadMe.md"
repository= "https://github.com/Baelfire18/snail_print"
keywords = ["print", "console", "realtime", "slowly"]
classifiers = [
    "Environment :: Console",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: MIT License",
    "Topic :: Software Development :: Libraries :: Python Modules",
    "Topic :: Software Development :: Build Tools",
]

[tool.poetry.dependencies]
python = "^3.7"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
flake8 = "^4.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"