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.6.tar.gz
(20.6 kB
view hashes)
Built Distribution
Close
Hashes for automatheque-0.9.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccb84a6aeb405b8eace6d3b52f4003814d4ccf4bb31f06c02ab94dc3acaf20fb |
|
MD5 | 3104787ef52e2ac125511ed22fd806f3 |
|
BLAKE2b-256 | bb912f1eed7140bfb3a2d8d2ac3e6e2ed1b98675fac8d5cb20eaeab1bd5b4aca |