Skip to main content

No project description provided

Project description

Numerous Software Development Kit

💫 The python SDK for developing apps for the numerous platform.

📥 Simply install the SDK into your python environment with:

pip install numerous

🛠 And then you can simply enter the following command, to get a list of possible commands.

numerous

👩🏼‍🎓 See the numerous documentation for more information!

Badges

pypi badge CICD badge cli coverage badge sdk coverage badge

Development

Most common tasks are defined in the Makefile. Use make help to get an overview.

In order to setup pre-commit hooks, use pre-commit to to setup hooks for linters and tests. This requires pre-commit to be installed of course, and it is included in the python SDK development dependencies.

To install pre-commit and pre-push hooks

pre-commit install

And you can run them on demand

pre-commit run --all

Development of python SDK 🐍

Create a virtual environment and activate it

python -m venv ./venv
./venv/bin/activate

Install the package in editable mode (including development dependencies)

pip install -e ./python[dev]

Run the tests

make sdk-test

And the linters

make sdk-lint

Development of go CLI 🐹

The numerous CLI enables tool development.

Building and running

To build simply run make build without arguments, and the executable is stored as cli/build/numerous

Development

While developing you can run the CLI like below, inside the cli folder.

go run .

# e.g.
go run . init
go run . dev

From the root folder, you can lint with:

make cli-lint

And you can run tests with

make cli-test

Trying out Numerous app engine development

In the examples/numerous folder are two apps action.py (containing ActionTool), and parameters.py (containing ParameterTool). These can be used to test the Numerous app engine development features.

Note: You need an activate python environment with the python SDK installed. See the python sdk development section for information about how to install it.

For example, if you built using make cli-build, you can run

./cli/build/numerous dev examples/numerous/parameters.py:ParameterApp

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

numerous-0.1.2.tar.gz (64.0 MB view hashes)

Uploaded Source

Built Distribution

numerous-0.1.2-py3-none-any.whl (64.5 MB 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