COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201225075649/https://github.com/topics/python-3-8
Here are
49 public repositories
matching this topic...
A debugging and testing cog for discord.py rewrite bots.
Updated
Dec 5, 2020
Python
Implement aiohttp.web OpenAPI 3 server applications with schema first approach.
Updated
Dec 9, 2020
Python
Dockerfile for image built off Ubuntu 18.04 containing Python 3.8 (3.6, 3.7) built from source
Updated
Dec 24, 2020
Shell
Martins Python Utilities - Stuff that comes in Handy
Updated
Oct 29, 2020
Python
Collection of useful middlewares for aiohttp.web applications.
Updated
Dec 1, 2020
Python
Script for sync operations between your NAS and your seedbox.
Updated
Sep 24, 2020
Python
asyncio-based GitHub API client
Updated
Jan 7, 2020
Python
tus.io protocol implementation for aiohttp.web applications
Updated
Jul 31, 2020
Python
A discord bot written in python, made for managing communities.
Updated
Jun 21, 2020
Python
Expose your Python functions to the command line with one easy step!
Updated
Aug 6, 2020
Python
dynamic dispatch decorator for classes and functions
Updated
Jul 22, 2020
Python
A collection of tools designed for the automatic construction, and subsequent analysis, of chemical compounds.
Updated
Dec 21, 2020
Python
Updated
Nov 23, 2020
Python
Updated
Sep 7, 2020
Python
A library for analyzing potential energy surfaces (PESs) and using the resulting PES descriptors for constructing forcefield parameters.
Updated
Dec 24, 2020
Python
Updated
Sep 7, 2020
Python
Updated
Sep 7, 2020
Python
Updated
Sep 7, 2020
Python
Demo project to learn about pythons Django framwork
Updated
Nov 20, 2020
Python
It's a bird! - it's a plane? Its a GUI-less notepad
Updated
Oct 15, 2020
Python
Python प्रैक्टिस सेट और बेसिक कान्सेप्ट के बारे मे बताया गया है।
Updated
Aug 10, 2020
Python
पाइथान का बेसिक और अड्वान्स कान्सेप्ट उद्धारण और विडिओ ट्यूटोरियल के साथ
Updated
Aug 10, 2020
Python
Updated
Mar 27, 2020
Python
🖥 Twist is a small and lightweight framework for building web apps
Updated
Nov 1, 2020
Python
Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs.
Updated
Dec 1, 2020
Python
Updated
Mar 16, 2020
Python
Base module for REST API clients.
Updated
Sep 2, 2020
Python
A package for performing assertions and providing informative exception messages.
Updated
Sep 30, 2020
Python
Utility functions used throughout the various nlesc-nano repositories.
Updated
Dec 4, 2020
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