My FastAPI Application
======================
A simple FastAPI application that prints "Hello, World!" when accessed.
Installation
------------
You can install the package using `pip`:
.. code-block:: bash
pip install hellow_worldo
Usage
-----
Once the package is installed, you can import and use it in your Python scripts or projects.
Import the package in your script:
.. code-block:: python
from hellow_worldo import print_hello
Use the function to print the greeting:
.. code-block:: python
response = print_hello()
print(response) # Output: {'data': 'Hellow Worldo..'}
Running the Application
-----------------------
To run the FastAPI application, execute the following command in your terminal:
.. code-block:: bash
uvicorn myapp:app --host 0.0.0.0 --port 8000
Replace ``myapp`` with the name of your Python script containing the FastAPI application (the script where you define the FastAPI app using ``app = FastAPI()``).
Once the application is running, you can access it by navigating to ``http://localhost:8000/`` in your web browser or using an API client like curl or Postman.
Contributing
------------
If you would like to contribute to this project or report any issues, please visit the GitHub repository: https://github.com/yourusername/your-repo
License
-------
This project is licensed under the MIT License - see the LICENSE file for details.
Release files for hellow-worldo 0.0.17
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hellow_worldo-0.0.17.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hellow_worldo-0.0.17-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / hellow_worldo-0.0.17.tar.gz
| Download URL | hellow_worldo-0.0.17.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
551a413b3754d9009838384a3d936fd24f1e854897f16bd766a21009c3871a55
|
|
BLAKE2b-256 checksum How to use checksums |
d79560711d1a59bc88cf542a7d3c511053eafa76c5a19c230504c7e80bba3c1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / hellow_worldo-0.0.17-py3-none-any.whl
| Download URL | hellow_worldo-0.0.17-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
622588f096b1d997f3c80072fa40955fa6b81a7f3b3457ba1fdc79ea8114a541
|
|
BLAKE2b-256 checksum How to use checksums |
bf9fafaea5f8ccf335759ead7bb9cae681e033a0f2fcc4738bef97bc39d7ef87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|