No project description provided
Project description
numerous SDK
Welcome to the repository for numerous.sdk
!
The numerous.sdk
which includes all the things you need to build tools and
applications that can run on the numerous platform.
Requirements
- This project requires python version 3.9 or later.
Installation
To install numerous.sdk
you can use the following command:
pip install numerous.sdk
Documentation
Documentation for the numerous SDK can be found at readthedocs.io. This contains the latest documentation. We are continuously adding more, as the project matures.
Contributing
We welcome contributions, but please read CONTRIBUTING.md before you start. It lays down the processes and expectations of contributions to the numerous SDK.
Setup development environment
In order to start developing on the numerous SDK, we recommend you create a virtual
environment, and install the package (including lint
and test
dependencies) in an
editable state:
pip install -e .[lint,test]
This will also install pre-commit
which can then be used to setup the pre-commit
checks, like below:
pre-commit install
Generate documentation
In order to generate the documentation, install the requirements, and run the build.
cd docs
pip install -r requirements.txt
make html
The built documentation is then stored in docs/build/html
.
Changes
See the CHANGELOG.md to get an overview latest features, fixes
and other changes to numerous.sdk
, and also to find the general history of
changes.
License
numerous.sdk
is licensed under the MIT License, and it can be read in
LICENSE.md.
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
Built Distribution
Hashes for numerous.sdk-1.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 688165cb46216a26be6aa620be72cd4de0ce40c2ec9f35147f8574acb960ad79 |
|
MD5 | ecb0291cfe55b2914617f96cf288d006 |
|
BLAKE2b-256 | 25815263ff379427a5b54586530fcdfddb0cf9940d3aba968377628d1ccf609f |