Package Details: pyp 1.1.0-1

Git Clone URL: https://aur.archlinux.org/pyp.git (read-only, click to copy)
Package Base: pyp
Description: Easily run Python at the shell! Magical, but never mysterious.
Upstream URL: https://github.com/hauntsaninja/pyp
Licenses: MIT
Submitter: Rogach
Maintainer: alhirzel
Last Packager: Rogach
Votes: 2
Popularity: 0.000000
First Submitted: 2020-05-19 16:43 (UTC)
Last Updated: 2023-02-24 17:32 (UTC)

Latest Comments

MarsSeed commented on 2023-06-12 06:55 (UTC)

License file is missing, please install it.

Rogach commented on 2020-05-23 13:56 (UTC)

@Hubro - Thanks for the catch! Fixed.

Hubro commented on 2020-05-23 13:48 (UTC) (edited on 2020-05-23 13:48 (UTC) by Hubro)

I get this error when trying to run pyp:

pkg_resources.DistributionNotFound: The 'astunparse' distribution was not found and is required by pypyp

Installing the 'astunparse' package solves the issue (pip install astunparse).

Perhaps add 'community/python-astunparse' as a dependency?