Git Product home page Git Product logo

bmnsqlite3's Introduction

bmnsqlite3

SQLite3 Wrapper with VFS support.

Table of Contents

Requirements:

  • Python >= 3.7, < 3.11

Installation

$ python3 -m pip install bmnsqlite3

Development Version

Depending on your installed environment, in the instructions below you will need to use python instead of python3.

If you want to use the package in "Debug Mode", set the environment variable BMN_DEBUG=1 during package installation. For example: BMN_DEBUG=1 python3 -m pip install .

  • Check out the code from GitHub, or download and extract tarball / ZIP archive:

    $ git clone git://github.com/BitMarketNetwork/bmnslite3.git
    $ cd bmnslite3
  • Install in editable mode ("develop mode"):

    $ python3 -m pip install --user -e .[dev]
  • Normal installation (optional):

    $ python3 -m pip install --user .[dev]
  • Run tests:

    $ python3 -m tox
  • Build sdist package:

    $ python3 -m build --sdist
  • Build wheel package:

    • Windows:

      $ python3 -m build --wheel
  • Upload to Test PyPI:

    $ python3 -m twine upload --config-file ./.pypirc -r testpypi dist/*

SQLite Version Map

Python version CPython version SQLite version
3.7 3.7.0 3.21.0
3.8 3.8.2 3.28.0
3.9 3.9.2 3.32.3
3.10 v3.10.0a6 3.34.0

bmnsqlite3's People

Contributors

bmn-dev avatar

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.