Skip to main content

A module and utility to work with the simple filesystem on the BBC micro:bit

Project description

MicroFS

A simple command line tool and module for interacting with the simple filesystem on the BBC micro:bit.

Installation

To install simply type:

$ pip install microfs

…and the package will download from PyPI. If you wish to upgrade to the latest version, use the following command:

$ pip install --no-cache --upgrade microfs

Usage

List the files on the device:

$ ufs ls

Delete a file on the device:

$ ufs rm foo.txt

Copy a file onto the device:

$ ufs put path/to/file.txt

Get a file from the device:

$ ufs get foo.txt /path/to/copy/to/file.txt

Development

The source code is hosted in GitHub. Please feel free to fork the repository. Assuming you have Git installed you can download the code from the canonical repository with the following command:

$ git clone https://github.com/ntoll/microfs.git

Ensure you have the correct dependencies for development installed by creating a virtualenv and running:

$ pip install -r requirements.txt

To locally install your development version of the module into a virtualenv, run the following command:

$ python setup.py develop

There is a Makefile that helps with most of the common workflows associated with development. Typing “make” on its own will list the options thus:

$make

There is no default Makefile target right now. Try:

make clean - reset the project and remove auto-generated assets.
make pyflakes - run the PyFlakes code checker.
make pep8 - run the PEP8 style checker.
make test - run the test suite.
make coverage - view a report on test coverage.
make check - run all the checkers and tests.
make package - create a deployable package for the project.
make publish - publish the project to PyPI.
make docs - run sphinx to create project documentation.

Release History

0.0.1

  • Initial release. Basic functionality.

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

microfs-0.0.1a0.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file microfs-0.0.1a0.tar.gz.

File metadata

  • Download URL: microfs-0.0.1a0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for microfs-0.0.1a0.tar.gz
Algorithm Hash digest
SHA256 87a2f83e6ef87222dbf4d42a0f9a5dcaa3d2ddc90a93780bc227db9502e3454f
MD5 2b24281f704fcbcafea02c0d832dd007
BLAKE2b-256 a949b896a0149e3439bb589c72bd9d50c0bf374261df40275827346859a256ba

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