Git Product home page Git Product logo

Comments (5)

rsheftel avatar rsheftel commented on May 27, 2024

Question... when I install packages on linux (Ubuntu) I just use pip and it seems to work fine with the wheel files. How is this tarball different? I am happy to promote the existence of the Arch Linux package, but want to make sure I understand exactly what that means.

Looks like you are correct on the toolz I removed in the latest commit ec34bfc

from pandas_market_calendars.

kewlfft avatar kewlfft commented on May 27, 2024

pip is ok and I was using it till now for pandas_market_calendars. Then:

  1. it is not very good at managing dependencies, updates and removal with dependencies
  2. it also means you need to manage separately your Linux distro packages and your python packages. In Arch we usually create our python packages, then everything is properly managed and updated in the same place. The package is created from the source, we use setuptools and execute python setup.py build/install.

Note that Arch is now the #1 distro as ranked by distrowatch here : Manjaro is an Arch based distro - Antergos as well, not far behind.

Also if it is easier for you to make releases here on GitHub directly this is absolutely fine, it does not need to follow the same release cycle as pypi I can point here as well. The most convenient for you.

from pandas_market_calendars.

rsheftel avatar rsheftel commented on May 27, 2024

Thanks for the explanation, very interesting. How do you suggest I advertise this fact? Include in the README.rst? Is there a standard way to state "go here for Arch Linux package"

In terms of release I added the tarball to the process so should be on PyPi for all future releases.

from pandas_market_calendars.

kewlfft avatar kewlfft commented on May 27, 2024

Great, yes I think the link in the README would be fine.
Thanks very much.

from pandas_market_calendars.

rsheftel avatar rsheftel commented on May 27, 2024

Done. thanks.

from pandas_market_calendars.

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.