Skip to content

Python-Devs-Brasil/docgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docgo: a small tradutor for python's docstring

docgo uses goslate to make translations of Python's Docstring. See goslate for more details.

Usage

>>> from docgo import *
>>> dhelp(dir) # the default language retrieved from system
 dir ([objeto]) -> lista de strings
 ...
# or
>>> dhelp(dir, lang='en') # you can pass optional language
 ...

Install

$ pip install docgo

About

docgo a tradutor for python's help

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%