Category "package"

pypi package published but can't download

I have here a package on pypi that was published by command line, but no-one can download it (except on the laptop I packaged it up on): pip install webdriver_c

Save package settings between sessions

Is there a definitive way to save options or information pertaining to a certain package between sessions? For example say somebody made a game and released it

The Google Fonts Package in Flutter app is not working

First, I added the google_fonts package to your pubspec dependencies. dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 google_fonts: ^0.2

How do I run the main script of a Python package directly?

I have an issue on a large set of scripts I've put into a package, and setup a test repo package_test to get things working, as shown below. I'm using Python 3.