Giter Club home page Giter Club logo

nebula-python-sdk's Issues

Add PyPI description

Expected/Wanted Behavior

The PyPI description should match the GitHub readme.

Actual Behavior

The PyPI description field is empty.

Auto push to PyPi

There should be a full CI\CD (TravisCI based most likely) that autopushes the SDK to the PyPi whenever an update is made to the Repo.

Port configuration improvment

While currently possible to have Port configured in the "host" param like "nebula.host.com:8888" it deserves it's own "port" param when you create the connection to a nebula server.

Update prereqs

Expected/Wanted Behavior

All prereqs at requirements.txt needs to up to date

Actual Behavior

Some packages are outdated

automatically create github branches, tags, release & a changelog whenever the version is bumped\released

Expected/Wanted Behavior

Similar to what's been done in https://github.com/naorlivne/parse_it Travis CI should be configured that whenever the version of the sdk is changed to do the following:

  1. create a new tag of the matching version
  2. create a new release of the matching version (should also create the tag)
    3, create a new branch of the matching version
  3. use naorlivne/github-changelog-generator-dockerized docker container to auto create a changelog and push it to the repo

Actual Behavior

There are no release notes\changelog & all version branches & tags are manually created.

Auto match version to branch on deployment

Expected/Wanted Behaviour

The version of the SDK should be auto set to match the branches (and ignore the master branch as it's not the one that should be deployed from to PyPi but rather only valid numbered version branches).

the $TRAVIS_BRANCH envvar will likely be part of the solution but as this should be a change in the codebase itself (rather then just assigning the variable value a more complex solution the just os.getenv(TRAVIS_BRANCH) will be needed.

Possible solutions (need to read more about them):

Actual Behaviour

Version is manually set before deployments.

Remove unneeded modules from requirements.txt file

Currently the requirements.txt is a mess, each repo should only include the requirements it actaully needs to function and not have grabage that was either once needed but not anymore or needed by another repo in the Nebula project but not this repo.

Migrate to Python 3.x

Expected/Wanted Behaviour

With Python 2.x nearing it's EOL Nebula should migrate to Python 3.x (with the current minor version target being the latest released version)

Actual Behaviour

Nebula is is currently Python 2.7.x based

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.