Bibliothèque pour se faciliter le scripting !
Project description
Automathèque
Code de base pour automatheque
.
Installation
mais il est peu probable que vous ayez besoin de l'installer, c'est avant tout une dépendance.
pip install automatheque
Dépendances
- voir
pyproject.toml
Install en mode dev
pip install -e .[dev,docs]
ou monas install
depuis la racine.
Usage : Utilitaire pour script
from automatheque.util.script import script_automatheque
# préparation de l'annotation en haut du fichier :
script_automatheque = script_automatheque(__doc__, __version__)
@script_automatheque
def main(_script):
print(_script.config)
if __name__ == '__main__':
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automatheque-0.9.0.tar.gz
(20.2 kB
view hashes)
Built Distribution
Close
Hashes for automatheque-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 837d6fc24cb8e3be6215026a93a9201080403da02b9568d04a8e5c6fa0336d4f |
|
MD5 | d37f5dad8dee7c4464fe052c64ca954c |
|
BLAKE2b-256 | 5d75ab7ce5034c73972dd9747312d4421abafc4cf9361c31c4845cb99d6466bb |