Giter Site home page Giter Site logo

Make an importable package? about netimpair HOT 4 OPEN

goodboy avatar goodboy commented on July 18, 2024
Make an importable package?

from netimpair.

Comments (4)

urbenlegend avatar urbenlegend commented on July 18, 2024

Wonderful! I'll take a look at this.

from netimpair.

goodboy avatar goodboy commented on July 18, 2024

@urbenlegend I was just reading the source code of xonsh and noticed that they claim using console_scripts can be slow.

I haven't noticed any lag and I know a lot of projects use it.
If you try it out and find it's not suitable we can find an alternative.

from netimpair.

mmessmore avatar mmessmore commented on July 18, 2024

I'd be very happy to have a package in pypi and was coming here to see if anyone else had filed a bug/PR (thanks tgoodlet!). I want to reuse the library in an app I'm writing for destructive testing since it does what I want better than I would have done it (and thanks urbenlegend for that!) and would like to toss the thing in my requirements.

I'm not sure where xonsh came to their conclusions. Maybe an older version of setup_tools?

The script setup_tools generates on my system looks like

#!/path/to/python2.7

# -*- coding: utf-8 -*-
import re
import sys

from foo import bar

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(bar())

For some given foo, bar, and python interpreter.

from netimpair.

goodboy avatar goodboy commented on July 18, 2024

@mmessmore glad to hear the work is useful :)
I was thinking @urbenlegend could push to pypi after this PR gets in!

from netimpair.

Related Issues (8)

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.