Giter Site home page Giter Site logo

Comments (7)

bebraw avatar bebraw commented on May 18, 2024

It should be enabled. I'm not entirely sure why it wouldn't build on a push. See below:

screenshot 2015-10-22 21 41 42

If you want, I can try to force a build.

from pypandoc.

jankatins avatar jankatins commented on May 18, 2024

ok, my mistake. Seems that I should look at https://travis-ci.org/bebraw/pypandoc and not the small dot next to the the commit Ids.

Ok, lets do a release then...

from pypandoc.

bebraw avatar bebraw commented on May 18, 2024

@JanSchulz Do you want to do the honors? Just to make sure everything works fine. :)

from pypandoc.

jankatins avatar jankatins commented on May 18, 2024

I hope I got it all: The above missed a python setup.py sdist; twine upload dist\pypandoc*1.1.1*.zip.

Can you have a look if I messed something up?

from pypandoc.

bebraw avatar bebraw commented on May 18, 2024

Given tests pass I would say we're quite safe. Go ahead. I'm sure we'll hear if we managed to break something. :)

from pypandoc.

jankatins avatar jankatins commented on May 18, 2024

Hm, ok, the most basic case works:

λ pip install pypandoc
[...]
λ python -c "import pypandoc; print(pypandoc.convert('# Headline', to='html', format='md'))"
<h1 id="headline">Headline</h1>

:-)

Now lets see how the wheels and conda packages work out...

from pypandoc.

jankatins avatar jankatins commented on May 18, 2024

And the packages are getting in:

pip install pypandoc installs a wheel (at least on windows py27 64bit: https://pypi.python.org/pypi/pypandoc/ -> not all packages are build yet...)

and this works:

λ pandoc
Command "pandoc" not found...
λ python -c "import pypandoc; print(pypandoc.convert('# Headline', to='html', format='md'))"
<h1 id="headline">Headline</h1>

from pypandoc.

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.