Skip to main content

This a project template including a setup and the generation of sphinx generation. The documentation generation is using pyquickhelper.

Project description

Build status Build Status Windows https://badge.fury.io/py/project_name.svg PYPI Package GitHub Issues MIT License https://coveralls.io/repos/sdpython/python3_module_template/badge.svg?branch=master&service=github Code Health Requirements Status https://codecov.io/github/sdpython/python3_module_template/coverage.svg?branch=master

Links:

Introduction

This project is a skeleton for any new project. It contains:

  • a source folder: src

  • a unit test folder: _unittests, go to this folder and run run_unittests.py

  • a _doc folder: _doc, it will contains the documentation

  • a file setup.py to build and to install the module

All theses steps were only tested on Windows. Suppot for linux will be added later. To create your own project, you need to rename the folder project_name in src by your true module name. You also need to replace project_name wherever it is found:

  • project_var_name = 'project_name' in setup.py, make_help.py and _doc/sphinxdoc/source/conf.py

  • from src.project_name.subproject.myexample import myclass in _unittests/ut_example/test_example.py

  • many places in _doc/sphinxdoc/source/index.rst

  • many places in README.rst

The project is also hosted here where you can find a link to the generated documentation based on this template.

Automation

Adding a new module or subpackage

Any new module or subpackage should be added in src/project_name. Every subfolder should contain a file __init__.py. If the new file needs an existing submodule, you need to add something like the following:

import os,sys

from ..subproject.myexample import myclass

You should use relative imports as much as possible. To add a module at deeper level than the previous one, you should add relative imports in every __init__.py along the way.

Versions

  • 0.2 - 2016/??/??
    • change: update for pyquickhelper >= 1.4

  • 0.1 - 2016/03/26
    • new: first version

    • fix: the setup does not need the file README.rst anymore

    • add: unit test to check the file README.rst follows the syntax of docutils 0.8 (for pipy)

    • add: add a unit test to run all notebooks offlines

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

project_name-0.2.175.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

project_name-0.2.175-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file project_name-0.2.175.tar.gz.

File metadata

File hashes

Hashes for project_name-0.2.175.tar.gz
Algorithm Hash digest
SHA256 1e9c16e98afcc992fc32ba0741ec0edd5db4887f63a22e3fe44d0b8dfd0c29ef
MD5 b1997334099bb87c3997efca0d026ca8
BLAKE2b-256 506551e2cf7add30c83ebcaf3a0061152f91d3ca2795b6609a4f1a3abbbda871

See more details on using hashes here.

File details

Details for the file project_name-0.2.175-py3-none-any.whl.

File metadata

File hashes

Hashes for project_name-0.2.175-py3-none-any.whl
Algorithm Hash digest
SHA256 8bc4908ea8188434e81359fde64348786370ad77057a8eb402b83902d350ea36
MD5 90b27376e876fe4a09d709636365658b
BLAKE2b-256 79a6f03a472621f545f4eb16bacbd20765dd18114e4ace7452aa9a0cff13b6fc

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