GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
I would be happy to create a setup.py for this. However, the distributed files 
in their current form are not particularly suitable for PyPI distribution. I 
would suggest some separate zips/tarballs for Python 2 and Python 3.

I'm thinking of creating my own packages and registering them on PyPI. I know 
this is Open Source and it's allowed, but I thought I'd check here if there are 
any objections first.

Original comment by [email protected] on 6 Sep 2011 at 12:14

from google-diff-match-patch.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
We found a distribution someplace else and have continued to use it the 
setup.py from that package with just the diff-match-patch.py and put it on our 
own distribution area to work around this. Works for our purposes, but I agree 
that it would be nice to have a proper pypi distribution.

from setuptools import setup

setup(
    name='diff-match-patch',
    version='20110217',
    author='Neil Fraser',
    url='http://code.google.com/p/google-diff-match-patch/',
    py_modules=['diff_match_patch'],
    test_suite='diff_match_patch_test.DiffMatchPatchTest',
)

Original comment by [email protected] on 6 Sep 2011 at 5:55

from google-diff-match-patch.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
I went ahead and created a Python package:  
http://pypi.python.org/pypi/diff-match-patch/

It includes Python 2 and Python 3.

Original comment by [email protected] on 8 Sep 2011 at 4:24

from google-diff-match-patch.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Thanks Luke. However I would prefer an official package, especially if 
suggesting this link to other people.

Original comment by [email protected] on 18 Nov 2011 at 10:04

from google-diff-match-patch.

Related Issues (20)

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.