Giter Site home page Giter Site logo

devansh3712 / pysql Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 4.0 236 KB

Python wrapper for making MySQL queries easier

Home Page: https://pypi.org/project/pysql-cli/

License: MIT License

Python 99.69% Shell 0.17% Makefile 0.14%
cli hacktoberfest hacktoberfest2022 mysql python

pysql's Introduction

devansh singh

i am a 21 year old self-taught backend developer, currently learning about how the web works. worked under ceph for google summer of code 2023 and 2024. interested in cryptography, quantum computing and systems programming.

pysql's People

Contributors

deepsource-autofix[bot] avatar deepsourcebot avatar dependabot[bot] avatar devansh3712 avatar tejaswamishra22 avatar thebjork avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pysql's Issues

No blank lines allowed after function docstring

Description

There shouldn't be any blank lines after the function docstring. Remove the blank lines to fix this issue. #### Not preferred: python def example(): '''Bad docstring.''' pass #### Preferred: python def example(): '''Good docstring.''' pass

Occurrences

There are 16 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Devansh3712/PySQL/issue/FLK-D202/occurrences/

Inconsistent return statements

Description

According to PEP8, if any return statement returns an expression, any return statements where no value is returned should explicitly state this as return None, and an explicit return statement should be present at the end of the function (if reachable). Good: ```python def foo(x): if x >= 0: return …

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Devansh3712/PySQL/issue/PYL-R1710/occurrences/

No blank lines allowed before class docstring

Description

There shouldn't be any blank lines before the class docstring. Remove the blank lines to fix this issue. #### Not preferred: python class Example: '''Bad docstring.''' #### Preferred: python class Example: '''Good docstring.'''

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Devansh3712/PySQL/issue/FLK-D211/occurrences/

No blank lines allowed before function docstring

Description

There shouldn't be any blank lines before the function docstring. Remove the blank lines to fix this issue. #### Not preferred: python def example(): '''Bad docstring.''' ... #### Preferred: python def example(): '''Good docstring.''' ...

Occurrences

There are 16 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Devansh3712/PySQL/issue/FLK-D201/occurrences/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.