Skip to content
View Behoston's full-sized avatar

Organizations

@kn-bibs @Salted-Waffers @dostanesie-pl
Block or Report

Block or report Behoston

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. hmm_profile hmm_profile Public

    Hidden Markov Model profile reader/writer

    Python 7 1

  2. CebuloBoy CebuloBoy Public

    Bot na telegrama pobierający promocję z polskich sklepów z elektroniką

    Python 10 1

  3. error-cats error-cats Public

    Flask/Sanic extension to return cats (or dogs) instead of HTTP errors.

    Python 5 1

  4. Fifo wrapper class Fifo wrapper class
    1
    import os
    2
    import tempfile
    3
    
                  
    4
    
                  
    5
    class Fifo:
  5. Print out package name and version u... Print out package name and version used when package has no wheel. Code works only with versions equals - I don't care about other cases.
    1
    import requests
    2
    
                  
    3
    
                  
    4
    def check_wheel(package: str, version: str) -> bool:
    5
        response = requests.get(f'https://pypi.org/pypi/{package}/json')
  6. get_jakdojade get_jakdojade Public

    URL generator for Jakdojade.pl

    Python