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.4.tar.gz
(20.4 kB
view hashes)
Built Distribution
Close
Hashes for automatheque-0.9.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48fbe2d389982124521448ebd9a386da32e326dd683963110b8836278ce3e306 |
|
MD5 | 21ad690650dd882e13d0b62ba051137f |
|
BLAKE2b-256 | 5198c158077d8eb326f3d170e4e706f1e19af532384f52fdd86e21cc1ba869e6 |