Skip to main content

Invent - an app framework for beginner programmers

Project description

Invent - an app framework for beginners

View this repository via GitHub pages.

This project's documentation can be found here.

This project started in 2019 as "PyperCard" ~ a re-implementation of Adafruit's CircuitPython PYOA module, but for non-CircuitPython computing environments. It was originally written using the Kivy framework for cross-platform development. After successfully testing PyperCard for teaching and learning purposes with the wonderful young folk at the London Young Coders' Meetup, development stalled because of the COVID pandemic.

The project name has since been changed to "Invent" to remove any HyperCard related expectations. There are further significant changes:

  • PyScript replaces Kivy as the underlying cross-platform framework for generating and running the user interface.
  • Nicholas, the original developer and maintainer of Invent/PyperCard, has been hired by Anaconda Inc to work on PyScript, and so his work on this project is sponsored by his employer.
  • Ownership of the repository has been transferred to the invent framework organisation on GitHub (the old repository will automatically redirect to the new one).
  • Since this is a complete rewrite, the license has been changed from MIT to Apache2.

All the assets relating to the old version of the project can still be found in the old branch in this repository.

Developer setup

Git clone the repository:

git clone https://github.com/invent-framework/invent.git

(Recommended) Upgrade local pip:

pip install --upgrade pip

Make a virtualenv, then install the requirements:

pip install -r requirements.txt

Most useful developer related tasks are automated by a Makefile:

$ make
There's no default Makefile target right now. Try:

make clean - reset the project and remove auto-generated assets.
make tidy - tidy up the code with the 'black' formatter.
make lint - check the code for obvious errors with flake8.
make lint-all - check all code for obvious errors with flake8.
make serve - serve the project at: http://0.0.0.0:8000/
make test - while serving the app, run the test suite in browser.
make dist - build the module as a package.
make publish-test - upload the package to the PyPI test instance.
make publish-live - upload the package to the PyPI LIVE instance.

To run the test suite:

$ make serve

Then visit http://localhost:8000/.

The tests should open in your browser, and pass. ;-)

Please use a width of 79 characters for source code files.

Example applications

Coming soon...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invent-0.0.1a2.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

invent-0.0.1a2-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file invent-0.0.1a2.tar.gz.

File metadata

  • Download URL: invent-0.0.1a2.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for invent-0.0.1a2.tar.gz
Algorithm Hash digest
SHA256 458594e5bd746f96fcfa98e6adef793d4846003cc28d4561647516abd101d318
MD5 0ef76c3c07db9677b6af44f4dc271911
BLAKE2b-256 03d4d7af799edf6e078878911aa575074dbed2cabe59be3f1996b8201ca1ae12

See more details on using hashes here.

File details

Details for the file invent-0.0.1a2-py3-none-any.whl.

File metadata

  • Download URL: invent-0.0.1a2-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for invent-0.0.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 abc23e07e330bf1e546a8fe9302d4aecad75663fd04ecb79b12bd55e76baecfd
MD5 6e46e9df0873ade99f251455d4e25bf8
BLAKE2b-256 d3fb11f46df3fa19bd404228f0bc381827f0f268f46c5e166009700711b2726b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page