GithubHelp home page GithubHelp logo

isabella232 / bson-numpy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mongodb/bson-numpy

0.0 0.0 0.0 483 KB

BSON-NumPy - A Python extension to convert between NumPy arrays and BSON

Home Page: https://bson-numpy.readthedocs.io/en/latest/

License: Apache License 2.0

Python 9.15% C 89.12% CMake 0.22% C++ 1.51%

bson-numpy's Introduction

BSON-NumPy

Info:See the mongo site for more information. See GitHub for the latest source.
Author: Anna Herlihy
Maintainer:The MongoDB Python Team
Documentation:https://bson-numpy.readthedocs.io/en/latest/

About

A Python extension written in C that uses libbson to convert between NumPy arrays and BSON, the native data format of MongoDB.

This project is a prototype and not ready for production use.

Bugs / Feature Requests

Think you’ve found a bug? Want to see a new feature in BSON-NumPy? Please open a issue in github.

How To Ask For Help

Please include all of the following information when opening an issue:

  • Detailed steps to reproduce the problem, including full traceback, if possible.

  • The exact python version used, with patch level:

    $ python -c "import sys; print(sys.version)"
    
  • The exact version of bson-numpy used:

    $ python -c "import bsonnumpy; print(bsonnumpy.__version__)"
    
  • The operating system and version (e.g. Windows 7, OSX 10.8, ...)

Installation

Please see the instructions on readthedocs.

Dependencies

BSON-NumPy supports CPython 3.5+. BSON-NumPy requires NumPy 1.17.0+, and works with PyMongo 3.6+.

Examples

Please see the examples on readthedocs.

Documentation

Please see the documentation on readthedocs.

Testing

The easiest way to run the tests is to run python setup.py test in the root of the distribution.

bson-numpy's People

Contributors

aherlihy avatar ajdavis avatar behackett avatar juliusgeo avatar prashantmital avatar shaneharvey 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.