libs

Python Standard Library extend

https://github.com/phyng/libs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary

Keywords

library pypi python
Last synced: 6 months ago · JSON representation

Repository

Python Standard Library extend

Basic Info
  • Host: GitHub
  • Owner: phyng
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage: https://phyng.com/libs/
  • Size: 5.8 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 5
Topics
library pypi python
Created about 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

libs

Some library to extend Python Standard Library

Github Pypi

documentation

https://phyng.com/libs/

install

```bash

use pip

pip install libs

or use poetry

poetry add libs ```

test

bash npm test npm test_coverage

Owner

  • Name: phyng
  • Login: phyng
  • Kind: user
  • Location: Shanghai, China

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 38
  • Total Committers: 1
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
phyng p****k@g****m 38

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 14
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 minutes
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 13
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • phyng (13)
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Dependencies

poetry.lock pypi
  • alabaster 0.7.12 develop
  • babel 2.8.0 develop
  • bleach 3.1.4 develop
  • certifi 2019.11.28 develop
  • cffi 1.14.0 develop
  • chardet 3.0.4 develop
  • colorama 0.4.3 develop
  • coverage 5.0.4 develop
  • cryptography 2.9 develop
  • docutils 0.16 develop
  • entrypoints 0.3 develop
  • flake8 3.7.9 develop
  • idna 2.9 develop
  • imagesize 1.2.0 develop
  • importlib-metadata 1.6.0 develop
  • jeepney 0.4.3 develop
  • jinja2 2.11.1 develop
  • keyring 21.2.0 develop
  • markupsafe 1.1.1 develop
  • mccabe 0.6.1 develop
  • packaging 20.3 develop
  • pkginfo 1.5.0.1 develop
  • pycodestyle 2.5.0 develop
  • pycparser 2.20 develop
  • pyflakes 2.1.1 develop
  • pygments 2.6.1 develop
  • pyparsing 2.4.6 develop
  • pytz 2019.3 develop
  • pywin32-ctypes 0.2.0 develop
  • readme-renderer 25.0 develop
  • requests 2.23.0 develop
  • requests-toolbelt 0.9.1 develop
  • secretstorage 3.1.2 develop
  • six 1.14.0 develop
  • snowballstemmer 2.0.0 develop
  • sphinx 2.4.4 develop
  • sphinx-rtd-theme 0.4.3 develop
  • sphinxcontrib-applehelp 1.0.2 develop
  • sphinxcontrib-devhelp 1.0.2 develop
  • sphinxcontrib-htmlhelp 1.0.3 develop
  • sphinxcontrib-jsmath 1.0.1 develop
  • sphinxcontrib-qthelp 1.0.3 develop
  • sphinxcontrib-serializinghtml 1.1.4 develop
  • tqdm 4.45.0 develop
  • twine 3.1.1 develop
  • urllib3 1.25.8 develop
  • webencodings 0.5.1 develop
  • wheel 0.34.2 develop
  • zipp 3.1.0 develop
pyproject.toml pypi
  • coverage ^5.0.3 develop
  • flake8 ^3.7.9 develop
  • sphinx ^2.4.4 develop
  • sphinx_rtd_theme ^0.4.3 develop
  • twine ^3.1.1 develop
  • wheel ^0.34.2 develop
  • python ^3.7
.github/workflows/githubpages.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.1 composite
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/pythonpackage.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/pythonpublish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
package.json npm
setup.py pypi