Metadata-Version: 2.4
Name: ic-basilisk
Version: 0.7.2
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: NOTICE_PYTHON
Requires-Dist: modulegraph==0.19.3
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist

<div align="center">
    <a href="https://github.com/demergent-labs/basilisk" target="_blank" rel="noopener noreferrer">
        <img height="150" src="https://raw.githubusercontent.com/demergent-labs/basilisk/main/logo/logo.svg" alt="basilisk logo">
    </a>
</div>
</br>
<div align="center">
    <a href="https://github.com/demergent-labs/basilisk/actions/workflows/test.yml?query=branch%3Amain">
        <img src="https://github.com/demergent-labs/basilisk/actions/workflows/test.yml/badge.svg" alt="Coverage Status">
    </a>
    <a href="https://badge.fury.io/py/basilisk"><img src="https://badge.fury.io/py/basilisk.svg" alt="PyPI version"></a>
</div>

# Basilisk (Beta)

Python CDK for the [Internet Computer](https://internetcomputer.org/).

## Disclaimer

Basilisk may have unknown security vulnerabilities due to the following:

-   Basilisk does not yet have many live, successful, continuously operating applications deployed to the IC
-   Basilisk does not yet have extensive automated property tests
-   Basilisk does not yet have multiple independent security reviews/audits
-   Basilisk uses a new Python interpreter that is less mature than CPython

## Roadmap

We hope to get to a production-ready 1.0 in 2024. The following are the major blockers to 1.0:

-   CPython integration for performance, security, and stability
-   Broad PyPI package support (C API/extensions)
-   Extensive automated property testing
-   Multiple independent security reviews/audits

## Documentation

See [The Basilisk Book](https://demergent-labs.github.io/basilisk/).

## Discussion

Feel free to open issues or join us in the [Discord channel](https://discord.gg/ux2Jc7psjd).

## Contributing

Not currently taking contributions, but definitely taking issues and questions. Please allow time for initial code architecture and governance/legal/token work to be put in place. Basilisk will most likely have a license extension [similar to Azle's](https://github.com/demergent-labs/azle/blob/main/LICENSE_EXTENSION.md).
