Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akornatskyy/wheezy.core
A lightweight core library
https://github.com/akornatskyy/wheezy.core
core python wheezy
Last synced: about 1 month ago
JSON representation
A lightweight core library
- Host: GitHub
- URL: https://github.com/akornatskyy/wheezy.core
- Owner: akornatskyy
- License: mit
- Created: 2020-06-25T07:18:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T10:50:22.000Z (about 2 months ago)
- Last Synced: 2024-11-10T11:24:19.857Z (about 2 months ago)
- Topics: core, python, wheezy
- Language: Python
- Homepage: https://wheezycore.readthedocs.io/en/latest/
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.core
[![Build Status](https://travis-ci.org/akornatskyy/wheezy.core.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.core)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.core/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.core?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezycore/badge/?version=latest)](https://wheezycore.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.core.svg)](https://badge.fury.io/py/wheezy.core)[wheezy.core](https://pypi.org/project/wheezy.core) is a
[python](http://www.python.org) package written in pure Python code. It
provides core features.It is optimized for performance, well tested and documented.
Resources:
- [source code](https://github.com/akornatskyy/wheezy.core),
[examples](https://github.com/akornatskyy/wheezy.core/tree/master/demos)
and [issues](https://github.com/akornatskyy/wheezy.core/issues)
tracker are available on
[github](https://github.com/akornatskyy/wheezy.core)
- [documentation](https://wheezycore.readthedocs.io/en/latest/)## Install
[wheezy.core](https://pypi.org/project/wheezy.core) requires
[python](http://www.python.org) version 3.9+. It is independent of operating
system. You can install it from [pypi](https://pypi.org/project/wheezy.core)
site:```sh
pip install -U wheezy.core
```If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.core).