Code Monkey home page Code Monkey logo

pdb_prep's People

Contributors

sagivba avatar zmbq avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pdb_prep's Issues

Properly include 'click' dependency

The click module is currently listed in setup.py under 'packages'. It should be under 'install_requires' instead, since it should be installed from pypi.

Follow python packaging conventions

This tool fails to follow standard packaging conventions, which makes it hard to install. See https://packaging.python.org/ for info.

  • Source code should be within a top-level pdb_prep directory
  • All source directories should have __init__.py files so that python recognizes them as modules
  • The software should be installable with python setup.py install
  • There should be a __main__.py that runs the main entry point (pdb_prep.py). This allows the tool to be run as python -m pdb_prep. You might also want to install an entry point script.
  • requirements (e.g. click) should be listed in setup.py and/or requires.txt

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.