Python Package to detect gibberish word
Project description
python-package-boilerplate
Boilerplate for a Python Package
Package
Basic structure of package is
├── README.md
├── packagename
│ ├── __init__.py
│ ├── packagename.py
│ └── version.py
├── pytest.ini
├── requirements.txt
├── setup.py
└── tests
├── __init__.py
├── helpers
│ ├── __init__.py
│ └── my_helper.py
├── tests_helper.py
└── unit
├── __init__.py
├── test_example.py
└── test_version.py
Requirements
Package requirements are handled using pip. To install them do
pip install -r requirements.txt
Tests
Testing is set up using pytest and coverage is handled with the pytest-cov plugin.
Run your tests with py.test
in the root directory.
Coverage is ran by default and is set in the pytest.ini
file.
To see an html output of coverage open htmlcov/index.html
after running the tests.
Travis CI
There is a .travis.yml
file that is set up to run your tests for python 2.7
and python 3.2, should you choose to use it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for detectgibberish-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0b53aaff197c72c2f10e8d76c41d0e7378f66820404ceb6de04a1b8ec0bd365 |
|
MD5 | abc16964d6e5b5378dd48eb86f336e46 |
|
BLAKE2b-256 | ef3e698ec3fae72faf3871f163aa79a165dcec21b00f0bbd516c2dedf3def1d0 |