Code Monkey home page Code Monkey logo

graphdbwithadapter's Introduction

graphDbWithAdapter

half-baked idea dump (now in python!)

GraphDbWithAdapter is a meaningless name for a project that serves as a dump for various half-baked ideas in NLP and machine learning.

Highlights include:

Bootstrapped with Cookiecutter

To get everything (pip install, testing, etc.) working properly, reference: https://github.com/audreyr/cookiecutter-pypackage https://github.com/ionelmc/cookiecutter-pylibrary https://github.com/ionelmc/python-nameless

Features

  • None

Use

  • clone
  • cd graphDbWithAdapter
  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python -m unittest
  • python -m graphDbWithAdapter

Test

To run all the tests, just run:

tox To see all the tox environments:

tox --listenvs To only build the docs:

tox -e docs To build and verify that the built package is proper and other code QA checks:

tox -e check Releasing the project

Before releasing your package on PyPI you should have all the tox environments passing.

To make a release of the project on PyPI, the most simple usage is:

python setup.py release twine upload dist/* Explanations:

release is aliased to register clean sdist bdist_wheel, see setup.cfg. twine is a tool that you can use to securely upload your releases to PyPI. If you care about security you can do secure uploads to PyPI using twine.

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.