Allstreamer

Results 11 issues of Allstreamer

**Feature/enhancement description:** Title explains it self although this goal might be quite a bit in the future

enhancement

## Add PyVer crate to project ## Based on: ![image](https://user-images.githubusercontent.com/48365544/184711244-25a7a16b-ef77-464d-9a6d-e1e90111e86e.png) [PEP-440 Docs](https://peps.python.org/pep-0440/) ### Example Usage ```rust use pyver::PackageVersion; let one = PackageVersion::new("v1.0"); let two = PackageVersion::new("2.0"); assert_eq!(true, two > one)...

documentation
new feature

- Added log 0.4 Crate - Added serde 1.0 Crate - Added serde_json 1.0 Crate - Created pypi.rs - Created request_package_info function - Created PypiData struct - Added request_package_info example...

documentation
new feature

Found a JSON API that offers everything we need for basic functionality and wrote down how it's used: - #7

Add a CI Job that confirms the linting of all Markdown files within the project. Related / Startingpoint: - [Markdown Linting Action](https://github.com/marketplace/actions/markdown-linting-action)

documentation
good first issue
CI/CD

Implement a parser for Python package versions as described in [Pep-440](https://peps.python.org/pep-0440/) This includes things such as: * Ordering Operations * Unit tests * etc Releated - #1

documentation
new feature

Create API to recive Package information from Warehouse Instances as described in - #7 - #13

I'm gonna work on making a parser for QMK configurator JSON files: I'm thinking the API should look like this: ```python from kmk.kmk_keyboard import KMKKeyboard from kmk.converters.qmk import read_qmk_config keyboard...

Create Raspberry PI pico quickpin based on the [Pico Docs](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html). (Also tested on Pico H)