File: README.rst

package info (click to toggle)
python-easydev 0.12.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 488 kB
  • sloc: python: 1,899; javascript: 49; makefile: 11
file content (38 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
easydev
##########

.. image:: https://badge.fury.io/py/easydev.svg
    :target: https://pypi.python.org/pypi/easydev

.. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml


.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master 
   :target: https://coveralls.io/r/cokelaer/easydev?branch=master 




:documentation: http://easydev-python.readthedocs.io/en/latest/
:contributions: Please join https://github.com/cokelaer/easydev
:source: Please use https://github.com/cokelaer/easydev
:issues: Please use https://github.com/cokelaer/easydev/issues
:Python version supported: 3.7, 3.8, 3.9


The  `easydev <http://pypi.python.org/pypi/easydev/>`_ package 
provides miscellaneous functions that are repeatidly used during 
the development of Python packages. The goal is to help developers on 
speeding up their own dev. It has been used also as an incubator for other 
packages (e.g., http://pypi.python.org/pypi/colormap) and is stable.

.. warning:: I'm not pretending to provide universal and bug-free tools. The
    tools provided may also change. However, **easydev** is used
    in a few other packages such as 
    `bioservices <https://pypi.python.org/pypi/bioservices>`_, 
    `sequana <https://sequana.readthedocs.io>`_ or 
    `GDSCTools <https://sequana.readthedocs.io>`_ to give a few
    examples.