Coder Social home page Coder Social logo

debalot's People

Contributors

lengau avatar

Watchers

 avatar  avatar  avatar

debalot's Issues

Import a full source package

We should be able to run 'apt-get source hello' and then immediately import the resulting hello package.
The same goes for hello-debhelper.

Import a changelog

In order to be able to work with source packages, we need to be able to import changelogs.

Port to python 3

Reasoning:

I'd prefer this to be in python 3, but the decision to use protobufs has limited me to python 2. As soon as protobufs are available for python 3, I'd like to port the project.

Ongoing Progress:

All internal code should be capable of running in python3, and internally we should use all relevant future statements. All features that are mandatory python 3.0 MUST be used anywhere relevant.
Any additional optional features must be used in any new files, and should be moved into old files as soon as possible.

Progress so far:

I've placed the following at the top of all python source files except for generated ones:

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

My next commit will include a version of the files that pass all current tests.

Next steps:

All new source files must contain the aforementioned __future__ imports and be written in a manner friendly to python 3.

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.