xxxpython_package_namexxx

https://img.shields.io/pypi/pyversions/xxxpython_package_namexxx https://img.shields.io/pypi/v/xxxpython_package_namexxx https://img.shields.io/github/license/thespacedoctor/xxxpython_package_namexxx https://img.shields.io/pypi/dm/xxxpython_package_namexxx

http://157.245.42.153:8080/buildStatus/icon?job=xxxpython_package_namexxx%2Fmaster&subject=build%20master http://157.245.42.153:8080/buildStatus/icon?job=xxxpython_package_namexxx%2Fdevelop&subject=build%20dev https://cdn.jsdelivr.net/gh/thespacedoctor/xxxpython_package_namexxx@master/coverage.svg https://readthedocs.org/projects/xxxpython_package_namexxx/badge/?version=master https://img.shields.io/github/issues/thespacedoctor/xxxpython_package_namexxx/type:%20bug?label=bug%20issues

xxxpackage_descriptionxxx.

Documentation for xxxpython_package_namexxx is hosted by Read the Docs ( development version and master version). The code lives on github. Please report any issues you find here.

Features

Installation

The easiest way to install xxxpython_package_namexxx is to use pip (here we show the install inside of a conda environment):

conda create -n xxxpython_package_namexxx python=3.7 pip
conda activate xxxpython_package_namexxx
pip install xxxpython_package_namexxx

Or you can clone the github repo and install from a local version of the code:

git clone git@github.com:thespacedoctor/xxxpython_package_namexxx.git
cd xxxpython_package_namexxx
python setup.py install

To upgrade to the latest version of xxxpython_package_namexxx use the command:

pip install xxxpython_package_namexxx --upgrade

To check installation was successful run xxxpython_package_namexxx -v. This should return the version number of the install.

Development

If you want to tinker with the code, then install in development mode. This means you can modify the code from your cloned repo:

git clone git@github.com:thespacedoctor/xxxpython_package_namexxx.git
cd xxxpython_package_namexxx
python setup.py develop

Pull requests are welcomed!

Initialisation

Before using xxxpython_package_namexxx you need to use the init command to generate a user settings file. Running the following creates a yaml settings file in your home folder under ~/.config/xxxpython_package_namexxx/xxxpython_package_namexxx.yaml:

xxxpython_package_namexxx init

The file is initially populated with xxxpython_package_namexxx’s default settings which can be adjusted to your preference.

If at any point the user settings file becomes corrupted or you just want to start afresh, simply trash the xxxpython_package_namexxx.yaml file and rerun xxxpython_package_namexxx init.

Todo List

Todo

  • update key arguments values and definitions with defaults

  • update return values and definitions

  • update usage examples and text

  • update docstring text

  • check sublime snippet exists

  • clip any useful text to docs mindmap

  • regenerate the docs and check redendering of this docstring

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/python-package-frankenstein-template/envs/master/lib/python3.7/site-packages/xxxpython_package_namexxx-0.1-py3.7.egg/xxxpython_package_namexxx/docstring_test.py:docstring of xxxpython_package_namexxx.docstring_test.docsting_test, line 37.)

Todo

  • nice!

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/python-package-frankenstein-template/envs/master/lib/python3.7/site-packages/xxxpython_package_namexxx-0.1-py3.7.egg/xxxpython_package_namexxx/docstring_test.py:docstring of xxxpython_package_namexxx.docstring_test.docsting_test, line 52.)

Todo

  • update key arguments values and definitions with defaults

  • update return values and definitions

  • update usage examples and text

  • update docstring text

  • check sublime snippet exists

  • clip any useful text to docs mindmap

  • regenerate the docs and check redendering of this docstring

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/python-package-frankenstein-template/envs/master/lib/python3.7/site-packages/xxxpython_package_namexxx-0.1-py3.7.egg/xxxpython_package_namexxx/docstring_test.py:docstring of xxxpython_package_namexxx.docstring_test.docsting_test, line 37.)

Todo

  • nice!

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/python-package-frankenstein-template/envs/master/lib/python3.7/site-packages/xxxpython_package_namexxx-0.1-py3.7.egg/xxxpython_package_namexxx/docstring_test.py:docstring of xxxpython_package_namexxx.docstring_test.docsting_test, line 52.)

Todo

  • Make sure todo list is working. ✓

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/python-package-frankenstein-template/checkouts/master/docs/source/_template_.md, line 1.)

Release Notes

API Reference

Modules

xxxpython_package_namexxx.commonutils

common tools used throughout package

xxxpython_package_namexxx.docstring_test

Testing the rendering of docstings - feel free to remove this module

xxxpython_package_namexxx.utKit

Unit testing tools

Functions

xxxpython_package_namexxx.docstring_test.docsting_test

the database object for sherlock, setting up ssh tunnels and various database connections

A-Z Index

Modules

xxxpython_package_namexxx.commonutils

common tools used throughout package

xxxpython_package_namexxx.docstring_test

Testing the rendering of docstings - feel free to remove this module

xxxpython_package_namexxx.utKit

Unit testing tools

Classes

Functions

xxxpython_package_namexxx.docstring_test.docsting_test

the database object for sherlock, setting up ssh tunnels and various database connections

Release Notes