Skip to main content

lib_doctest_pycharm

Project description

lib_doctest_pycharm

Pypi Status license maintenance

Build Status Codecov Status Better Code Maintainability snyk security

get log output into pycharm with doctest

supports python 3.7 and possibly other dialects.

100% code coverage, mypy static type checking, tested under Linux, OsX, Windows and Wine, automatic daily builds and monitoring



Installation and Upgrade

From source code:

# normal install
python setup.py install
# test without installing
python setup.py test

via pip latest Release:

# latest Release from pypi
pip install lib_doctest_pycharm

# test without installing
pip install lib_doctest_pycharm --install-option test

via pip latest Development Version:

# upgrade all dependencies regardless of version number (PREFERRED)
pip install --upgrade git+https://github.com/bitranox/lib_doctest_pycharm.git --upgrade-strategy eager
# normal install
pip install --upgrade git+https://github.com/bitranox/lib_doctest_pycharm.git
# test without installing
pip install git+https://github.com/bitranox/lib_doctest_pycharm.git --install-option test

via requirements.txt:

# Insert following line in Your requirements.txt:
# for the latest Release:
lib_doctest_pycharm
# for the latest Development Version :
git+https://github.com/bitranox/lib_doctest_pycharm.git

# to install and upgrade all modules mentioned in requirements.txt:
pip install --upgrade -r /<path>/requirements.txt

via python:

# for the latest Release
python -m pip install upgrade lib_doctest_pycharm

# for the latest Development Version
python -m pip install upgrade git+https://github.com/bitranox/lib_doctest_pycharm.git

Basic Usage

TBA

Requirements

following modules will be automatically installed :

## Test Requirements
## following Requirements will be installed temporarily for
## "setup.py install test" or "pip install <package> --install-option test"
typing ; python_version < "3.5"
pathlib; python_version < "3.4"
mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5"
pytest
pytest-pep8 ; python_version < "3.5"
pytest-codestyle ; python_version >= "3.5"
pytest-mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5"
pytest-runner

## Project Requirements

Acknowledgements

  • special thanks to “uncle bob” Robert C. Martin, especially for his books on “clean code” and “clean architecture”

Contribute

I would love for you to fork and send me pull request for this project. - please Contribute

License

This software is licensed under the MIT license

Changelog

0.0.1

2019-07-22: Initial public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lib_doctest_pycharm-0.0.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

lib_doctest_pycharm-0.0.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file lib_doctest_pycharm-0.0.1.tar.gz.

File metadata

  • Download URL: lib_doctest_pycharm-0.0.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_doctest_pycharm-0.0.1.tar.gz
Algorithm Hash digest
SHA256 28bd39cb8037c8e3cafe05ac6bcfb0359756f2ce224be8ef3f51789e7e4cb4ef
MD5 c0431cc08a28352f8eb3660bf2cf3d23
BLAKE2b-256 53be4eee17e074bc7047d1c10d39ee4cb4946b421195ddc84d4da2ab9c7dc323

See more details on using hashes here.

File details

Details for the file lib_doctest_pycharm-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: lib_doctest_pycharm-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_doctest_pycharm-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b6632d2b252adeb0fec3f69bff39625fdc58722cf740c2874b084afe965698bc
MD5 f5229d24b263e663ecac1f7038c8da26
BLAKE2b-256 21439dba1cf53fb65fd9f5977a66c12e595dd4bdc05b88848e7368fc5a29481f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page