Skip to main content

The Ascender Framework is a sophisticated and structured FastAPI-based framework, inspired by the principles of NestJS. It stands out for its modular and organized architecture, offering developers a streamlined and efficient way to build web applications

Project description

Ascender Framework - The modern, powerful API framework


Ascender Framework is a powerful, FastAPI-based framework designed to streamline the development of web applications.
Inspired by NestJS and some parts of other DI frameworks, it combines the simplicity of Python with the robust architecture of modern web frameworks.

Official Website

Documentation

Get started! Learn the basics of framework and explore more advanced features and topics.

CLI Usage

  • Global CLI (tooling):

    • ascender [command]
    • Examples:
      • ascender new --name --orm-mode <tortoise|sqlalchemy>
      • ascender run serve
  • Local project CLI wrapper:

    • ascender run [command]
    • Wraps project entrypoints and CLI scripts (shorter than invoking Python directly)
    • Examples:
      • ascender run serve
      • ascender run tests
      • ascender run tests init # scaffolds basic tests and pytest.ini (planned)

Getting Started

Install Ascender Framework (with its CLI) globally:

pip install ascender-framework

Initialize a project workspace:

ascender new --name <project-name> --orm-mode <tortoise|sqlalchemy>

Run the development server (global):

cd <project-name>
ascender run serve

Project Structure

  • src/bootstrap.py: Framework and server configuration
  • src/controllers/: Your controllers (e.g., main controller)
  • start.py: Initialization/bootstrap entrypoint for the application

Testing

  • Unit tests live under src/tests/
  • Run tests via the local wrapper:
ascender run tests run
  • Initialize a basic testing setup (to be implemented):
ascender run tests init
  • src/tests basic tests and pytest.ini will be generated

Contributing

Contributions are welcome! Please read through our contributing guidelines.

Need help?

If you need any help, want to report a bug, improve documentation or contribute, please open an issue in this repository after reading the guidelines.

License

This project is licensed under the MIT License.

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

ascender_framework-2.1.0a1.tar.gz (216.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ascender_framework-2.1.0a1-py3-none-any.whl (215.9 kB view details)

Uploaded Python 3

File details

Details for the file ascender_framework-2.1.0a1.tar.gz.

File metadata

  • Download URL: ascender_framework-2.1.0a1.tar.gz
  • Upload date:
  • Size: 216.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.13 Linux/6.18.9-arch1-2

File hashes

Hashes for ascender_framework-2.1.0a1.tar.gz
Algorithm Hash digest
SHA256 5839d87fb9b9d47e49c00c5381e0d48771ef2983bd4404dc10211a16c0e14e94
MD5 d82d3c51352ae95b21484b4f06d0d268
BLAKE2b-256 183e07733c316d354f3ce6d794def9c0a171b46b57b500245bc75d9cbee82194

See more details on using hashes here.

File details

Details for the file ascender_framework-2.1.0a1-py3-none-any.whl.

File metadata

  • Download URL: ascender_framework-2.1.0a1-py3-none-any.whl
  • Upload date:
  • Size: 215.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.13 Linux/6.18.9-arch1-2

File hashes

Hashes for ascender_framework-2.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 0e95e373cc05039cbf25a478121ccd0cbf649cf83342b0ce7a53ffede3cf0182
MD5 55df39de7bc34a5379a8abee3a91dc16
BLAKE2b-256 668aaeb128ece8999b8800a90c02c146a7fcde8066c010a886de3b3f506c3ece

See more details on using hashes here.

Supported by

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