Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cokelaer/easydev
Common utilities to ease the development of Python packages
https://github.com/cokelaer/easydev
logging packages profiling progressbar swapdict
Last synced: about 2 months ago
JSON representation
Common utilities to ease the development of Python packages
- Host: GitHub
- URL: https://github.com/cokelaer/easydev
- Owner: cokelaer
- License: other
- Created: 2014-08-16T13:18:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T04:41:16.000Z (9 months ago)
- Last Synced: 2024-04-14T13:10:20.465Z (9 months ago)
- Topics: logging, packages, profiling, progressbar, swapdict
- Language: Python
- Homepage: http://easydev-python.readthedocs.io/
- Size: 485 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
easydev
##########.. image:: https://badge.fury.io/py/easydev.svg
:target: https://pypi.python.org/pypi/easydev.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg
:target: https://github.com/cokelaer/easydev/actions/workflows/main.yml.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main
:target: https://coveralls.io/r/cokelaer/easydev?branch=main: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, 3.10The `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 `_,
`sequana `_ or
`GDSCTools `_ to give a few
examples.Changelog
~~~~~~~~~========= ==========================================================================
Version Description
========= ==========================================================================
0.13.2 * replace mock with unittest.mock (fixes
https://github.com/cokelaer/easydev/issues/20)
0.13.1 * fix get_dependencies
0.13.0 * fix requirements (line_profiler) and CI
0.12.2 * For developers: move to pyprojet. add precomit
* replace pkg_resources (deprecated) with importlib
* replace appdirs with more generic platformdirs
========= ==========================================================================