Skip to content

gergelyk/python-digitout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitout

PyPI - Version PyPI - Downloads

Seek data structures of your Python application.

Installation

pip install digitout

Usage

def foobar() -> 123:
    pass

import digitout
digitout(foobar)

Documentation

https://gergelyk.github.io/python-digitout/

Author

Grzegorz Krason grzegorz.krason@gmail.com

Development

Preparing Environment

pip install --user poetry  # unless already installed
poetry install

Running Application

poetry run python -m digitout

Rendering Documentation

poetry run mkdocs serve

Testing

poetry run pytest

Bumping Version

poetry version minor  # increment selected component
git tag ${$(poetry version)[2]}
git push --tags

Building Package

poetry build

Publishing Documentation

poetry run mkdocs gh-deploy -b gh-pages

Publishing Package

read -s PASS
poetry publish --build -u <username> -p $PASS
unset PASS

Compatibility with setuptools

Looking for setup.py? Try using poetry, or if you really need setup.py, invoke:

pip install --user dephell  # unless already installed
dephell deps convert --from pyproject.toml --to setup.py

Donations

It is absolutely fine if you use this software for free for commercial or non-commercial purposes. On the other hand, if you would like to repay author's efforts you are welcome to use following button:

Pay at PayPal

About

Seek data structures of your Python application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages