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.2.tar.gz
(20.3 kB
view hashes)
Built Distribution
Close
Hashes for automatheque-0.9.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1b0902778149bd27072a7efd75c23cc2734bd80bd29b3c6c08acad067f159f |
|
MD5 | 117c1c0b5a2f30f5eb1584fa83df0cca |
|
BLAKE2b-256 | 130135b3edb1bb50e1a625e62369db59a70848f84da9cbfa61f4f2893843057b |