GithubHelp home page GithubHelp logo

make available as a pip module about texfig HOT 2 OPEN

nilsvu avatar nilsvu commented on September 28, 2024
make available as a pip module

from texfig.

Comments (2)

nilsvu avatar nilsvu commented on September 28, 2024

This repo is mostly some sample code that people can copy and edit, not sure how useful it would be as a pip package. If you have suggestions for a feature set of a texfig package then let me know :)

from texfig.

Abe404 avatar Abe404 commented on September 28, 2024

In my case, installing dependencies for my project (which uses texfig) requires using pip for other modules i.e pip install -r requirements.txt, but for texfig I have a shell script cloning and unziping the texfig repo, which I then use as a module.

wget https://github.com/Abe404/texfig/archive/master.zip 
unzip master.zip
mv texfig-master/texfig.py ./
rm -r master.zip 

The idea here is that texfig isn't part of my code but a separate module maintained elsewhere and pulled in when required (like a pip module). My dependency management would be slightly easier/more elegant if texfig was just an extra line in my requirements file.

Having a pip module would not necessarily mean alterations to texfig, but could simplify dependency management for me but if most users are just copy-pasting the code then perhaps there are less reasons to make this into a module.

from texfig.

Related Issues (2)

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.