Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 1.09 KB

Stub for the Atlas toolkit Python library.

Run on Repl.it About online demonstrations

license: MIT

See https://q37.info/s/c7hfkzvs for details about the Atlas toolkit.

To use this library, you can:

  • install the Pypi package (pip install atlastk) and then import it in your source files (import atlastk),
  • clone this repository (git clone https://github.com/epeios-q37/atlas-python-stub):
    • and put your source code in the main.py file,
    • or copy the beginning of the main.py up to the import atlastk line at the beginning of your existing source code,
  • do the same using this ZIP file, which contains this repository,
  • do the same in an online IDE, with nothing to install: https://q37.info/s/9rjht97x.