The Wayback Machine - https://web.archive.org/web/20220427151131/https://github.com/topics/python-3-8
Here are
64 public repositories
matching this topic...
A debugging and testing cog for discord.py rewrite bots.
Updated
Apr 22, 2022
Python
Implement aiohttp.web OpenAPI 3 server applications with schema first approach.
Updated
Apr 1, 2022
Python
C++ Library to parse Illumina InterOp files
Dockerfile for image built off Ubuntu 18.04 containing Python 3.8 (3.6, 3.7) built from source
Updated
Feb 19, 2022
Shell
Martins Python Utilities - Stuff that comes in Handy
Updated
Feb 2, 2022
Python
Collection of useful middlewares for aiohttp.web applications.
Updated
Apr 1, 2022
Python
Script for sync operations between your NAS and your seedbox.
Updated
Feb 14, 2022
Python
tus.io protocol implementation for aiohttp.web applications
Updated
Mar 2, 2022
Python
A discord bot written in python, made for managing communities.
Updated
Jun 21, 2020
Python
asyncio-based GitHub API client
Updated
Jan 7, 2020
Python
Expose your Python functions to the command line with one easy step!
Updated
Aug 6, 2020
Python
🖥 Twist is a small and lightweight framework for building web apps
Updated
Jan 1, 2022
Python
Django-inspired, Python 3.x library to interface with Airtable
Updated
Feb 5, 2022
Python
A collection of tools designed for the automatic construction, and subsequent analysis, of chemical compounds.
Updated
Mar 29, 2022
Python
An strace-like tool for Python audit events 🐍
Updated
Apr 5, 2020
Python
A library for analyzing potential energy surfaces (PESs) and using the resulting PES descriptors for constructing forcefield parameters.
Updated
Apr 11, 2022
Python
dynamic dispatch decorator for classes and functions
Updated
Jul 22, 2020
Python
Updated
Nov 23, 2020
Python
It's a bird! - it's a plane? Its a GUI-less notepad
Updated
Oct 15, 2020
Python
API endpoint for pilots of all ratings and aircraft to backup and store their logbook data. This API can be run on any NAS that supports Docker (for local redundant logbook backups).
Updated
Apr 17, 2022
Python
Demo project to learn about pythons Django framwork
Updated
Nov 21, 2021
Python
A sublime pygame ui as alternative to unsupported python input built-in.
Updated
Jul 30, 2021
Python
Strong AI for Chess Games
Updated
Oct 24, 2021
Python
Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs.
Updated
Apr 1, 2022
Python
पाइथान का बेसिक और अड्वान्स कान्सेप्ट उद्धारण और विडिओ ट्यूटोरियल के साथ
Updated
Nov 21, 2021
Python
Updated
Jan 13, 2022
Python
Updated
May 29, 2020
Python
Updated
Mar 27, 2020
Python
PyNameGen CLI for libnamegen (PyPI ready)
Updated
Jan 13, 2022
Python
Improve this page
Add a description, image, and links to the
python-3-8
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python-3-8
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now the --concurrency flag for stestr run takes in an integer, if that value is 0 it runs nproc workers, if that value is greater than 0 it runs that many workers. But we don't have a way to specify a value that is a fraction of nproc easily (like nproc/2 or nproc/4). This can be useful for some test suites, especially if they're very resource intensive, where running nproc workers isn't via