Skip to main content

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


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.8.tar.gz (20.7 kB view hashes)

Uploaded Source

Built Distribution

automatheque-0.9.8-py3-none-any.whl (31.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page