|
1 | 1 | <div align="center"> |
2 | | -<h1>🎬 T M D B F U S I O N 🎬</h1> |
| 2 | +<h1>🎬 tmdbfusion 🎬</h1> |
3 | 3 | <h3><i>The Blockbuster Python Wrapper for The Movie Database API</i></h3> |
4 | | - |
5 | | -<br /> |
6 | | - |
7 | | -<!-- BADGES ROLLING STOCK --> |
8 | | -<a href="https://pypi.org/project/tmdbfusion"> |
9 | | - <img src="https://img.shields.io/badge/MPAA_Rating-PG--13-E50914?style=for-the-badge&logo=imdb&logoColor=white" alt="Rated PG-13" /> |
10 | | -</a> |
11 | | -<a href="https://pypi.org/project/tmdbfusion"> |
12 | | - <img src="https://img.shields.io/badge/Box_Office-1M+_Downloads-ffd700?style=for-the-badge&logo=python&logoColor=black" alt="Downloads" /> |
13 | | -</a> |
14 | | -<a href="https://github.com/xsyncio/tmdbfusion/actions"> |
15 | | - <img src="https://img.shields.io/badge/Fresh_Score-100%25-brightgreen?style=for-the-badge&logo=githubactions&logoColor=white" alt="Build Passing" /> |
16 | | -</a> |
17 | | -<a href="https://codecov.io/gh/xsyncio/tmdbfusion"> |
18 | | - <img src="https://img.shields.io/badge/Runtime-0.12s-blueviolet?style=for-the-badge&logo=speedtest&logoColor=white" alt="Performance" /> |
19 | | -</a> |
20 | | -<br/> |
21 | | -<a href="https://pypi.org/project/tmdbfusion"> |
22 | | - <img src="https://img.shields.io/bade/Format-Async_&_Sync-ff4500?style=for-the-badge&logo=fastapi&logoColor=white" alt="Async/Sync" /> |
23 | | -</a> |
24 | | -<a href="https://opensource.org/licenses/MIT"> |
25 | | - <img src="https://img.shields.io/badge/License-MIT_Studios-000000?style=for-the-badge&logo=open-source-initiative&logoColor=white" alt="License" /> |
26 | | -</a> |
27 | | -<a href="https://pypi.org/project/tmdbfusion"> |
28 | | - <img src="https://img.shields.io/badge/Language-Python_3.13+-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python Version" /> |
29 | | -</a> |
30 | | -<a href="https://pypi.org/project/tmdbfusion"> |
31 | | - <img src="https://img.shields.io/badge/VFX-Type_Safe-blue?style=for-the-badge&logo=typescript&logoColor=white" alt="Type Hints" /> |
32 | | -</a> |
33 | | - |
34 | | -<br /><br /> |
35 | | - |
36 | 4 | <p align="center"> |
37 | 5 | <b>🚧 NOW SHOWING IN A TERMINAL NEAR YOU 🚧</b> |
38 | 6 | <br /> |
@@ -952,18 +920,6 @@ We employ `Strict` mode in our `mypy` configuration. `Optional` types are explic |
952 | 920 |
|
953 | 921 | --- |
954 | 922 |
|
955 | | -# 🎞️ END CREDITS |
956 | | -
|
957 | | -### 🤝 Contributing (Co-Producers) |
958 | | -
|
959 | | -We welcome pull requests! Please read `CONTRIBUTING.md` before submitting your script. |
960 | | -
|
961 | | -1. Fork the repository. |
962 | | -2. Create a feature branch (`git checkout -b feature/AmazingScene`). |
963 | | -3. Commit your changes. |
964 | | -4. Push to the branch. |
965 | | -5. Open a Pull Request. |
966 | | -
|
967 | 923 | ### ⚖️ License |
968 | 924 |
|
969 | 925 | Distributed under the **MIT License**. See `LICENSE` for more information. |
|
0 commit comments